about summary refs log tree commit diff
path: root/shutdown.8
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2016-01-04 17:50:05 +0100
committerChristian Neukirchen <chneukirchen@gmail.com>2016-01-04 17:50:05 +0100
commit63fc8925ef5d11247784830ba6ba745f50a88eb8 (patch)
treeb40f008d8fd642bca647565ae0fe22aa8aa79cb5 /shutdown.8
parent90043f9f1808c5dc07bc52431e5300d542cf12f6 (diff)
downloadrunit-void-63fc8925ef5d11247784830ba6ba745f50a88eb8.tar.gz
runit-void-63fc8925ef5d11247784830ba6ba745f50a88eb8.tar.xz
runit-void-63fc8925ef5d11247784830ba6ba745f50a88eb8.zip
Manpage tweaks
Diffstat (limited to 'shutdown.8')
-rw-r--r--shutdown.818
1 files changed, 9 insertions, 9 deletions
diff --git a/shutdown.8 b/shutdown.8
index cb66ef4..021cd62 100644
--- a/shutdown.8
+++ b/shutdown.8
@@ -9,19 +9,19 @@
 .Op Fl rhP
 .Op Fl fF
 .Op Cm now | Cm + Ns Ar mins
-.Op Ar message...
+.Op Ar message ...
 .Sh DESCRIPTION
 .Nm
 brings the system down in a secure way.
 All logged-in users
-are notified that the system is going down, and  
+are notified that the system is going down, and
 .Xr login 1
 is blocked.
 .Pp
 By default,
 .Nm
-puts the system into single user mode.  Rebooting and halting the
-system can be done using the following options:
+puts the system into single user mode.
+Rebooting and halting the system can be done using the following options:
 .Bl -tag -width indent
 .It Fl c
 Cancel an ongoing shutdown.
@@ -64,7 +64,7 @@ to wait
 .Ar secs
 seconds between SIGKILL and SIGTERM on shutdown is silently ignored.
 .It Fl a
-Use 
+Use
 .Pa /etc/shutdown.allow .
 .It Fl H
 Drop into boot monitor.
@@ -79,12 +79,12 @@ Turn off the system:
 .Dl # shutdown -h now
 .Sh SEE ALSO
 .Xr fsck 8 ,
-.Xr init 8 ,
-.Xr runit 8 ,
-.Xr runsvchdir 8 ,
 .Xr halt 8 ,
+.Xr init 8 ,
 .Xr poweroff 8 ,
-.Xr reboot 8
+.Xr reboot 8 ,
+.Xr runit 8 ,
+.Xr runsvchdir 8
 .Sh AUTHOR
 .An Christian Neukirchen ,
 .Mt chneukirchen@gmail.com .