1PM-PMU(1) PM-PMU(1)
2
3
4
6 pm-pmu - suspend the computer on machines using a Macintosh-style PMU
7
9 pm-pmu
10
11
13 This manual page documents briefly the pm-pmu command.
14
15 pm-pmu is a command line program to test whether the computer is run‐
16 ning on line power
17
19 The command succeeds (status 0) if the machine uses a Macintosh-style
20 PMU, and suspended successfully. The command fails (status other than
21 0) otherwise. It is designed to be easy to use in shell scripts.
22
23 0 (true)
24 System was suspended using PMU.
25
26 1 (false)
27 System could not be suspended using PMU.
28
30 This program follows the usual GNU command line syntax, with long
31 options starting with two dashes (`-'). A summary of options is
32 included below.
33
34 --suspend
35 Suspend the computer.
36
37 --help
38 Show help message.
39
41 pm-suspend (1).
42
44 This manual page was written by Richard Hughes <richard@hughsie.com>.
45
46
47
48 06 March 2007 PM-PMU(1)