From ed0b7073baf1a22a17b8614aca8b367616e43643 Mon Sep 17 00:00:00 2001 From: Osier Yang Date: Wed, 17 Nov 2010 22:15:12 +0800 Subject: [PATCH] doc: update virsh manual * tools/virsh.pod (change things like "edit domain.xml" into "vi domain.xml", so that it's more clear for user) --- tools/virsh.pod | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/tools/virsh.pod b/tools/virsh.pod index 8032256253..b4644d8739 100644 --- a/tools/virsh.pod +++ b/tools/virsh.pod @@ -306,7 +306,7 @@ L The following commands manipulate domains directly, as stated previously most commands take domain-id as the first parameter. The -I can be specified as an short integer, a name or a full UUID. +I can be specified as a short integer, a name or a full UUID. =over 4 @@ -334,7 +334,7 @@ If I<--console> is requested, attach to the console after creation. B virsh dumpxml > domain.xml - edit domain.xml + vi domain.xml (or make changes with your other text editor) virsh create < domain.xml =item B I @@ -431,7 +431,7 @@ Edit the XML configuration file for a domain. This is equivalent to: virsh dumpxml domain > domain.xml - edit domain.xml + vi domain.xml (or make changes with your other text editor) virsh define domain.xml except that it does some error checking. @@ -631,7 +631,7 @@ is not available the processes will provide an exit code of 1. =head1 DEVICE COMMANDS The following commands manipulate devices associated to domains. -The domain-id can be specified as an short integer, a name or a full UUID. +The domain-id can be specified as a short integer, a name or a full UUID. To better understand the values allowed as options for the command reading the documentation at L on the format of the device sections to get the most accurate set of accepted values. @@ -735,7 +735,7 @@ Edit the XML configuration file for a network. This is equivalent to: virsh net-dumpxml network > network.xml - edit network.xml + vi network.xml (or make changes with your other text editor) virsh net-define network.xml except that it does some error checking. @@ -851,7 +851,7 @@ Edit the XML configuration file for a storage pool. This is equivalent to: virsh pool-dumpxml pool > pool.xml - edit pool.xml + vi pool.xml (or make changes with your other text editor) virsh pool-define pool.xml except that it does some error checking. @@ -908,7 +908,7 @@ pre-existing volume. B virsh vol-dumpxml --pool storagepool1 appvolume1 > newvolume.xml - edit newvolume.xml + vi newvolume.xml (or make changes with your other text editor) virsh vol-create differentstoragepool newvolume.xml =item B I I [optional I<--inputpool> @@ -1138,7 +1138,7 @@ Edit the XML of a network filter. This is equivalent to: virsh nwfilter-dumpxml myfilter > myfilter.xml - edit myfilter.xml + vi myfilter.xml (or make changes with your other text editor) virsh nwfilter-define myfilter.xml except that it does some error checking. -- GitLab