aboutsummaryrefslogtreecommitdiffstats
path: root/coreupdownd.1
diff options
context:
space:
mode:
Diffstat (limited to 'coreupdownd.1')
-rw-r--r--coreupdownd.118
1 files changed, 9 insertions, 9 deletions
diff --git a/coreupdownd.1 b/coreupdownd.1
index 7d59db3..b550b5b 100644
--- a/coreupdownd.1
+++ b/coreupdownd.1
@@ -1,7 +1,7 @@
.TH COREUPDOWND 1 COREUPDOWN
-.SH MAME
+.SH NAME
coreupdownd - Dynamically enable and disable CPU's to only use one during low CPU usage
-.SH SYNPOSIS
+.SH SYNOPSIS
.B coreupdownd
.RI "[-C " coreup-cooldown-time ]
.RI "[-c " coredown-cooldown-time ]
@@ -17,13 +17,13 @@ coreupdownd - Dynamically enable and disable CPU's to only use one during low CP
.SH DESCRIPTION
The
.B coreupdownd
-daemon dynamically turns all CPU cores, except except
+daemon dynamically turns all CPU cores, except
the main one, on and off depending on CPU usage.
.PP
The daemon periodically determines what the CPU usage
-would be if only the main CPU core was enable. If it
+would be if only the main CPU core was enabled. If it
would be saturated, the other cores are enabled, otherwise
-the they are disabled.
+they are disabled.
.PP
This is designed as a workaround for virtual machines
that have input performance issues (keyboard input lag
@@ -57,7 +57,7 @@ Do not close standard error at end of initialisation.
.B -f
Do not daemonise. (The standard input and standard
output will still be closed when the process has
-completed it's initialisation.)
+completed its initialisation.)
Implies
.BR -e .
@@ -71,14 +71,14 @@ Configuration file to read instead of
.BR /etc/coreupdownd.conf .
.TP
.BI "-T " coreup-cpu-usage-time-consistency-threshold
-The amount of time, measure in (integer) multiples of the
+The amount of time, measured in (integer) multiples of the
.I check-interval
the CPU usage must have stayed at or above
.I coreup-cpu-usage-threshold
before the daemon may enable all CPU's.
.TP
.BI "-t " coredown-cpu-usage-time-consistency-threshold
-The amount of time, measured in (integer) multiples of the
+The amount of time, measuredd in (integer) multiples of the
.IR check-interval ,
the CPU usage must have stayed at or below
.I coredown-cpu-usage-threshold
@@ -124,7 +124,7 @@ If the
utility traps the following signals:
.TP
.B SIGHUP
-Causes the daemon reload it's configurations, and
+Causes the daemon reload its configurations, and
attempt to update to the newest installed version
of the daemon.
.SH STDOUT