From 8b596d51a9b347f6fe5d130cbb0d26693149ce25 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 25 Feb 2021 14:36:18 +0100 Subject: [PATCH] man: fix indentation of example The man page otherwise looks very weirdly aligned. --- man/systemd.special.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/man/systemd.special.xml b/man/systemd.special.xml index 948380b9b52..2dc61310c8a 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] +… -- 2.47.3