]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: add 3 missing spaces
authorDan Kenigsberg <danken@redhat.com>
Sun, 21 Feb 2010 13:56:23 +0000 (14:56 +0100)
committerDaniel Veillard <veillard@redhat.com>
Sun, 21 Feb 2010 13:56:23 +0000 (14:56 +0100)
docs/architecture.html.in
docs/auth.html.in
docs/logging.html.in

index 8eb64585b5fdfd04f24ae80ccde606857952a1fd..f5cc520a9643faaed409f7c2585963ef26602653 100644 (file)
@@ -83,7 +83,7 @@ drivers present in driver.h:</p>
       <li>xen_internal: provide the implementation of the functions possible via
     direct hypervisor access</li>
       <li>proxy_internal: provide read-only Xen access via a proxy, the proxy code
-    is in the <code>proxy/</code>directory.</li>
+    is in the <code>proxy/</code> directory.</li>
       <li>xm_internal: provide support for Xen defined but not running
     domains.</li>
       <li>qemu_internal: implement the driver functions for QEmu and
index 3ca40c327eb3e0b95bd3a34ed4580be03c7bb79a..ab6c3e94527277f3a0462e6b3455881489cce007 100644 (file)
@@ -72,7 +72,7 @@ available. The two libvirt daemon actions available are named <code>org.libvirt.
 for the RO socket, and <code>org.libvirt.unix.manage</code> for the RW socket.
 </p>
     <p>
-As an example, to allow a user <code>fred</code>full access to the RW socket,
+As an example, to allow a user <code>fred</code> full access to the RW socket,
 while requiring <code>joe</code> to authenticate with the admin password,
 would require adding the following snippet to <code>PolicyKit.conf</code>.
 </p>
index 63a0b052e04096ec014e04a0ecc865ab4684db53..f4a5878089d76f2636cc32a0801a22e865062318 100644 (file)
@@ -96,7 +96,7 @@
       <li><code>x:stderr</code> output goes to stderr</li>
       <li><code>x:syslog:name</code> use syslog for the output and use the
       given <code>name</code> as the ident</li>
-      <li><code>x:file:file_path</code>output to a file, with the given
+      <li><code>x:file:file_path</code> output to a file, with the given
       filepath</li>
     </ul>
     <p>In all cases the x prefix is the minimal level, acting as a filter:</p>