]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: fix indentation of example
authorLennart Poettering <lennart@poettering.net>
Thu, 25 Feb 2021 13:36:18 +0000 (14:36 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 26 Feb 2021 08:29:52 +0000 (09:29 +0100)
The man page otherwise looks very weirdly aligned.

man/systemd.special.xml

index 948380b9b5291ce60e68c7fe5539358d590d7e71..2dc61310c8aaf205c26d7159545cfc097b50202b 100644 (file)
               <para><literal>gnome-session.target</literal> pulls in Nautilus as top-level service:</para>
 
               <programlisting>[Unit]
-  Description=User systemd services for GNOME graphical session
-  Wants=nautilus.service
-  BindsTo=graphical-session.target</programlisting>
+Description=User systemd services for GNOME graphical session
+Wants=nautilus.service
+BindsTo=graphical-session.target</programlisting>
 
               <para><literal>nautilus.service</literal> gets stopped when the session stops:</para>
 
               <programlisting>[Unit]
-  Description=Render the desktop icons with Nautilus
-  PartOf=graphical-session.target
+Description=Render the desktop icons with Nautilus
+PartOf=graphical-session.target
 
-  [Service]
-  …</programlisting>
+[Service]
+…</programlisting>
             </example>
           </listitem>
         </varlistentry>