summary refs log tree commit diff
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
parent90043f9f1808c5dc07bc52431e5300d542cf12f6 (diff)
downloadrunit-void-63fc8925ef5d11247784830ba6ba745f50a88eb8.tar.gz
runit-void-63fc8925ef5d11247784830ba6ba745f50a88eb8.tar.xz
runit-void-63fc8925ef5d11247784830ba6ba745f50a88eb8.zip
Manpage tweaks
-rw-r--r--halt.84
-rw-r--r--pause.12
-rw-r--r--shutdown.818
-rw-r--r--zzz.819
4 files changed, 23 insertions, 20 deletions
diff --git a/halt.8 b/halt.8
index 96a55f3..f6fad42 100644
--- a/halt.8
+++ b/halt.8
@@ -60,8 +60,8 @@ to put hard drives in standby mode.
 to shut down network interfaces.
 .El
 .Sh SEE ALSO
-.Xr shutdown 8 ,
-.Xr init 8
+.Xr init 8 ,
+.Xr shutdown 8
 .Sh AUTHOR
 .An Christian Neukirchen ,
 .Mt chneukirchen@gmail.com .
diff --git a/pause.1 b/pause.1
index b5a5dd6..e4f9997 100644
--- a/pause.1
+++ b/pause.1
@@ -33,7 +33,7 @@ ip link set eth0 down
 .Ed
 .Sh SEE ALSO
 .Xr sleep 1 ,
-.Xr pause 3
+.Xr pause 2
 .Sh AUTHOR
 .An Christian Neukirchen ,
 .Mt chneukirchen@gmail.com .
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 .
diff --git a/zzz.8 b/zzz.8
index e3fc5af..4f56fa6 100644
--- a/zzz.8
+++ b/zzz.8
@@ -16,7 +16,8 @@ is a simple script to suspend or hibernate your computer.
 It supports hooks before and after suspending.
 .Bl -tag -width indent
 .It Fl n
-dry-run mode.  Instead of performing an ACPI action,
+dry-run mode.
+Instead of performing an ACPI action,
 .Nm
 will just sleep for a few seconds.
 .It Fl S
@@ -30,8 +31,8 @@ Enter hibernate to disk mode (ACPI S4, kernel name "disk") and power off.
 This is the default for
 .Nm ZZZ .
 .It Fl R
-Enter hibernate to disk mode and reboot.  This can be used to switch
-operating systems.
+Enter hibernate to disk mode and reboot.
+This can be used to switch operating systems.
 .El
 .Sh FILES
 Before suspending,
@@ -57,20 +58,22 @@ and
 .It suspend/hibernate not supported
 The hardware does not support ACPI S3/S4 with this kernel.
 .It sleep permission denied
-You lack sufficent privilege to write to 
+You lack sufficent privilege to write to
 .Pa /sys/power/state .
 .It another instance of zzz is running
 .Nm
 locks
 .Pa /sys/power
-during operation.  Perhaps a hook is stuck?
+during operation.
+Perhaps a hook is stuck?
 .It Zzzz... yawn.
-The system has woken up again.  Everything is fine.
+The system has woken up again.
+Everything is fine.
 You feel refreshed.
 .Sh SEE ALSO
-.Xr s2ram 8 ,
-.Xr s2disk 8 ,
 .Xr pm-action 8 ,
+.Xr s2disk 8 ,
+.Xr s2ram 8 ,
 OpenBSD's
 .Xr apm 8
 .Sh HISTORY