]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: Fix NOTES formatting
authorTobias Stoeckmann <tobias@stoeckmann.org>
Fri, 17 Apr 2026 19:48:53 +0000 (21:48 +0200)
committerLuca Boccassi <luca.boccassi@gmail.com>
Fri, 17 Apr 2026 20:12:16 +0000 (21:12 +0100)
The NOTES section in os-release(5) contains an unusual formatting.
Switch function and ulink tags and remove a newline within ulink text to
keep the entry formatting in sync with others. Also, this preserves the
formatting within the text itself.

Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
man/os-release.xml

index 8b652d78f0253d1aefc28737179134f487d8b55f..94617ae243d6fdc6585203e67a1aa7e24356e24b 100644 (file)
@@ -750,8 +750,9 @@ VERSION_ID=32</programlisting>
 
       <programlisting><xi:include href="check-os-release-simple.py" parse="text" /></programlisting>
 
-      <para>See docs for <ulink url="https://docs.python.org/3/library/platform.html#platform.freedesktop_os_release">
-      <function>platform.freedesktop_os_release</function></ulink> for more details.
+      <para>See docs for <function><ulink
+      url="https://docs.python.org/3/library/platform.html#platform.freedesktop_os_release">platform.freedesktop_os_release</ulink></function>
+      for more details.
       </para>
     </example>