From 5f63a5cb42642f945696c51bbce7fdc160325510 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Tue, 6 Nov 2012 08:09:32 -0700 Subject: [PATCH] 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. --- tools/virsh.pod | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tools/virsh.pod b/tools/virsh.pod index 7a46ffdee0..d50745509d 100644 --- a/tools/virsh.pod +++ b/tools/virsh.pod @@ -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 or C. +The command B is an alias for the older B. + =item B I Reset a domain immediately without any guest shutdown. B @@ -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 or C. +The command B is an alias for the older B. + =item B I [I<--console>] [I<--paused>] [I<--autodestroy>] [I<--bypass-cache>] [I<--force-boot>] =item B I [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 is an alias for the older B. + =item B I Suspend a running domain. It is kept in memory but won't be scheduled -- GitLab