man: fix indentation of example

The man page otherwise looks very weirdly aligned.
This commit is contained in:
Lennart Poettering 2021-02-25 14:36:18 +01:00
parent 8b2620ea8c
commit 8b596d51a9

View file

@ -1247,18 +1247,18 @@
<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>