about summary refs log tree commit diff
path: root/zzz.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 /zzz.8
parent90043f9f1808c5dc07bc52431e5300d542cf12f6 (diff)
downloadrunit-void-63fc8925ef5d11247784830ba6ba745f50a88eb8.tar.gz
runit-void-63fc8925ef5d11247784830ba6ba745f50a88eb8.tar.xz
runit-void-63fc8925ef5d11247784830ba6ba745f50a88eb8.zip
Manpage tweaks
Diffstat (limited to 'zzz.8')
-rw-r--r--zzz.819
1 files changed, 11 insertions, 8 deletions
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