aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominik Brodowski <linux@dominikbrodowski.net>2008-05-28 14:47:25 +0200
committerDominik Brodowski <linux@dominikbrodowski.net>2008-05-28 14:47:25 +0200
commit2f722bc306352fa2ba7ef651a31af50f8abdd036 (patch)
tree364de26dcff7a8dc9708d462313d0204a6fccef5
parent8de7bf66742b975de8eed308a9460e4349e2ef94 (diff)
downloadcpufrequtils-2f722bc306352fa2ba7ef651a31af50f8abdd036.tar.gz
man: avoid low-level troff hackery
Automatically generated patch by ESR. Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
-rw-r--r--man/cpufreq-info.119
-rw-r--r--man/cpufreq-set.121
2 files changed, 19 insertions, 21 deletions
diff --git a/man/cpufreq-info.1 b/man/cpufreq-info.1
index c5b97f3..0ee6367 100644
--- a/man/cpufreq-info.1
+++ b/man/cpufreq-info.1
@@ -48,21 +48,20 @@ human\-readable output for the \-f and \-w parameters.
Prints out the help screen.
.SH "REMARKS"
.LP
-You cant specify more than one of the output specific options \-o \-e \-a \-g \-p \-d \-l \-w \-f.
-.br
+You can't specify more than one of the output specific options \-o \-e \-a \-g \-p \-d \-l \-w \-f.
+.LP
You also can't specify the \-o option combined with the \-c option.
.SH "FILES"
-.LP
-\fI/sys/devices/system/cpu/cpu*/cpufreq/\fP
-.br
+.nf
+\fI/sys/devices/system/cpu/cpu*/cpufreq/\fP
\fI/proc/cpufreq\fP (deprecated)
-.br
-\fI/proc/sys/cpu/\fP (deprecated)
+\fI/proc/sys/cpu/\fP (deprecated)
+.fi
.SH "AUTHORS"
-.LP
-Dominik Brodowski <linux@brodo.de> \- author
-.br
+.nf
+Dominik Brodowski <linux@brodo.de> \- author
Mattia Dongili<malattia@gmail.com> \- first autolibtoolization
+.fi
.SH "SEE ALSO"
.LP
cpufreq\-set(1)
diff --git a/man/cpufreq-set.1 b/man/cpufreq-set.1
index 9ff4c22..d277681 100644
--- a/man/cpufreq-set.1
+++ b/man/cpufreq-set.1
@@ -31,22 +31,21 @@ Prints out the help screen.
.SH "REMARKS"
.LP
Omitting the \-c or \-\-cpu argument is equivalent to setting it to zero.
-.br
+.LP
The \-f FREQ, \-\-freq FREQ parameter cannot be combined with any other parameter except the \-c CPU, \-\-cpu CPU parameter.
-.br
-FREQuencies can be passed in Hz, kHz (default), MHz, GHz, or THz by postfixing the value with the wanted unit name, without any space (FREQuency in kHz =^ Hz * 0.001 =^ MHz * 1000 =^ GHz * 1000000).
-.SH "FILES"
.LP
-\fI/sys/devices/system/cpu/cpu*/cpufreq/\fP
-.br
+FREQuencies can be passed in Hz, kHz (default), MHz, GHz, or THz by postfixing the value with the wanted unit name, without any space (FREQuency in kHz =^ Hz * 0.001 =^ MHz * 1000 =^ GHz * 1000000).
+.SH "FILES"
+.nf
+\fI/sys/devices/system/cpu/cpu*/cpufreq/\fP
\fI/proc/cpufreq\fP (deprecated)
-.br
-\fI/proc/sys/cpu/\fP (deprecated)
+\fI/proc/sys/cpu/\fP (deprecated)
+.fi
.SH "AUTHORS"
-.LP
-Dominik Brodowski <linux@brodo.de> \- author
-.br
+.nf
+Dominik Brodowski <linux@brodo.de> \- author
Mattia Dongili<malattia@gmail.com> \- first autolibtoolization
+.fi
.SH "SEE ALSO"
.LP
cpufreq\-info(1)