From 41df2edd48bea4025862c66a4a41810b74ed02a9 Mon Sep 17 00:00:00 2001 From: Monsta Date: Fri, 2 Jan 2015 13:00:59 +0300 Subject: add missing manpages taken from Debian patch: http://anonscm.debian.org/cgit/pkg-mate/mate-power-manager.git/commit/?id=324a45a723c377765337900667ea385cbedddb8c fixes https://github.com/mate-desktop/mate-power-manager/issues/56 also fixes https://github.com/mate-desktop/mate-power-manager/issues/102 --- man/Makefile.am | 10 +++ man/mate-power-backlight-helper.sgml | 145 ++++++++++++++++++++++++++++++++++ man/mate-power-manager-bugreport.sgml | 103 ++++++++++++++++++++++++ 3 files changed, 258 insertions(+) create mode 100644 man/mate-power-backlight-helper.sgml create mode 100644 man/mate-power-manager-bugreport.sgml (limited to 'man') diff --git a/man/Makefile.am b/man/Makefile.am index 32d0ff2..5645617 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -1,11 +1,15 @@ EXTRA_DIST = \ mate-power-manager.sgml \ + mate-power-manager-bugreport.sgml \ + mate-power-backlight-helper.sgml \ mate-power-statistics.sgml \ mate-power-preferences.sgml if HAVE_DOCBOOK2MAN man_MANS = \ mate-power-manager.1 \ + mate-power-manager-bugreport.1 \ + mate-power-backlight-helper.1 \ mate-power-statistics.1 \ mate-power-preferences.1 endif @@ -14,6 +18,12 @@ if HAVE_DOCBOOK2MAN mate-power-manager.1: mate-power-manager.sgml docbook2man $? +mate-power-manager-bugreport.1: mate-power-manager-bugreport.sgml + docbook2man $? + +mate-power-backlight-helper.1: mate-power-backlight-helper.sgml + docbook2man $? + mate-power-preferences.1: mate-power-preferences.sgml docbook2man $? diff --git a/man/mate-power-backlight-helper.sgml b/man/mate-power-backlight-helper.sgml new file mode 100644 index 0000000..d562a63 --- /dev/null +++ b/man/mate-power-backlight-helper.sgml @@ -0,0 +1,145 @@ + manpage.1'. You may view + the manual page with: `docbook-to-man manpage.sgml | nroff -man | + less'. A typical entry in a Makefile or Makefile.am is: + +manpage.1: manpage.sgml + docbook-to-man $< > $@ + + + The docbook-to-man binary is found in the docbook-to-man package. + Please remember that if you create the nroff version in one of the + debian/rules file targets (such as build), you will need to include + docbook-to-man in your Build-Depends control field. + + --> + + + 21 April, 2014"> + + + GNU"> + GPL"> +]> + + + +
+ richard@hughsie.com; +
+ + Richard + Hughes + + + 2005 + Richard Hughes + + &date; +
+ + mate-power-backlight-helper + 1 + + + &package; + + helper application for MATE's power management backlight control + + + + &package; + + + + + + + + DESCRIPTION + + This manual page documents briefly the + &package; command. + + &package; is a helper utility for controlling the backlight of TFT displays via the MATE power manager userspace daemon. + The &package; requires to be run with root privileges. + + + + OPTIONS + + This program follows the usual &gnu; command line syntax, + with long options starting with two dashes (`-'). A summary of + options is included below. + + + + + + + + Show summary of options. + + + + + + + + Set the given brightness. + + + + + + + + Get the current brightness. + + + + + + + + Get the number of brightness levels supported. + + + + + + + SEE ALSO + + mate-power-manager (1). + + + + AUTHOR + + This manual page has been written by Mike Gabriel mike.gabriel@das-netzwerkteam.de for + the Debian system (but may be used by others). + + + +
+ + diff --git a/man/mate-power-manager-bugreport.sgml b/man/mate-power-manager-bugreport.sgml new file mode 100644 index 0000000..a458a4e --- /dev/null +++ b/man/mate-power-manager-bugreport.sgml @@ -0,0 +1,103 @@ + manpage.1'. You may view + the manual page with: `docbook-to-man manpage.sgml | nroff -man | + less'. A typical entry in a Makefile or Makefile.am is: + +manpage.1: manpage.sgml + docbook-to-man $< > $@ + + + The docbook-to-man binary is found in the docbook-to-man package. + Please remember that if you create the nroff version in one of the + debian/rules file targets (such as build), you will need to include + docbook-to-man in your Build-Depends control field. + + --> + + + 21 April, 2014"> + + + GNU"> + GPL"> +]> + + + +
+ richard@hughsie.com; +
+ + Richard + Hughes + + + 2005 + Richard Hughes + + &date; +
+ + mate-power-manager-bugreport + 1 + + + &package; + + collect system information for mate power manager bugreports + + + + &package; + + + + DESCRIPTION + + This manual page documents briefly the + &package; command. + + &package; is a helper script to gather system information for proper mate-power-manager bug reports. + + + + OPTIONS + + This script does not have any known options. + + + + SEE ALSO + + mate-power-manager (1). + + + + AUTHOR + + This manual page has been written by Mike Gabriel mike.gabriel@das-netzwerkteam.de for + the Debian system (but may be used by others). + + + +
+ + -- cgit v1.2.1