virsh: document which term is older

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.
This commit is contained in:
Eric Blake 2012-11-06 08:09:32 -07:00
parent ff86b0c97b
commit 5f63a5cb42

View 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