From d1e481f3c820b3f04073f146636c5555789e4d7c Mon Sep 17 00:00:00 2001 From: Dr-Noob Date: Sat, 12 Jun 2021 17:07:18 +0200 Subject: [PATCH] [v0.97] Avoid lintian warning in man page as suggested by #79. Other small changes to man page --- cpufetch.1 | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/cpufetch.1 b/cpufetch.1 index abcb540..80d2925 100644 --- a/cpufetch.1 +++ b/cpufetch.1 @@ -1,12 +1,12 @@ .\" 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 -cpufetch \- manual page for cpufetch v0.97 (x86_64 build) +cpufetch \- Simple yet fancy CPU architecture fetching tool .SH SYNOPSIS .B cpufetch [\fI\,OPTION\/\fR]... .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 .TP \fB\-c\fR, \fB\-\-color\fR @@ -55,13 +55,16 @@ Old cpufetch style Fallback style for terminals that do not support colors .SH "EXAMPLES:" Run cpufetch with Intel color scheme: +.PP \&./cpufetch \fB\-\-color\fR intel +.PP Run cpufetch with a custom color scheme: +.PP \&./cpufetch \fB\-\-color\fR 239,90,45:210,200,200:100,200,45:0,200,200 .SH "BUGS:" Report bugs to https://github.com/Dr\-Noob/cpufetch/issues .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:" Dr-Noob (https://github.com/Dr-Noob)