summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2021-02-25 14:36:18 +0100
committerLennart Poettering <lennart@poettering.net>2021-02-26 09:29:52 +0100
commit8b596d51a9b347f6fe5d130cbb0d26693149ce25 (patch)
tree280c3e80c402f05492c43105cfb0fdc284c9fd33 /man
parent8b2620ea8c0fcec96054b4b48625a6289dd23923 (diff)
downloadsystemd-8b596d51a9b347f6fe5d130cbb0d26693149ce25.tar.gz
man: fix indentation of example
The man page otherwise looks very weirdly aligned.
Diffstat (limited to 'man')
-rw-r--r--man/systemd.special.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/man/systemd.special.xml b/man/systemd.special.xml
index 948380b9b5..2dc61310c8 100644
--- a/man/systemd.special.xml
+++ b/man/systemd.special.xml
@@ -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>