]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
virsh: document which term is older
authorEric Blake <eblake@redhat.com>
Tue, 6 Nov 2012 15:09:32 +0000 (08:09 -0700)
committerEric Blake <eblake@redhat.com>
Tue, 6 Nov 2012 15:09:32 +0000 (08:09 -0700)
Make it clear that the alternate terms have no difference except
for length of time they were supported.

* tools/virsh.pod (start, shutdown, reboot): More documentation.

tools/virsh.pod

index 7a46ffdee000372e80bfa1c71b31f4ca4a255997..d50745509dbfa308358014d6c2043f6e40f01720 100644 (file)
@@ -1140,6 +1140,8 @@ By default the hypervisor will try to pick a suitable shutdown
 method. To specify an alternative method, the I<--mode> parameter
 can specify C<acpi> or C<agent>.
 
+The command B<restart> is an alias for the older B<reboot>.
+
 =item B<reset> I<domain>
 
 Reset a domain immediately without any guest shutdown. B<reset>
@@ -1545,6 +1547,8 @@ By default the hypervisor will try to pick a suitable shutdown
 method. To specify an alternative method, the I<--mode> parameter
 can specify C<acpi> or C<agent>.
 
+The command B<stop> is an alias for the older B<shutdown>.
+
 =item B<start> I<domain-name-or-uuid> [I<--console>] [I<--paused>]
 [I<--autodestroy>] [I<--bypass-cache>] [I<--force-boot>]
 =item B<boot> I<domain-name-or-uuid> [I<--console>] [I<--paused>]
@@ -1562,6 +1566,8 @@ the restore will avoid the file system cache, although this may slow
 down the operation.  If I<--force-boot> is specified, then any
 managedsave state is discarded and a fresh boot occurs.
 
+The command B<boot> is an alias for the older B<start>.
+
 =item B<suspend> I<domain>
 
 Suspend a running domain. It is kept in memory but won't be scheduled