From f120e807617807d4a04fbdb186d9a89677317a13 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Mon, 5 Jun 2006 20:49:48 +0000 Subject: 2006-06-05 Richard Hughes * man/on_ac_power.sgml: * man/pm-pmu.sgml: Don't use hardcoded .1 files, instead generate them using sgml files. --- man/on_ac_power.sgml | 85 ++++++++++++++++++++++++++++++++++++++++++ man/pm-pmu.sgml | 102 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 187 insertions(+) create mode 100644 man/on_ac_power.sgml create mode 100644 man/pm-pmu.sgml (limited to 'man') diff --git a/man/on_ac_power.sgml b/man/on_ac_power.sgml new file mode 100644 index 0000000..a490398 --- /dev/null +++ b/man/on_ac_power.sgml @@ -0,0 +1,85 @@ +05 June, 2006"> + + GNU"> + GPL"> +]> + + + +
+ richard@hughsie.com; +
+ + Richard + Hughes + + + 2006 + Richard Hughes + + &date; +
+ + &package; + 1 + + + &package; + test whether the computer is running on line power + + + + &package; + + + + DESCRIPTION + This manual page documents briefly the + &package; command. + &package; is a command line program to test whether the computer is running on line power + + + EXIT CODES + + 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. + + + + + + + + System is on line power. + + + + + + + + System is not on line power. + + + + + + + + Power status could not be determined. + + + + + + SEE ALSO + pm-suspend (1). + + + AUTHOR + This manual page was written by Richard Hughes richard@hughsie.com. + + +
diff --git a/man/pm-pmu.sgml b/man/pm-pmu.sgml new file mode 100644 index 0000000..c0a7e55 --- /dev/null +++ b/man/pm-pmu.sgml @@ -0,0 +1,102 @@ +05 June, 2006"> + + GNU"> + GPL"> +]> + + + +
+ richard@hughsie.com; +
+ + Richard + Hughes + + + 2006 + Richard Hughes + + &date; +
+ + &package; + 1 + + + &package; + suspend the computer on machines using a Macintosh-style PMU + + + + &package; + + + + DESCRIPTION + This manual page documents briefly the + &package; command. + &package; 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. + + + + + + + + System was suspended using PMU. + + + + + + + + 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 the computer. + + + + + + + + Show help message. + + + + + + SEE ALSO + pm-suspend (1). + + + AUTHOR + This manual page was written by Richard Hughes richard@hughsie.com. + + +
-- cgit v1.2.3