Skip to content

Commit

Permalink
zzz: suspend is S1
Browse files Browse the repository at this point in the history
  • Loading branch information
leahneukirchen committed Oct 1, 2020
1 parent 8ab6d40 commit 7e5c4cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion zzz
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion zzz.8
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7e5c4cf

Please sign in to comment.