aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorStefano Stabellini <stefano.stabellini@eu.citrix.com>2011-12-01 16:26:31 +0000
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>2011-12-01 16:26:31 +0000
commit23258d81dd979055df4da6ae7b9568aeb45b351a (patch)
tree88df6f3b384dd2a8ddead1021f9cccae188494fb /docs
parent5139b5582954e00dc0a11756938cedfd054099d9 (diff)
downloadxen-23258d81dd979055df4da6ae7b9568aeb45b351a.tar.gz
xen-23258d81dd979055df4da6ae7b9568aeb45b351a.tar.bz2
xen-23258d81dd979055df4da6ae7b9568aeb45b351a.zip
xl.pod.1: order subcommands alphabetically
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> Committed-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/man/xl.pod.159
1 files changed, 29 insertions, 30 deletions
diff --git a/docs/man/xl.pod.1 b/docs/man/xl.pod.1
index 292b3c61c5..d860c00b87 100644
--- a/docs/man/xl.pod.1
+++ b/docs/man/xl.pod.1
@@ -68,6 +68,11 @@ previously, most commands take I<domain-id> as the first parameter.
=over 4
+=item B<button-press> I<domain-id> I<button>
+
+Indicate an ACPI button press to the domain. I<button> is may be 'power' or
+'sleep'.
+
=item B<create> [I<configfile>] [I<OPTIONS>]
The create subcommand takes a config file as first argument: see
@@ -155,20 +160,6 @@ Connect to console number I<NUM>. Console numbers start from 0.
=back
-=item B<vncviewer> [I<OPTIONS>] I<domain-id>
-
-Attach to domain's VNC server, forking a vncviewer process.
-
-B<OPTIONS>
-
-=over 4
-
-=item I<--autopass>
-
-Pass VNC password to vncviewer via stdin.
-
-=back
-
=item B<destroy> I<domain-id>
Immediately terminate the domain I<domain-id>. This doesn't give the
@@ -195,6 +186,10 @@ I<filename> specified, without pausing the domain. The dump file will
be written to a distribution specific directory for dump files. Such
as: /var/lib/xen/dump or /var/xen/dump.
+=item B<getenforce>
+
+Returns the current enforcing mode of the Flask Xen security module.
+
=item B<help> [I<--long>]
Displays the short help message (i.e. common commands).
@@ -298,6 +293,10 @@ less utilized than a high CPU workload. Consider yourself warned.
=back
+=item B<loadpolicy> I<policyfile>
+
+Loads a new policy int the Flask Xen security module.
+
=item B<mem-max> I<domain-id> I<mem>
Specify the maximum amount of memory the domain is able to use, appending 't'
@@ -386,6 +385,10 @@ Enable debug messages.
=back
+=item B<setenforce> I<1|0|Enforcing|Permissive>
+
+Sets the current enforcing mode of the Flask Xen security module
+
=item B<save> [I<OPTIONS>] I<domain-id> I<CheckpointFile> [I<ConfigFile>]
Saves a running domain to a state file so that it can be restored
@@ -395,7 +398,6 @@ B<xl restore> restores from this checkpoint file.
Passing a config file argument allows the user to manually select the VM config
file used to create the domain.
-
=over 4
=item B<-c>
@@ -433,6 +435,11 @@ Send a I<Magic System Request> signal to the domain. For more
information on available magic sys req operations, see sysrq.txt in
your Linux Kernel sources.
+=item B<trigger> I<domain-id> I<nmi|reset|init|power|sleep> [I<VCPU>]
+
+Send a trigger to a domain, where the trigger can be: nmi, reset, init, power
+or sleep. Optionally a specific vcpu number can be passed as an argument.
+
=item B<unpause> I<domain-id>
Moves a domain out of the paused state. This will allow a previously
@@ -472,27 +479,19 @@ different run state is appropriate. Pinning can be used to restrict
this, by ensuring certain VCPUs can only run on certain physical
CPUs.
-=item B<button-press> I<domain-id> I<button>
-
-Indicate an ACPI button press to the domain. I<button> is may be 'power' or
-'sleep'.
-
-=item B<trigger> I<domain-id> I<nmi|reset|init|power|sleep> [I<VCPU>]
-
-Send a trigger to a domain, where the trigger can be: nmi, reset, init, power
-or sleep. Optionally a specific vcpu number can be passed as an argument.
+=item B<vncviewer> [I<OPTIONS>] I<domain-id>
-=item B<getenforce>
+Attach to domain's VNC server, forking a vncviewer process.
-Returns the current enforcing mode of the Flask Xen security module.
+B<OPTIONS>
-=item B<setenforce> I<1|0|Enforcing|Permissive>
+=over 4
-Sets the current enforcing mode of the Flask Xen security module
+=item I<--autopass>
-=item B<loadpolicy> I<policyfile>
+Pass VNC password to vncviewer via stdin.
-Loads a new policy int the Flask Xen security module.
+=back
=back