diff options
| author | Richard Maw <richard.maw@codethink.co.uk> | 2014-06-12 12:04:01 +0100 |
|---|---|---|
| committer | Richard Maw <richard.maw@codethink.co.uk> | 2014-06-12 12:04:01 +0100 |
| commit | c5c1033c5c7deda8abe3448ec81bbb33c72219e0 (patch) | |
| tree | 6e5cef29b85161eea8a7488a029f5a32f982c6ab /sys-utils/chcpu.8 | |
| parent | 462008f79be9e195670b202cb43827b8aeb1e60b (diff) | |
| parent | 2fb567c080e1762ec6a2147564f03068f55d4f14 (diff) | |
| download | util-linux-baserock/morph.tar.gz | |
Merge branch 'baserock/richardmaw/yakshave/util-linux-blkid' into baserock/morphbaserock/morph
Reviewed-by: Lars Wirzenius
Reviewed-by: Sam Thursfield
Diffstat (limited to 'sys-utils/chcpu.8')
| -rw-r--r-- | sys-utils/chcpu.8 | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/sys-utils/chcpu.8 b/sys-utils/chcpu.8 index d016b86f2..c3ce86c3c 100644 --- a/sys-utils/chcpu.8 +++ b/sys-utils/chcpu.8 @@ -76,10 +76,24 @@ instance runs and returns it to the CPU pool. A CPU must be offline, see \-d, before it can be deconfigured. .TP .BR \-h , " \-\-help" -Display help information and exit. +Display help text and exit. .TP .BR \-V , " \-\-version" Display version information and exit. + +.SH RETURN CODES +.B chcpu +has the following return codes: +.TP +.BR 0 +success +.TP +.BR 1 +failure +.TP +.BR 64 +partial success +.RE .SH AUTHOR .MT heiko.carstens@de.ibm.com Heiko Carstens |
