]> xenbits.xensource.com Git - libvirt.git/commitdiff
Fix typo in manpage
authorMark McLoughlin <markmc@redhat.com>
Mon, 20 Apr 2009 11:55:53 +0000 (11:55 +0000)
committerMark McLoughlin <markmc@redhat.com>
Mon, 20 Apr 2009 11:55:53 +0000 (11:55 +0000)
It's "service libvirtd start", not "service start libvirtd".

Reported-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Mark McLoughlin <markmc@redhat.com>
ChangeLog
docs/virsh.pod
virsh.1

index 26e427bea41e092b40772d6ba3a1fa4c8dea1c1c..2b2ca1d7ab94aea4f2f01f5ab66e89be32cfa738 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Apr 20 12:54:02 GMT 2009 Mark McLoughlin <markmc@redhat.com>
+
+       * docs/virsh.pod, virsh.1: fix typo reported by Robert P. J. Day
+
 Mon Apr 20 11:24:23 CEST 2009 Daniel Veillard <veillard@redhat.com>
 
        * po/*: merge in a lot of localization updates and regenerate
index 24389842546a95affda927f5d17b8637967a7d55..6434d78432a6745a74cbc16606f229c108409b41 100644 (file)
@@ -34,7 +34,7 @@ the program.
 
 All B<virsh> operations rely upon the libvirt library.
 For any virsh commands to run xend/qemu, or what ever virtual library that libvirt supports.  For this reason you should start xend/qemu as a service when your system first boots using xen/qemu. This can usually be done using the command
-B<service start libvirtd> .
+B<service libvirtd start> .
 
 Most B<virsh> commands require root privileges to run due to the
 communications channels used to talk to the hypervisor.  Running as
diff --git a/virsh.1 b/virsh.1
index 2197c2023d23ccd24cd969e5f6de0336e17ebbc9..45ea614365e086607300642a9526d7af23b102e9 100644 (file)
--- a/virsh.1
+++ b/virsh.1
@@ -171,7 +171,7 @@ the program.
 .IX Header "NOTES"
 All \fBvirsh\fR operations rely upon the libvirt library.
 For any virsh commands to run xend/qemu, or what ever virtual library that libvirt supports.  For this reason you should start xend/qemu as a service when your system first boots using xen/qemu. This can usually be done using the command
-\&\fBservice start libvirtd\fR .
+\&\fBservice libvirtd start\fR .
 .PP
 Most \fBvirsh\fR commands require root privileges to run due to the
 communications channels used to talk to the hypervisor.  Running as