summaryrefslogtreecommitdiffstats
path: root/sys-utils/chcpu.8
Commit message (Collapse)AuthorAgeFilesLines
* chcpu: cleanup return codesKarel Zak2014-03-051-0/+14
| | | | | | | | The code currently always return EXIT_SUCCESS, that's strange. It seems better to return 0 on success, 1 on complete failure and 64 on partial success. Signed-off-by: Karel Zak <kzak@redhat.com>
* docs: standardize the phrases for --help and --version in all man pagesBenno Schulenberg2013-10-151-1/+1
| | | | Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
* docs: clean up chcpu.8 manualSami Kerola2012-06-021-42/+53
| | | | | | | | | | | * Add lightness to synopsis. * Use argument and parameter highlights consistently. * Indent dispatch modes. * Add spaces after dots (English spacing). * Add line break macros. * Use URL and email macros where appropriate. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* chcpu: man page updateHeiko Carstens2011-10-111-62/+53Star
| | | | | | | Move chcpu man page to section 8 (admin commands) where it belongs. Also update the contents of the man page. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
* docs: chcpu and readprofile are sysadmin utilsSami Kerola2011-09-291-0/+94
Signed-off-by: Sami Kerola <kerolasa@iki.fi>