[libvirt] [PATCH] Fix "virsh create" example

Guido Günther agx at sigxcpu.org
Wed Nov 7 21:16:57 UTC 2012


We require a file and don't accept standard input:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=692322
---
 tools/virsh.pod |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/virsh.pod b/tools/virsh.pod
index 0808d72..0984e6e 100644
--- a/tools/virsh.pod
+++ b/tools/virsh.pod
@@ -553,7 +553,7 @@ B<Example>
 
  virsh dumpxml <domain> > domain.xml
  vi domain.xml (or make changes with your other text editor)
- virsh create < domain.xml
+ virsh create domain.xml
 
 =item B<define> I<FILE>
 
-- 
1.7.10.4




More information about the libvir-list mailing list