diff options
-rw-r--r-- | man/on_ac_power.1 | 39 | ||||
-rw-r--r-- | man/pm-pmu.1 | 48 |
2 files changed, 0 insertions, 87 deletions
diff --git a/man/on_ac_power.1 b/man/on_ac_power.1 deleted file mode 100644 index ad1f7fa..0000000 --- a/man/on_ac_power.1 +++ /dev/null @@ -1,39 +0,0 @@ -.\" This manpage has been automatically generated by docbook2man -.\" from a DocBook document. This tool can be found at: -.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/> -.\" Please send any bug reports, improvements, comments, patches, -.\" etc. to Steve Cheng <steve@ggi-project.org>. -.TH "ON_AC_POWER" "1" "06 March 2007" "" "" - -.SH NAME -on_ac_power \- test whether the computer is running on line power -.SH SYNOPSIS - -\fBon_ac_power\fR - -.SH "DESCRIPTION" -.PP -This manual page documents briefly the -\fBon_ac_power\fR command. -.PP -\fBon_ac_power\fR is a command line program to test whether the computer is running on line power -.SH "EXIT CODES" -.PP -The command succeeds (status 0) if the system is using line power -and fails (status other than 0) otherwise. -It is designed to be easy to use in shell scripts. -.TP -\fB 0 (true) \fR -System is on line power. -.TP -\fB 1 (false) \fR -System is not on line power. -.TP -\fB 255 (false) \fR -Power status could not be determined. -.SH "SEE ALSO" -.PP -pm-suspend (1). -.SH "AUTHOR" -.PP -This manual page was written by Richard Hughes <richard@hughsie.com>\&. diff --git a/man/pm-pmu.1 b/man/pm-pmu.1 deleted file mode 100644 index e27995a..0000000 --- a/man/pm-pmu.1 +++ /dev/null @@ -1,48 +0,0 @@ -.\" This manpage has been automatically generated by docbook2man -.\" from a DocBook document. This tool can be found at: -.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/> -.\" Please send any bug reports, improvements, comments, patches, -.\" etc. to Steve Cheng <steve@ggi-project.org>. -.TH "PM-PMU" "1" "23 December 2007" "" "" - -.SH NAME -pm-pmu \- suspend the computer on machines using a Macintosh-style PMU -.SH SYNOPSIS - -\fBpm-pmu\fR - -.SH "DESCRIPTION" -.PP -This manual page documents briefly the -\fBpm-pmu\fR command. -.PP -\fBpm-pmu\fR is a command line program to suspend a computer on machines using a Macintosh-style PMU -.SH "EXIT CODES" -.PP -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. -.TP -\fB 0 (true) \fR -System was suspended using PMU. -.TP -\fB 1 (false) \fR -System could not be suspended using PMU. -.SH "OPTIONS" -.PP -This program follows the usual GNU command line syntax, -with long options starting with two dashes (`-'). A summary of -options is included below. -.TP -\fB --suspend \fR -Suspend the computer. -.TP -\fB --help \fR -Show help message. -.SH "SEE ALSO" -.PP -pm-suspend (1). -.SH "AUTHOR" -.PP -This manual page was written by Richard Hughes <richard@hughsie.com>\&. |