diff options
author | Michael Biebl <mbiebl@gmail.com> | 2016-07-16 18:51:45 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-07-16 12:51:45 -0400 |
commit | 7fbbf283c8b1cebf29d14acf9ff6587ad525cbc2 (patch) | |
tree | 13594fcd0413f20cfcd3d0bf48eb0d755b38afaf | |
parent | 1b0ff615c7bfd16545a3b7a5dc891ad926ee97ab (diff) |
man: mention system-shutdown hook directory in synopsis (#3741)
The distinction between systemd-shutdown the binary vs system-shutdown
the hook directory (without the 'd') is not immediately obvious and can
be quite confusing if you are looking for a directory which doesn't exist.
Therefore explicitly mention the hook directory in the synopsis with a
trailing slash to make it clearer which is which.
-rw-r--r-- | man/systemd-halt.service.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/man/systemd-halt.service.xml b/man/systemd-halt.service.xml index c94e2a1820..d16e5d628f 100644 --- a/man/systemd-halt.service.xml +++ b/man/systemd-halt.service.xml @@ -57,6 +57,7 @@ <para><filename>systemd-reboot.service</filename></para> <para><filename>systemd-kexec.service</filename></para> <para><filename>/usr/lib/systemd/systemd-shutdown</filename></para> + <para><filename>/usr/lib/systemd/system-shutdown/</filename></para> </refsynopsisdiv> <refsect1> |