diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-12-08 08:16:59 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-12-08 19:26:51 -0500 |
commit | 4f8f66cb4236783cd3cbee97fefc9aaa8469ac08 (patch) | |
tree | 3ad61e72125de1ee3d8197938e69c1959a108c2f /man/machinectl.xml | |
parent | a6c3d202b14939006f39e22179a058159a8512fb (diff) |
Help output spring cleaning
Use [brackets] only for optional elements.
Use <optional> in XML sources.
Diffstat (limited to 'man/machinectl.xml')
-rw-r--r-- | man/machinectl.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/man/machinectl.xml b/man/machinectl.xml index ec2aaa56d..6e991ee95 100644 --- a/man/machinectl.xml +++ b/man/machinectl.xml @@ -202,7 +202,7 @@ </varlistentry> <varlistentry> - <term><command>status [ID...]</command></term> + <term><command>status</command> <replaceable>ID</replaceable>...</term> <listitem><para>Show terse runtime status information about one or more @@ -215,7 +215,7 @@ </varlistentry> <varlistentry> - <term><command>show [ID...]</command></term> + <term><command>show</command> <replaceable>ID</replaceable>...</term> <listitem><para>Show properties of one or more registered virtual machines or @@ -239,7 +239,7 @@ </varlistentry> <varlistentry> - <term><command>terminate [ID...]</command></term> + <term><command>terminate</command> <replaceable>ID</replaceable>...</term> <listitem><para>Terminates a virtual machine or container. This kills all @@ -250,7 +250,7 @@ </varlistentry> <varlistentry> - <term><command>kill [ID...]</command></term> + <term><command>kill</command> <replaceable>ID</replaceable>...</term> <listitem><para>Send a signal to one or more processes of the virtual @@ -265,7 +265,7 @@ </varlistentry> <varlistentry> - <term><command>login [ID]</command></term> + <term><command>login</command> <replaceable>ID</replaceable>...</term> <listitem><para>Open a terminal login session to a container. This will |