From d5739ab56a015d84414262f6ec67ddd537ad8006 Mon Sep 17 00:00:00 2001 From: Dan Kenigsberg Date: Sun, 21 Feb 2010 14:56:23 +0100 Subject: [PATCH] docs: add 3 missing spaces --- docs/architecture.html.in | 2 +- docs/auth.html.in | 2 +- docs/logging.html.in | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/architecture.html.in b/docs/architecture.html.in index 8eb64585b5..f5cc520a96 100644 --- a/docs/architecture.html.in +++ b/docs/architecture.html.in @@ -83,7 +83,7 @@ drivers present in driver.h:

  • xen_internal: provide the implementation of the functions possible via direct hypervisor access
  • proxy_internal: provide read-only Xen access via a proxy, the proxy code - is in the proxy/directory.
  • + is in the proxy/ directory.
  • xm_internal: provide support for Xen defined but not running domains.
  • qemu_internal: implement the driver functions for QEmu and diff --git a/docs/auth.html.in b/docs/auth.html.in index 3ca40c327e..ab6c3e9452 100644 --- a/docs/auth.html.in +++ b/docs/auth.html.in @@ -72,7 +72,7 @@ available. The two libvirt daemon actions available are named org.libvirt. for the RO socket, and org.libvirt.unix.manage for the RW socket.

    -As an example, to allow a user fredfull access to the RW socket, +As an example, to allow a user fred full access to the RW socket, while requiring joe to authenticate with the admin password, would require adding the following snippet to PolicyKit.conf.

    diff --git a/docs/logging.html.in b/docs/logging.html.in index 63a0b052e0..f4a5878089 100644 --- a/docs/logging.html.in +++ b/docs/logging.html.in @@ -96,7 +96,7 @@
  • x:stderr output goes to stderr
  • x:syslog:name use syslog for the output and use the given name as the ident
  • -
  • x:file:file_pathoutput to a file, with the given +
  • x:file:file_path output to a file, with the given filepath
  • In all cases the x prefix is the minimal level, acting as a filter: