[libvirt] [PATCH] doc: fix typo in virsh.pod

jclift at redhat.com jclift at redhat.com
Wed Nov 3 03:34:39 UTC 2010


On 03/11/2010, at 2:17 PM, Osier Yang <jyang at redhat.com> wrote:
> how about just to change it into:
> 
> - % virsh dumpxml dom > domain.xml
> - edit domain.xml
> - % virsh create < domain.xml

It's a thought, but still isn't making it completely clear.

If we were to change it like this:

 virsh dumpxml dom > domain.xml
 vi domain.XML
 (make changes to the XML using your text editor)
 virsh create < domain.xml

That would probably work.  The "vi" here is only useful because people will recognize it easily.  We could put in any other editor name too, say "nano" or "gedit" or "emacs". "$EDITOR" isn't as obvious unfortunately. :/




More information about the libvir-list mailing list