aboutsummaryrefslogtreecommitdiffstats
path: root/docs/man
diff options
context:
space:
mode:
authorSander Eikelenboom <linux@eikelenboom.it>2012-10-11 11:52:09 +0100
committerSander Eikelenboom <linux@eikelenboom.it>2012-10-11 11:52:09 +0100
commit4868f24fa056da59657d0e07ae0ab0c6b46bcadf (patch)
tree62ed1af7c1a2b3df9a85f30ee9ddddb24f3634a1 /docs/man
parent29be730ec77c6ed3ef964131cce72db632b29d1f (diff)
downloadxen-4868f24fa056da59657d0e07ae0ab0c6b46bcadf.tar.gz
xen-4868f24fa056da59657d0e07ae0ab0c6b46bcadf.tar.bz2
xen-4868f24fa056da59657d0e07ae0ab0c6b46bcadf.zip
xl/libxl: make shutdown accept the long option --wait for -w
Make xl/libxl accept the long option --wait for -w to be compatible with xm. The long options are used in the default init and sysconfig scripts. Signed-off-by: Sander Eikelenboom <linux@eikelenboom.it> Acked-by: Ian Campbell <ian.campbell@citrix.com> Committed-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'docs/man')
-rw-r--r--docs/man/xl.pod.12
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/man/xl.pod.1 b/docs/man/xl.pod.1
index 25ce77737f..dd387c92ff 100644
--- a/docs/man/xl.pod.1
+++ b/docs/man/xl.pod.1
@@ -550,7 +550,7 @@ B<OPTIONS>
=over 4
-=item B<-w>
+=item B<-w>, B<--wait>
Wait for the domain to complete shutdown before returning.