From: Adam Dinwoodie Date: Wed, 11 Mar 2026 23:04:44 +0000 (+0000) Subject: man: fix caps in example path X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=566a4f3437d44e25ea4f1175c14a9bf90ffd230b;p=thirdparty%2Fsystemd.git man: fix caps in example path --- diff --git a/man/systemd.special.xml b/man/systemd.special.xml index 447ec57bfd4..f6f35b861d0 100644 --- a/man/systemd.special.xml +++ b/man/systemd.special.xml @@ -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