From: Guido Guenther <agx@sigxcpu.org>
Date: Fri, 7 Mar 2008 09:08:25 +0100
Subject: [PATCH] remove-RHism.diff
---
tools/virsh.pod | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tools/virsh.pod b/tools/virsh.pod
index e0471b1..692dc29 100644
--- a/tools/virsh.pod
+++ b/tools/virsh.pod
@@ -42,7 +42,7 @@ the program.
Most B<virsh> operations rely upon the libvirt library being able to
connect to an already running libvirtd service. This can usually be
-done using the command B<service libvirtd start>.
+done using the command B<invoke-rc.d libvirt-bin start>.
Most B<virsh> commands require root privileges to run due to the
communications channels used to talk to the hypervisor. Running as
--