diff --git a/man/systemd.service.xml b/man/systemd.service.xml
index cc9350f591..c17ed4fcae 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