diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | man/pm-pmu.1 | 4 | ||||
-rw-r--r-- | man/pm-pmu.sgml | 2 |
3 files changed, 10 insertions, 3 deletions
@@ -1,5 +1,12 @@ 2007-12-23 Richard Hughes <richard@hughsie.com> + * man/pm-pmu.1: + * man/pm-pmu.sgml: + Fix a typo in the pm-pmu manpage. + RedHat Bugzilla report: https://bugzilla.redhat.com/show_bug.cgi?id=286201 + +2007-12-23 Richard Hughes <richard@hughsie.com> + * pm/functions: There is no need to remove the logfile, because the ">" after exec in the next line already truncates the logfile to zero length. diff --git a/man/pm-pmu.1 b/man/pm-pmu.1 index 8390cde..e27995a 100644 --- a/man/pm-pmu.1 +++ b/man/pm-pmu.1 @@ -3,7 +3,7 @@ .\" <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" "06 March 2007" "" "" +.TH "PM-PMU" "1" "23 December 2007" "" "" .SH NAME pm-pmu \- suspend the computer on machines using a Macintosh-style PMU @@ -16,7 +16,7 @@ pm-pmu \- suspend the computer on machines using a Macintosh-style PMU This manual page documents briefly the \fBpm-pmu\fR command. .PP -\fBpm-pmu\fR is a command line program to test whether the computer is running on line power +\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 diff --git a/man/pm-pmu.sgml b/man/pm-pmu.sgml index c0a7e55..4cd38c6 100644 --- a/man/pm-pmu.sgml +++ b/man/pm-pmu.sgml @@ -37,7 +37,7 @@ <title>DESCRIPTION</title> <para>This manual page documents briefly the <command>&package;</command> command.</para> - <para><command>&package;</command> is a command line program to test whether the computer is running on line power</para> + <para><command>&package;</command> is a command line program to suspend a computer on machines using a Macintosh-style PMU</para> </refsect1> <refsect1> <title>EXIT CODES</title> |