]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: move </listitem> to the right position
authorDavid Tardon <dtardon@redhat.com>
Sat, 23 Dec 2023 12:25:57 +0000 (13:25 +0100)
committerDavid Tardon <dtardon@redhat.com>
Sun, 24 Dec 2023 08:32:28 +0000 (09:32 +0100)
man/journald.conf.xml
man/portablectl.xml

index 634cec4b52db4efa2e23b9b1c6640873bd34ecb3..53216d04d36ecacf2e3e248a97aca33e29c7ddc4 100644 (file)
         <para>When forwarding to the kernel log buffer (kmsg), make sure to select a suitably large size for
         the log buffer, for example by adding <literal>log_buf_len=8M</literal> to the kernel command line.
         <command>systemd</command> will automatically disable kernel's rate-limiting applied to userspace
-        processes (equivalent to setting <literal>printk.devkmsg=on</literal>).</para></listitem>
+        processes (equivalent to setting <literal>printk.devkmsg=on</literal>).</para>
 
         <para>Note: Forwarding is performed synchronously within journald, and may significantly affect its
         performance.  This is particularly relevant when using ForwardToConsole=yes in cloud environments,
         journal also becoming blocked.  Unless actively debugging/developing something, it's generally
         preferable to setup a <command>journalctl --follow</command> style service redirected to the
         console, instead of ForwardToConsole=yes, for production use.</para>
+        </listitem>
       </varlistentry>
 
       <varlistentry>
index 03ca65e0cb1a70d98521cff69bc8a488fa05d2ca..c252cae20e6699b959fb1d03a1e5cb8783c66676 100644 (file)
         files. This is a convenience feature to allow all arguments passed as <command>attach</command> also to
         <command>detach</command>.</para>
 
-        <xi:include href="version-info.xml" xpointer="v239"/></listitem>
-
         <para>If <option>--now</option> and/or <option>--enable</option> are passed, the portable services are
         immediately stopped (blocking operation) and/or disabled before detaching the image. Prefix(es) are also accepted,
         to be used in case the unit names do not match the image name as described in the <command>attach</command>.</para>
+
+        <xi:include href="version-info.xml" xpointer="v239"/></listitem>
       </varlistentry>
 
       <varlistentry>
         character has to match. If the new image doesn't exist, the existing one will not be detached. The parameters
         follow the same syntax as the <command>attach</command> command.</para>
 
-        <xi:include href="version-info.xml" xpointer="v248"/></listitem>
-
         <para>If <option>--now</option> and/or <option>--enable</option> are passed, the portable services are
         immediately stopped if removed, started and/or enabled if added, or restarted if updated. Prefixes are also
         accepted, in the same way as described in the <command>attach</command> case.</para>
+
+        <xi:include href="version-info.xml" xpointer="v248"/></listitem>
       </varlistentry>
 
       <varlistentry>