diff options
author | Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> | 2022-09-14 21:33:26 +0000 |
---|---|---|
committer | Sigrid Solveig Haflínudóttir <sigrid@ftrv.se> | 2022-09-14 21:33:26 +0000 |
commit | f949591aed3da532176d1c14835e195a53e1b13f (patch) | |
tree | e42b3a1ac5da8339597d7327af0baad372b1afd5 /sys/man | |
parent | fbd36a8797de2b5b298c06dd96003537a6305162 (diff) |
aux/acpi: simplify/rework; support "power off" via pmctl
Diffstat (limited to 'sys/man')
-rw-r--r-- | sys/man/8/acpi | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/man/8/acpi b/sys/man/8/acpi index 57269cfad..82919d366 100644 --- a/sys/man/8/acpi +++ b/sys/man/8/acpi @@ -49,9 +49,11 @@ or Each line provides a current temperature reading of a specific CPU. .TP .B pmctl -The +Writing +.I power off +to .B pmctl -file currently does not provide any functionality. +will turn off the power. .SH SOURCE .B /sys/src/cmd/aux/acpi.c .SH SEE ALSO |