From 8e56bc380138814fb76a1391649f17ac0aff89cb Mon Sep 17 00:00:00 2001 From: Dr-Noob Date: Sat, 23 Jun 2018 13:07:35 +0200 Subject: [PATCH] Add simple manpage --- cpufetch.8 | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 cpufetch.8 diff --git a/cpufetch.8 b/cpufetch.8 new file mode 100644 index 0000000..f5c2d72 --- /dev/null +++ b/cpufetch.8 @@ -0,0 +1,30 @@ +.TH man 8 "22 Jun 2018" "0.32" "cpufetch man page" +.SH NAME +cpufetch \- Prints a fancy summary of the CPU with some advanced information +.SH SYNOPSIS +cpufetch [--help] [--style STYLE] +.SH DESCRIPTION +cpufetch will print CPU information, for which will query cpuid instructions and udev directories on Linux. It should display: +.IP \[bu] 2 +Name +.IP \[bu] +Frequency +.IP \[bu] +Number of cores(Physical and Logical) +.IP \[bu] +AVX,SSE,FMA,AES and SHA support +.IP \[bu] +L1,L2 and L3 size +.IP \[bu] +Theoretical peak flops +.SH OPTIONS +.TP +\fB\-\-help\fR +Prints help +.TP +\fB\-\-style\fR +Specify the color style of ascii logo +.SH BUGS +No known bugs. AMD CPUs may not be fully supported +.SH AUTHOR +Dr-Noob (https://github.com/Dr-Noob)