From: Lennart Poettering Date: Thu, 25 Feb 2021 13:36:18 +0000 (+0100) Subject: man: fix indentation of example X-Git-Tag: v248-rc3~107^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8b596d51a9b347f6fe5d130cbb0d26693149ce25;p=thirdparty%2Fsystemd.git man: fix indentation of example The man page otherwise looks very weirdly aligned. --- 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] +…