diff options
| author | Paul Buetow <paul@buetow.org> | 2013-07-26 09:07:27 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2013-07-26 09:07:27 +0200 |
| commit | cdaa61535ea189cdf09cba553051831cf1a6f39e (patch) | |
| tree | 73ceb2c6a9f5fe4be6627608c561732013eb419a | |
| parent | 0150fd1b5e4e2e30c98eff9b0bc12cb9bd1363d8 (diff) | |
manpage
| -rw-r--r-- | docs/cpuinfo.1 | 13 | ||||
| -rw-r--r-- | docs/cpuinfo.pod | 11 | ||||
| -rw-r--r-- | docs/cpuinfo.txt | 12 |
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. |
