]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: capsule support was added in v256
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 28 May 2024 13:58:36 +0000 (15:58 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 28 May 2024 14:30:54 +0000 (16:30 +0200)
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.

man/capsule@.service.xml
man/user-system-options.xml

index d20b1dd9a394bcceb17d8930a04663af18628e48..aa5b1bbae339010d6f32021483ed47774df5f7c5 100644 (file)
@@ -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>
index b7d7882171ce613f033fabb3a37e5128f4d6b50e..ba43c8969d8c00b24861eccdd510189e2b3c88be 100644 (file)
@@ -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>