pm-pmu(1) - Linux man page
Name
pm-pmu - suspend the computer on machines using a Macintosh-style PMUSynopsis
pm-pmu
Description
This manual page documents briefly the pm-pmu command.
pm-pmu is a command line program to test whether the computer is running on line power
Exit Codes
The command succeeds (status 0) if the machine uses a Macintosh-style PMU, and suspended successfully. The command fails (status other than 0) otherwise. It is designed to be easy to use in shell scripts.
- 0 (true)
- System was suspended using PMU.
- 1 (false)
- System could not be suspended using PMU.
Options
This program follows the usual GNU command line syntax, with long options starting with two dashes ('-'). A summary of options is included below.
- --suspend
- Suspend the computer.
- --help
- Show help message.
See Also
pm-suspend (1).
Author
This manual page was written by Richard Hughes <richard@hughsie.com>.