Blame SOURCES/pm-utils-1.4.1-man-fix.patch

2f2eab
diff -up pm-utils-1.4.1/man/pm-action.8.orig pm-utils-1.4.1/man/pm-action.8
2f2eab
--- pm-utils-1.4.1/man/pm-action.8.orig	2010-07-04 16:54:58.000000000 +0200
2f2eab
+++ pm-utils-1.4.1/man/pm-action.8	2013-07-01 15:44:34.000000000 +0200
2f2eab
@@ -86,11 +86,21 @@ This option forces the video hardware to
2f2eab
 This option forces the video hardware to turn off the screen when suspending\&. Most video adapters seem to do this correctly, but some do not, which wastes lots of power\&. If your screen is still on after successfully suspending you may need to use this option\&.
2f2eab
 .RE
2f2eab
 .PP
2f2eab
+\fB\-\-quirk\-none\fR
2f2eab
+.RS 4
2f2eab
+This option disables quirks.
2f2eab
+.RE
2f2eab
+.PP
2f2eab
 \fB\-\-quirk\-radeon\-off\fR
2f2eab
 .RS 4
2f2eab
 This option forces Radeon hardware to turn off the display during suspend and turn it back on during resume\&. You only need to do this on some old ThinkPads of the \'30 series (T30, X31, R32,\&.\&.\&. ) with Radeon video hardware\&.
2f2eab
 .RE
2f2eab
 .PP
2f2eab
+\fB\-\-quirk\-reset\-brigthness\fR
2f2eab
+.RS 4
2f2eab
+This option resets display brightness during resume (i.e. sets the brightness to 0 and returns it to the previous value).
2f2eab
+.RE
2f2eab
+.PP
2f2eab
 \fB\-\-quirk\-s3\-bios\fR
2f2eab
 .RS 4
2f2eab
 This option calls the video BIOS during S3 resume\&. Unfortunately, it is not always allowed to call the video BIOS at this point, so sometimes adding this option can actually break resume on some systems\&.
2f2eab
diff -up pm-utils-1.4.1/man/pm-powersave.8.orig pm-utils-1.4.1/man/pm-powersave.8
2f2eab
--- pm-utils-1.4.1/man/pm-powersave.8.orig	2010-07-04 16:54:56.000000000 +0200
2f2eab
+++ pm-utils-1.4.1/man/pm-powersave.8	2013-07-01 16:11:12.939103092 +0200
2f2eab
@@ -22,7 +22,7 @@
2f2eab
 pm-powersave \- Put your computer into low power mode
2f2eab
 .SH "SYNOPSIS"
2f2eab
 .HP \w'\fBpm\-powersave\fR\ 'u
2f2eab
-\fBpm\-powersave\fR [{\fBtrue\fR\ |\ \fBfalse\fR}]
2f2eab
+\fBpm\-powersave\fR [{\fBtrue\fR\ |\ \fBfalse\fR}] [\fB\-\-help\fR]
2f2eab
 .SH "DESCRIPTION"
2f2eab
 .PP
2f2eab
 This manual page documents briefly the
2f2eab
@@ -43,6 +43,11 @@ Put the computer into low power mode to
2f2eab
 .RS 4
2f2eab
 Turn off low power mode\&.
2f2eab
 .RE
2f2eab
+.PP
2f2eab
+\fB\-\-help\fR
2f2eab
+.RS 4
2f2eab
+Show the help.
2f2eab
+.RE
2f2eab
 .SH "FILES"
2f2eab
 .PP
2f2eab
 /etc/pm/power\&.d/, /usr/lib/pm\-utils/power\&.d/
2f2eab
diff -up pm-utils-1.4.1/src/pm-action.in.orig pm-utils-1.4.1/src/pm-action.in
2f2eab
--- pm-utils-1.4.1/src/pm-action.in.orig	2010-07-04 16:42:51.000000000 +0200
2f2eab
+++ pm-utils-1.4.1/src/pm-action.in	2013-07-01 15:03:15.000000000 +0200
2f2eab
@@ -37,6 +37,8 @@ help()
2f2eab
 	echo "${0##*/} [options]"
2f2eab
 	echo
2f2eab
 	echo "Options can change how suspend or hibernate is done."
2f2eab
+	echo
2f2eab
+	echo "  --help"
2f2eab
 	run_hooks sleep help
2f2eab
 	sleep_module_help
2f2eab
 	exit 0