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 @@
gnome-session.target pulls in Nautilus as top-level service:
[Unit]
- Description=User systemd services for GNOME graphical session
- Wants=nautilus.service
- BindsTo=graphical-session.target
+Description=User systemd services for GNOME graphical session
+Wants=nautilus.service
+BindsTo=graphical-session.target
nautilus.service gets stopped when the session stops:
[Unit]
- Description=Render the desktop icons with Nautilus
- PartOf=graphical-session.target
+Description=Render the desktop icons with Nautilus
+PartOf=graphical-session.target
- [Service]
- …
+[Service]
+…