[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] xl.pod.1: order subcommands alphabetically
# HG changeset patch # User Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx> # Date 1322756791 0 # Node ID 0c4bba539d6511ee5ccce0f522cf27fe6eda8ba8 # Parent 1c9c48b0a961b50ec14164187de26f682f5adf49 xl.pod.1: order subcommands alphabetically Signed-off-by: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx> Committed-by: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> --- diff -r 1c9c48b0a961 -r 0c4bba539d65 docs/man/xl.pod.1 --- a/docs/man/xl.pod.1 Thu Dec 01 16:26:31 2011 +0000 +++ b/docs/man/xl.pod.1 Thu Dec 01 16:26:31 2011 +0000 @@ -68,6 +68,11 @@ =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 @@ =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 @@ 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 @@ =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 @@ =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 @@ 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 @@ 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 @@ this, by ensuring certain VCPUs can only run on certain physical CPUs. -=item B<button-press> I<domain-id> I<button> +=item B<vncviewer> [I<OPTIONS>] I<domain-id> -Indicate an ACPI button press to the domain. I<button> is may be 'power' or -'sleep'. +Attach to domain's VNC server, forking a vncviewer process. -=item B<trigger> I<domain-id> I<nmi|reset|init|power|sleep> [I<VCPU>] +B<OPTIONS> -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. +=over 4 -=item B<getenforce> +=item I<--autopass> -Returns the current enforcing mode of the Flask Xen security module. +Pass VNC password to vncviewer via stdin. -=item B<setenforce> I<1|0|Enforcing|Permissive> - -Sets the current enforcing mode of the Flask Xen security module - -=item B<loadpolicy> I<policyfile> - -Loads a new policy int the Flask Xen security module. +=back =back _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |