aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-22 13:18:45 +0100
committerMattias Andrée <m@maandree.se>2026-02-22 13:18:45 +0100
commite2d80d2da476f583b77d793bcbf23b59a5d1266e (patch)
tree7269993fa263a83538375c8769956e426a742d16 /README
parentUpdate e-mail (diff)
downloadcoreupdown-e2d80d2da476f583b77d793bcbf23b59a5d1266e.tar.gz
coreupdown-e2d80d2da476f583b77d793bcbf23b59a5d1266e.tar.bz2
coreupdown-e2d80d2da476f583b77d793bcbf23b59a5d1266e.tar.xz
misc fixesHEAD1.1.1master
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 5 insertions, 5 deletions
diff --git a/README b/README
index bbb5a4f..3b2985d 100644
--- a/README
+++ b/README
@@ -1,8 +1,8 @@
-MAME
- coreup - Enable all CPU core
+NAME
+ coreup - Enable all CPU cores
coredown - Disable all but one CPU core
-SYNPOSIS
+SYNOPSIS
coreup [count]
coredown [count]
@@ -10,7 +10,7 @@ DESCRIPTION
The coreup utility enables all CPU cores on the machine.
The coredown utility disables all CPU cores on the machine
- expect the CPU 0.
+ except CPU 0.
This is designed as a workaround for virtual machines that
have input performance issues (keyboard input lag and keys
@@ -34,7 +34,7 @@ EXIT STATUS
1 An error occurred.
NOTES
- The is no difference between the coreup(1) and coredown(1)
+ There is no difference between the coreup(1) and coredown(1)
utilities when the count operand is specified.
SEE ALSO