diff options
author | Leah Neukirchen <leah@vuxu.org> | 2020-10-01 20:45:25 +0200 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2020-10-01 20:45:30 +0200 |
commit | 7e5c4cfe0d8f7b2e9aa5e031582c99f2687b1633 (patch) | |
tree | 9343832109e24f6a87fb81c4b6d9ef95916e2a27 | |
parent | 8ab6d402b5d6d134dc3ac59742220107911d7750 (diff) | |
download | runit-void-7e5c4cfe0d8f7b2e9aa5e031582c99f2687b1633.tar.gz runit-void-7e5c4cfe0d8f7b2e9aa5e031582c99f2687b1633.tar.xz runit-void-7e5c4cfe0d8f7b2e9aa5e031582c99f2687b1633.zip |
zzz: suspend is S1
-rwxr-xr-x | zzz | 2 | ||||
-rw-r--r-- | zzz.8 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/zzz b/zzz index 6dd903c..38f65d4 100755 --- a/zzz +++ b/zzz @@ -3,7 +3,7 @@ USAGE="Usage: ${0##*/} [-nSzZR] -n dry run (sleep for 5s instead of suspend/hibernate) - -S Low-power idle (ACPI S0) + -S Low-power idle (ACPI S1) -z suspend to RAM (ACPI S3) [DEFAULT for zzz(8)] -Z hibernate to disk & power off (ACPI S4) [DEFAULT for ZZZ(8)] -R hibernate to disk & reboot diff --git a/zzz.8 b/zzz.8 index 27c9032..3fd4f52 100644 --- a/zzz.8 +++ b/zzz.8 @@ -21,7 +21,7 @@ Instead of performing an ACPI action, .Nm will just sleep for a few seconds. .It Fl S -Enter low-power idle mode (ACPI S0, kernel name "freeze"). +Enter low-power idle mode (ACPI S1, kernel name "freeze"). .It Fl z Enter suspend to RAM mode (ACPI S3, kernel name "mem"). This is the default for |