mirror of
https://github.com/systemd/systemd.git
synced 2024-11-23 10:13:34 +08:00
man: capsule support was added in v256
The version info added directly to --capsule. If we add the same switch in other places in the future, we will have to move this. Closes https://github.com/systemd/systemd/issues/33048.
This commit is contained in:
parent
78247be91d
commit
b95914f4b0
@ -3,7 +3,9 @@
|
||||
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
|
||||
<!-- SPDX-License-Identifier: LGPL-2.1-or-later -->
|
||||
|
||||
<refentry id="capsule_.service">
|
||||
<refentry id="capsule_.service"
|
||||
xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
|
||||
<refentryinfo>
|
||||
<title>capsule@.service</title>
|
||||
<productname>systemd</productname>
|
||||
@ -83,6 +85,8 @@
|
||||
(i.e. 255 characters max, and contain no <literal>/</literal>), and when prefixed with
|
||||
<literal>p-</literal> be suitable as a user name matching strict POSIX rules, see <ulink
|
||||
url="https://systemd.io/USER_NAMES">User/Group Name Syntax</ulink> for details.</para>
|
||||
|
||||
<xi:include href="version-info.xml" xpointer="v256"/>
|
||||
</refsect1>
|
||||
|
||||
<refsect1>
|
||||
|
@ -3,7 +3,7 @@
|
||||
"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='user'>
|
||||
<term><option>--user</option></term>
|
||||
|
||||
@ -64,6 +64,8 @@
|
||||
<para>Execute operation on a capsule. Specify a capsule name to connect to. See
|
||||
<citerefentry><refentrytitle>capsule@.service</refentrytitle><manvolnum>5</manvolnum></citerefentry> for
|
||||
details about capsules.</para>
|
||||
|
||||
<xi:include href="version-info.xml" xpointer="v256"/>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
Loading…
Reference in New Issue
Block a user