diff options
author | Dave Reisner <dreisner@archlinux.org> | 2012-10-04 15:09:15 -0400 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2012-10-04 15:09:15 -0400 |
commit | 8bd3b8620c80d0f2383f2fb04315411fc8077ca1 (patch) | |
tree | 2c419cdfb5217bedb5b37994bc127f6b2e841ad9 /man/systemd-halt.service.xml | |
parent | 9b27910bb0c23e5225fc1177176e4f9bf9bf787b (diff) |
man/systemd-halt.service: fix typo
Fix reference to "system-shutdown" as being a binary.
Diffstat (limited to 'man/systemd-halt.service.xml')
-rw-r--r-- | man/systemd-halt.service.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd-halt.service.xml b/man/systemd-halt.service.xml index ab20f2be45..e15361ae48 100644 --- a/man/systemd-halt.service.xml +++ b/man/systemd-halt.service.xml @@ -76,7 +76,7 @@ <para>When these services are run they ensure that PID 1 is replaced by the - <filename>/usr/lib/systemd/system-shutdown</filename> + <filename>/usr/lib/systemd/systemd-shutdown</filename> tool which is then responsible for the actual shutdown. Before shutting down this binary will try to unmount all remaining file systems, disable all |