diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/busctl.xml | 13 | ||||
-rw-r--r-- | man/coredumpctl.xml | 2 | ||||
-rw-r--r-- | man/loginctl.xml | 13 | ||||
-rw-r--r-- | man/machinectl.xml | 11 | ||||
-rw-r--r-- | man/standard-options.xml | 9 | ||||
-rw-r--r-- | man/systemctl.xml | 12 |
6 files changed, 18 insertions, 42 deletions
diff --git a/man/busctl.xml b/man/busctl.xml index c8a087c5c5..afc33c7c6b 100644 --- a/man/busctl.xml +++ b/man/busctl.xml @@ -124,16 +124,6 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. </varlistentry> <varlistentry> - <term><option>--no-legend</option></term> - - <listitem> - <para>Do not print the legend, - i.e. the column headers and the - footer.</para> - </listitem> - </varlistentry> - - <varlistentry> <term><option>--size=</option></term> <listitem> @@ -251,9 +241,10 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. <xi:include href="user-system-options.xml" xpointer="host" /> <xi:include href="user-system-options.xml" xpointer="machine" /> + <xi:include href="standard-options.xml" xpointer="no-pager" /> + <xi:include href="standard-options.xml" xpointer="no-legend" /> <xi:include href="standard-options.xml" xpointer="help" /> <xi:include href="standard-options.xml" xpointer="version" /> - <xi:include href="standard-options.xml" xpointer="no-pager" /> </variablelist> </refsect1> diff --git a/man/coredumpctl.xml b/man/coredumpctl.xml index ed84621d37..929af196d1 100644 --- a/man/coredumpctl.xml +++ b/man/coredumpctl.xml @@ -74,7 +74,7 @@ <varlistentry> <term><option>--no-legend</option></term> - <listitem><para>Do not print the column headers. + <listitem><para>Do not print column headers. </para></listitem> </varlistentry> diff --git a/man/loginctl.xml b/man/loginctl.xml index 5dd64e743b..11ed0ee460 100644 --- a/man/loginctl.xml +++ b/man/loginctl.xml @@ -73,16 +73,6 @@ <variablelist> <varlistentry> - <term><option>--no-legend</option></term> - - <listitem> - <para>Do not print the legend, - i.e. the column headers and - the footer.</para> - </listitem> - </varlistentry> - - <varlistentry> <term><option>--no-ask-password</option></term> <listitem><para>Do not query the user @@ -189,9 +179,10 @@ <xi:include href="user-system-options.xml" xpointer="host" /> <xi:include href="user-system-options.xml" xpointer="machine" /> + <xi:include href="standard-options.xml" xpointer="no-pager" /> + <xi:include href="standard-options.xml" xpointer="no-legend" /> <xi:include href="standard-options.xml" xpointer="help" /> <xi:include href="standard-options.xml" xpointer="version" /> - <xi:include href="standard-options.xml" xpointer="no-pager" /> </variablelist> </refsect1> diff --git a/man/machinectl.xml b/man/machinectl.xml index 19531866c7..ff447b6210 100644 --- a/man/machinectl.xml +++ b/man/machinectl.xml @@ -151,14 +151,6 @@ </varlistentry> <varlistentry> - <term><option>--no-legend</option></term> - - <listitem><para>Do not print the legend, - i.e. the column headers and the - footer.</para></listitem> - </varlistentry> - - <varlistentry> <term><option>--mkdir</option></term> <listitem><para>When used with @@ -208,9 +200,10 @@ <xi:include href="user-system-options.xml" xpointer="host" /> <xi:include href="user-system-options.xml" xpointer="machine" /> + <xi:include href="standard-options.xml" xpointer="no-pager" /> + <xi:include href="standard-options.xml" xpointer="no-legend" /> <xi:include href="standard-options.xml" xpointer="help" /> <xi:include href="standard-options.xml" xpointer="version" /> - <xi:include href="standard-options.xml" xpointer="no-pager" /> </variablelist> </refsect1> diff --git a/man/standard-options.xml b/man/standard-options.xml index ec9146d8b5..f214463392 100644 --- a/man/standard-options.xml +++ b/man/standard-options.xml @@ -27,4 +27,13 @@ <para>Do not pipe output into a pager.</para> </listitem> </varlistentry> + + <varlistentry id='no-legend'> + <term><option>--no-legend</option></term> + + <listitem> + <para>Do not print the legend, i.e. column headers and the + footer with hints.</para> + </listitem> + </varlistentry> </variablelist> diff --git a/man/systemctl.xml b/man/systemctl.xml index 38c2bbf7ee..1c738cede6 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -321,15 +321,6 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. </listitem> </varlistentry> - <varlistentry> - <term><option>--no-legend</option></term> - - <listitem> - <para>Do not print the legend, i.e. the column headers and - the footer with hints.</para> - </listitem> - </varlistentry> - <xi:include href="user-system-options.xml" xpointer="user" /> <xi:include href="user-system-options.xml" xpointer="system" /> @@ -547,9 +538,10 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. <xi:include href="user-system-options.xml" xpointer="host" /> <xi:include href="user-system-options.xml" xpointer="machine" /> + <xi:include href="standard-options.xml" xpointer="no-pager" /> + <xi:include href="standard-options.xml" xpointer="no-legend" /> <xi:include href="standard-options.xml" xpointer="help" /> <xi:include href="standard-options.xml" xpointer="version" /> - <xi:include href="standard-options.xml" xpointer="no-pager" /> </variablelist> </refsect1> |