mirror of
https://github.com/systemd/systemd.git
synced 2024-11-23 18:23:32 +08:00
man: add versioned version of --no-pager, use for systemd-path
This commit is contained in:
parent
e441d1d46e
commit
87cc99332e
@ -3,7 +3,9 @@
|
||||
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
|
||||
<!-- SPDX-License-Identifier: LGPL-2.1-or-later -->
|
||||
|
||||
<variablelist>
|
||||
<variablelist
|
||||
xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
|
||||
<varlistentry id='help'>
|
||||
<term><option>-h</option></term>
|
||||
<term><option>--help</option></term>
|
||||
@ -29,6 +31,16 @@
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id='no-pager-255'>
|
||||
<term><option>--no-pager</option></term>
|
||||
|
||||
<listitem>
|
||||
<para>Do not pipe output into a pager.</para>
|
||||
|
||||
<xi:include href="version-info.xml" xpointer="v255"/>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id='no-ask-password'>
|
||||
<term><option>--no-ask-password</option></term>
|
||||
|
||||
|
@ -59,6 +59,7 @@
|
||||
<xi:include href="version-info.xml" xpointer="v215"/></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<xi:include href="standard-options.xml" xpointer="no-pager-255"/>
|
||||
<xi:include href="standard-options.xml" xpointer="help" />
|
||||
<xi:include href="standard-options.xml" xpointer="version" />
|
||||
</variablelist>
|
||||
|
Loading…
Reference in New Issue
Block a user