diff options
author | Mattias Andrée <maandree@kth.se> | 2024-02-24 17:34:31 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2024-02-24 17:34:31 +0100 |
commit | 275fc799ed112b0d41ccaa872e3da87328ad21c1 (patch) | |
tree | 6f51f0b11490d668a3e30fbf1c9ff0adf0c476ff /coreup.1 | |
download | coreupdown-275fc799ed112b0d41ccaa872e3da87328ad21c1.tar.gz coreupdown-275fc799ed112b0d41ccaa872e3da87328ad21c1.tar.bz2 coreupdown-275fc799ed112b0d41ccaa872e3da87328ad21c1.tar.xz |
First commit
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'coreup.1')
-rw-r--r-- | coreup.1 | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/coreup.1 b/coreup.1 new file mode 100644 index 0000000..1dfe99f --- /dev/null +++ b/coreup.1 @@ -0,0 +1,72 @@ +.TH COREUP 1 COREUPDOWN +.SH MAME +coreup - Enable all CPU core +.SH SYNPOSIS +coreup +.RI [ count ] +.SH DESCRIPTION +The +.B coreup +utility enables all CPU cores on the machine. +.SH OPTIONS +No options are supported. +.SH OPERANDS +The following operand is supported: +.TP +.I count +Enable the first +.I count +CPU cores and disable the rest. +.SH STDIN +The +.B coreup +utility does not use the standard input. +.SH INPUT FILES +None. +.SH ENVIRONMENT VARIABLES +No environment variables affects the execution of +.B coreup +.SH ASYNCHRONOUS EVENTS +Default. +.SH STDOUT +The +.B coreup +utility does not use the standard output. +.SH STDERR +The standard error is used for diagnostic messages. +.SH OUTPUT FILES +None. +.SH EXTENDED DESCRIPTION +None. +.SH EXIT STATUS +If the +.B coreup +utility fails it will exit with one of the following statuses: +.TP +0 +Successful completion. +.TP +1 +An error occurred. +.SH CONSEQUENCES OF ERRORS +Default. +.SH APPLICATION USAGE +None. +.SH EXAMPLES +None. +.SH RATIONALE +None. +.SH NOTES +The is no difference between the +.BR coreup (1) +and +.BR coredown (1) +utilities when the +.I count +operand is specified. +.SH BUGS +None. +.SH FUTURE DIRECTIONS +None. +.SH SEE ALSO +.BR coredown (1) |