]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: also use title case in systemd.service(5)
authorLennart Poettering <lennart@poettering.net>
Mon, 7 Jul 2025 16:11:03 +0000 (18:11 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 8 Jul 2025 00:05:58 +0000 (09:05 +0900)
Follow-up for: 172dd81e92198d4903a52001e20f0da7f0b9d8b2

man/systemd.service.xml

index cc9350f5916f1938c249530b76f0138a03aa9573..c17ed4fcae1967fc547df4689fad17fd1ea6c706 100644 (file)
@@ -1695,7 +1695,7 @@ WantedBy=multi-user.target</programlisting>
       just starts one process in the background:</para>
 
       <programlisting>[Unit]
-Description=Some simple daemon
+Description=My Simple Daemon
 
 [Service]
 Type=forking
@@ -1721,7 +1721,7 @@ WantedBy=multi-user.target</programlisting>
       The following example shows a typical DBus service:</para>
 
       <programlisting>[Unit]
-Description=Simple DBus service
+Description=Simple DBus Service
 
 [Service]
 Type=dbus
@@ -1760,7 +1760,7 @@ SystemdService=simple-dbus-service.service</programlisting>
       daemon would look like this:</para>
 
       <programlisting>[Unit]
-Description=Simple notifying service
+Description=Simple Notifying Service
 
 [Service]
 Type=notify-reload