From e9e878130d9b4ffca17db953b7a34c736ee4b592 Mon Sep 17 00:00:00 2001 From: MotoHoss Date: Sun, 12 Oct 2014 13:21:45 -0500 Subject: cpufreq: Rename manpage. fixes #103 Avoid file collision with gnome applets. --- man/Makefile.am | 14 ++++++------- man/cpufreq-selector.1 | 48 --------------------------------------------- man/mate-cpufreq-selector.1 | 48 +++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 55 insertions(+), 55 deletions(-) delete mode 100644 man/cpufreq-selector.1 create mode 100644 man/mate-cpufreq-selector.1 diff --git a/man/Makefile.am b/man/Makefile.am index ffc75f1a..b6c7ef51 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -1,11 +1,11 @@ man_MANS = \ - mate-charpick-applet.1 \ - cpufreq-selector.1 \ - drivemount_applet.1 \ - geyes_applet.1 \ - invest-chart.1 \ - mateweather.1 \ - multiload_applet.1 + mate-charpick-applet.1 \ + mate-cpufreq-selector.1 \ + drivemount_applet.1 \ + geyes_applet.1 \ + invest-chart.1 \ + mateweather.1 \ + multiload_applet.1 EXTRA_DIST = $(man_MANS) diff --git a/man/cpufreq-selector.1 b/man/cpufreq-selector.1 deleted file mode 100644 index 7a33b307..00000000 --- a/man/cpufreq-selector.1 +++ /dev/null @@ -1,48 +0,0 @@ -.\" Man page for mate-cpufreq-selector. -.TH MATE-CPUFREQ-SELECTOR 1 "18 April 2014" "MATE Desktop Environment" -.\" Please adjust this date when revising the manpage. -.\" -.SH "NAME" -mate\-cpufreq\-selector \- A generic command line tool to change the cpu frequency. -.SH "SYNOPSIS" -.B mate\-cpufreq\-selector [OPTIONS] -.SH "DESCRIPTION" -This tool is a part of the CPU Frequency Scaling Monitor Applet for the MATE Panel. It can be called from the command line when installed. \fBmate\-cpufreq\-selector\fR is used to adjust the CPU Frequency settings if the system supports scaling. -.PP -This manual page briefly documents the \fBmate\-cpufreq\-selector\fR command. - -.SH "OPTIONS" -.TP -\fB\-c NUMBER, \-\-cpu=NUMBER\fR -Specify the CPU Number to adjust settings for. If no CPU is specified, CPU0 is assumed. -.TP -\fB\-g GOVERNOR, \-\-governor=GOVERNOR\fR -Specify a valid CPU Governor to use. (ie. conservative, ondemand, performance, powersave) -.TP -\fB\-f FREQ, \-\-frequency=FREQ\fR -Specify a CPU Frequency to set in KHz. -.TP -\fB\-?, \-h, \-\-help\fR -Print standard command line options. -.SH "EXAMPLES" -\fBmate\-cpufreq\-selector \-\-cpu=1 \-g powersave\fR -.RS 4 -Set scaling Governor "Powersave" on CPU1 -.RE -.PP -\fBmate\-cpufreq\-selector \-f 1200\fR -.RS 4 -Set max CPU Frequency to 1200KHz (1.2GHz) on CPU0 -.RE -.PP -.SH "BUGS" -.SS Should you encounter any bugs, they may be reported at: -http://github.com/mate-desktop/mate-applets/issues -.SH "AUTHORS" -.SS This Man Page has been written for the MATE Desktop Environment by: -Adam Erdman (2014) -.SH "HISTORY" -.SS cpufreq\-selector was originally written for gnome-applets by: -Carlos García Campos (2004) -.SH "SEE ALSO" -.SS Further information may also be available at: http://wiki.mate-desktop.org/docs diff --git a/man/mate-cpufreq-selector.1 b/man/mate-cpufreq-selector.1 new file mode 100644 index 00000000..2c2f4115 --- /dev/null +++ b/man/mate-cpufreq-selector.1 @@ -0,0 +1,48 @@ +.\" Man page for mate-cpufreq-selector. +.TH MATE-CPUFREQ-SELECTOR 1 "18 April 2014" "MATE Desktop Environment" +.\" Please adjust this date when revising the manpage. +.\" +.SH "NAME" +mate\-cpufreq\-selector \- A generic command line tool to change the cpu frequency. +.SH "SYNOPSIS" +.B mate\-cpufreq\-selector [OPTIONS] +.SH "DESCRIPTION" +This tool is a part of the CPU Frequency Scaling Monitor Applet for the MATE Panel. It can be called from the command line when installed. \fBmate\-cpufreq\-selector\fR is used to adjust the CPU Frequency settings if the system supports scaling. +.PP +This manual page briefly documents the \fBmate\-cpufreq\-selector\fR command. + +.SH "OPTIONS" +.TP +\fB\-c NUMBER, \-\-cpu=NUMBER\fR +Specify the CPU Number to adjust settings for. If no CPU is specified, CPU0 is assumed. +.TP +\fB\-g GOVERNOR, \-\-governor=GOVERNOR\fR +Specify a valid CPU Governor to use. (ie. conservative, ondemand, performance, powersave) +.TP +\fB\-f FREQ, \-\-frequency=FREQ\fR +Specify a CPU Frequency to set in KHz. +.TP +\fB\-?, \-h, \-\-help\fR +Print standard command line options. +.SH "EXAMPLES" +\fBmate\-cpufreq\-selector \-\-cpu=1 \-g powersave\fR +.RS 4 +Set scaling Governor "Powersave" on CPU1 +.RE +.PP +\fBmate\-cpufreq\-selector \-f 1200\fR +.RS 4 +Set max CPU Frequency to 1200KHz (1.2GHz) on CPU0 +.RE +.PP +.SH "BUGS" +.SS Should you encounter any bugs, they may be reported at: +http://github.com/mate-desktop/mate-applets/issues +.SH "AUTHORS" +.SS This Man Page has been written for the MATE Desktop Environment by: +Adam Erdman (2014) +.SH "HISTORY" +.SS cpufreq\-selector was originally written for gnome-applets by: +Carlos García Campos (2004) +.SH "SEE ALSO" +.SS Further information may also be available at: http://wiki.mate-desktop.org/docs -- cgit v1.2.1