]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: fix caps in example path
authorAdam Dinwoodie <adam@dinwoodie.org>
Wed, 11 Mar 2026 23:04:44 +0000 (23:04 +0000)
committerLuca Boccassi <luca.boccassi@gmail.com>
Mon, 30 Mar 2026 08:14:32 +0000 (09:14 +0100)
man/systemd.special.xml

index 447ec57bfd4960d678cece9085580c3930b31ec3..f6f35b861d01a7d30e3e3a7b2e4ab0289fc53475 100644 (file)
@@ -745,7 +745,7 @@ Before=sleep.target
 Type=oneshot
 RemainAfterExit=yes
 ExecStart=/usr/bin/some-before-command
-ExecStop=/Usr/bin/some-after-command
+ExecStop=/usr/bin/some-after-command
 
 [Install]
 WantedBy=sleep.target</programlisting>