Fix "virsh create" example

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

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=692322
(cherry picked from commit d49adae2e2)
This commit is contained in:
Guido Günther 2012-11-07 21:35:55 +01:00 committed by Cole Robinson
parent 245c8135fe
commit d070eee1b2

View File

@ -545,7 +545,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>