[v0.97] Avoid lintian warning in man page as suggested by #79. Other small changes to man page

This commit is contained in:
Dr-Noob
2021-06-12 17:07:18 +02:00
parent 0faad4858e
commit d1e481f3c8

View File

@@ -1,12 +1,12 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.2. .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.2.
.TH CPUFETCH "1" "March 2021" "cpufetch v0.97 (x86_64 build)" "User Commands" .TH CPUFETCH "1" "June 2021" "cpufetch v0.97 (x86_64 build)" "User Commands"
.SH NAME .SH NAME
cpufetch \- manual page for cpufetch v0.97 (x86_64 build) cpufetch \- Simple yet fancy CPU architecture fetching tool
.SH SYNOPSIS .SH SYNOPSIS
.B cpufetch .B cpufetch
[\fI\,OPTION\/\fR]... [\fI\,OPTION\/\fR]...
.SH DESCRIPTION .SH DESCRIPTION
Simple yet fancy CPU architecture fetching tool Print detailed information about the CPU architecture. cpufetch displays information like the number of cores, microarchitecture, frequency, cache and peak performance. The program supports x86, x86_64 and ARM architectures and runs on GNU/Linux, Windows, Android and macOS (see https://github.com/Dr-Noob/cpufetch#1-support for more information)
.SH OPTIONS .SH OPTIONS
.TP .TP
\fB\-c\fR, \fB\-\-color\fR \fB\-c\fR, \fB\-\-color\fR
@@ -55,13 +55,16 @@ Old cpufetch style
Fallback style for terminals that do not support colors Fallback style for terminals that do not support colors
.SH "EXAMPLES:" .SH "EXAMPLES:"
Run cpufetch with Intel color scheme: Run cpufetch with Intel color scheme:
.PP
\&./cpufetch \fB\-\-color\fR intel \&./cpufetch \fB\-\-color\fR intel
.PP
Run cpufetch with a custom color scheme: Run cpufetch with a custom color scheme:
.PP
\&./cpufetch \fB\-\-color\fR 239,90,45:210,200,200:100,200,45:0,200,200 \&./cpufetch \fB\-\-color\fR 239,90,45:210,200,200:100,200,45:0,200,200
.SH "BUGS:" .SH "BUGS:"
Report bugs to https://github.com/Dr\-Noob/cpufetch/issues Report bugs to https://github.com/Dr\-Noob/cpufetch/issues
.SH "NOTE:" .SH "NOTE:"
Peak performance information is NOT accurate. cpufetch computes peak performance using the max frequency. However, to properly compute peak performance, you need to know the frequency of the CPU running AVX code, which is not be fetched by cpufetch since it depends on each specific CPU. For peak performance measurement see: https://github.com/Dr\-Noob/peakperf Peak performance information is NOT accurate. cpufetch computes peak performance using the max frequency. However, to properly compute peak performance, you need to know the frequency of the CPU running AVX code, which is not be fetched by cpufetch since it depends on each specific CPU. For peak performance measurement see peakperf (https://github.com/Dr\-Noob/peakperf)
.SH "AUTHOR:" .SH "AUTHOR:"
Dr-Noob (https://github.com/Dr-Noob) Dr-Noob (https://github.com/Dr-Noob)