]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
fixing an error pointed by sct, Daniel
authorDaniel Veillard <veillard@redhat.com>
Fri, 3 Feb 2006 16:51:36 +0000 (16:51 +0000)
committerDaniel Veillard <veillard@redhat.com>
Fri, 3 Feb 2006 16:51:36 +0000 (16:51 +0000)
docs/FAQ.html
docs/libvir.html

index 7b3e5b98d119095237bdbc21e67a4344a0d5d2f5..35040ec8e941a7999f0c732e07766088f7318c79 100644 (file)
@@ -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>
index 5dfee3aca3f110fce6ef920379f4d5464067fea4..b6c795c697d32220d82644d5c43d61aa0c90f6f0 100644 (file)
@@ -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>