From: Lennart Poettering Date: Mon, 7 Jul 2025 16:11:03 +0000 (+0200) Subject: man: also use title case in systemd.service(5) X-Git-Tag: v258-rc1~146 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bb176bdb51c10fcee12f9f9fbe6f22e8f97e9ebf;p=thirdparty%2Fsystemd.git man: also use title case in systemd.service(5) Follow-up for: 172dd81e92198d4903a52001e20f0da7f0b9d8b2 --- diff --git a/man/systemd.service.xml b/man/systemd.service.xml index cc9350f5916..c17ed4fcae1 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -1695,7 +1695,7 @@ WantedBy=multi-user.target just starts one process in the background: [Unit] -Description=Some simple daemon +Description=My Simple Daemon [Service] Type=forking @@ -1721,7 +1721,7 @@ WantedBy=multi-user.target The following example shows a typical DBus service: [Unit] -Description=Simple DBus service +Description=Simple DBus Service [Service] Type=dbus @@ -1760,7 +1760,7 @@ SystemdService=simple-dbus-service.service daemon would look like this: [Unit] -Description=Simple notifying service +Description=Simple Notifying Service [Service] Type=notify-reload