From a528e973832ac9452dd29b660f10e3f424f357db Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Fri, 4 Apr 2008 07:58:29 +0000 Subject: [PATCH] typos fixes * docs//* src/conf.c src/hash.c src/libvirt.c src/proxy_internal.c src/remote_internal.c src/virsh.c src/xen_internal.c src/xend_internal.c src/xml.c: applied patch from Atsushi SAKAI fixing a lot of typos Daniel --- ChangeLog | 7 ++++++ docs/FAQ.html | 2 +- docs/architecture.html | 8 +++--- docs/auth.html | 6 ++--- docs/bugs.html | 2 +- docs/devhelp/libvirt-conf.html | 4 +-- docs/devhelp/libvirt-libvirt.html | 12 ++++----- docs/errors.html | 6 ++--- docs/format.html | 14 +++++------ docs/html/libvirt-conf.html | 4 +-- docs/html/libvirt-libvirt.html | 14 +++++------ docs/index.html | 2 +- docs/intro.html | 2 +- docs/libvir.html | 42 +++++++++++++++---------------- docs/libvirt-api.xml | 12 ++++----- docs/libvirt-refs.xml | 8 +++--- docs/site.xsl | 2 +- proxy/libvirt_proxy.c | 4 +-- src/conf.c | 2 +- src/hash.c | 2 +- src/libvirt.c | 24 +++++++++--------- src/proxy_internal.c | 8 +++--- src/remote_internal.c | 2 +- src/virsh.c | 16 ++++++------ src/xen_internal.c | 2 +- src/xend_internal.c | 8 +++--- src/xml.c | 2 +- 27 files changed, 112 insertions(+), 105 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1424a7f578..261f31fe64 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Fri Apr 4 09:56:42 CEST 2008 Daniel Veillard + + * docs//* src/conf.c src/hash.c src/libvirt.c src/proxy_internal.c + src/remote_internal.c src/virsh.c src/xen_internal.c + src/xend_internal.c src/xml.c: applied patch from Atsushi SAKAI + fixing a lot of typos + Fri Apr 4 09:29:08 CEST 2008 Daniel Veillard * src/test.c: patch from Cole Robinson to add diff --git a/docs/FAQ.html b/docs/FAQ.html index ec4cb50172..4dca383f2c 100644 --- a/docs/FAQ.html +++ b/docs/FAQ.html @@ -34,7 +34,7 @@

make rpm

  • Failure to use the API for non-root users -

    Large parts of the API may only be accessible with root priviledges, +

    Large parts of the API may only be accessible with root privileges, however the read only access to the xenstore data doesnot have to be forbidden to user, at least for monitoring purposes. If "virsh dominfo" fails to run as an user, change the mode of the xenstore read-only socket diff --git a/docs/architecture.html b/docs/architecture.html index eb587cc13b..612b2e03b8 100644 --- a/docs/architecture.html +++ b/docs/architecture.html @@ -14,7 +14,7 @@ supervise the control and execution of the sets of domains. The hypervisor, drivers, kernels and daemons communicate though a shared system bus implemented in the hypervisor. The figure below tries to provide a view of this environment:

    The Xen architecture

    The library can be initialized in 2 ways depending on the level of -priviledge of the embedding program. If it runs with root access, +privilege of the embedding program. If it runs with root access, virConnectOpen() can be used, it will use three different ways to connect to the Xen infrastructure: