aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2006-02-03 16:51:36 +0000
committerDaniel Veillard <veillard@redhat.com>2006-02-03 16:51:36 +0000
commit1c40364403f1752f4359133c6572ea9fabfe408f (patch)
tree1bb365c7a5260ca6b6b957ed734011774abfa127
parentfix visrh "save" cmd (diff)
downloadlibvirt-1c40364403f1752f4359133c6572ea9fabfe408f.tar.gz
libvirt-1c40364403f1752f4359133c6572ea9fabfe408f.tar.bz2
libvirt-1c40364403f1752f4359133c6572ea9fabfe408f.zip
fixing an error pointed by sct, Daniel
-rw-r--r--docs/FAQ.html2
-rw-r--r--docs/libvir.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/FAQ.html b/docs/FAQ.html
index 7b3e5b98d..35040ec8e 100644
--- a/docs/FAQ.html
+++ b/docs/FAQ.html
@@ -36,7 +36,7 @@
<li><em>Failure to use the API for non-root users</em>
<p>Large parts of the API may only be accessible with root priviledges,
however the read only access to the xenstore data doesnot have to be
- forbidden to user, at least for monitoring purposes. If "virsh info"
+ forbidden to user, at least for monitoring purposes. If "virsh dinfo"
fails to run as an user, change the mode of the xenstore read-only socket
with:</p>
<p><code>chmod 666 /var/run/xenstored/socket_ro</code></p>
diff --git a/docs/libvir.html b/docs/libvir.html
index 5dfee3aca..b6c795c69 100644
--- a/docs/libvir.html
+++ b/docs/libvir.html
@@ -210,7 +210,7 @@ available except commiting to the base.</p>
<li><em>Failure to use the API for non-root users</em>
<p>Large parts of the API may only be accessible with root priviledges,
however the read only access to the xenstore data doesnot have to be
- forbidden to user, at least for monitoring purposes. If "virsh info"
+ forbidden to user, at least for monitoring purposes. If "virsh dinfo"
fails to run as an user, change the mode of the xenstore read-only socket
with:</p>
<p><code>chmod 666 /var/run/xenstored/socket_ro</code></p>