summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/cpuinfo.113
-rw-r--r--docs/cpuinfo.pod11
-rw-r--r--docs/cpuinfo.txt12
3 files changed, 16 insertions, 20 deletions
diff --git a/docs/cpuinfo.1 b/docs/cpuinfo.1
index 4ed0943..e6d0229 100644
--- a/docs/cpuinfo.1
+++ b/docs/cpuinfo.1
@@ -130,15 +130,14 @@
.if n .ad l
.nh
.SH "NAME"
-Cbars \- A small and humble tool to observe server loads
+cpuinfo \- A small and humble tool to print out CPU data
.SH "SYNOPSIS"
.IX Header "SYNOPSIS"
-cpuinfo [\s-1LIST\s0 \s-1OF\s0 \s-1HOSTNAMES\s0]
-.SS "Tested platforms"
-.IX Subsection "Tested platforms"
-This version of Cbars has only been tested on Debian GNU/Linux Wheezy.
-.PP
-There is no release made yet atm. So please come back later and don't use this yet.
+cpuinfo
+.SS "How this works?"
+.IX Subsection "How this works?"
+This just invokes \s-1AWK\s0 to parse /proc/cpuinfo and prints out some stuff but
+human readable.
.SH "LICENSE"
.IX Header "LICENSE"
See package description or project website.
diff --git a/docs/cpuinfo.pod b/docs/cpuinfo.pod
index bc52481..63ccb43 100644
--- a/docs/cpuinfo.pod
+++ b/docs/cpuinfo.pod
@@ -1,16 +1,15 @@
=head1 NAME
-Cbars - A small and humble tool to observe server loads
+cpuinfo - A small and humble tool to print out CPU data
=head1 SYNOPSIS
-cpuinfo [LIST OF HOSTNAMES]
+cpuinfo
-=head2 Tested platforms
+=head2 How this works?
-This version of Cbars has only been tested on Debian GNU/Linux Wheezy.
-
-There is no release made yet atm. So please come back later and don't use this yet.
+This just invokes AWK to parse /proc/cpuinfo and prints out some stuff but
+human readable.
=head1 LICENSE
diff --git a/docs/cpuinfo.txt b/docs/cpuinfo.txt
index 992baf1..7dc4125 100644
--- a/docs/cpuinfo.txt
+++ b/docs/cpuinfo.txt
@@ -1,14 +1,12 @@
NAME
- Cbars - A small and humble tool to observe server loads
+ cpuinfo - A small and humble tool to print out CPU data
SYNOPSIS
- cpuinfo [LIST OF HOSTNAMES]
+ cpuinfo
- Tested platforms
- This version of Cbars has only been tested on Debian GNU/Linux Wheezy.
-
- There is no release made yet atm. So please come back later and don't
- use this yet.
+ How this works?
+ This just invokes AWK to parse /proc/cpuinfo and prints out some stuff
+ but human readable.
LICENSE
See package description or project website.