summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/sensorsd/sensorsd.conf.58
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/sensorsd/sensorsd.conf.5 b/usr.sbin/sensorsd/sensorsd.conf.5
index 4e7b6aa0d24..2b47abacfde 100644
--- a/usr.sbin/sensorsd/sensorsd.conf.5
+++ b/usr.sbin/sensorsd/sensorsd.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sensorsd.conf.5,v 1.3 2005/04/01 22:15:40 deraadt Exp $
+.\" $OpenBSD: sensorsd.conf.5,v 1.4 2005/04/02 09:25:08 jmc Exp $
.\"
.\" Copyright (c) 2003 Henning Brauer <henning@openbsd.org>
.\" Copyright (c) 2005 Matthew Gream <matthew.gream@pobox.com>
@@ -33,7 +33,7 @@ to configure hardware sensor monitoring.
Each entry represents one sensor and may specify high and low limits.
If the limits are crossed,
.Xr sensorsd 8 's
-alert functionality is triggered and the command, if specified, is
+alert functionality is triggered and a command, if specified, is
executed.
.Pp
.Nm
@@ -52,8 +52,8 @@ The values for temperature sensors can be given in degrees Celsius or
Fahrenheit, for voltage sensors in volts, and fan speed sensors take a
unit-less number representing RPM.
.Pp
-The command is executed on transitions out of, and back into, given
-limits. Tokens in the command are substituted as follows: %1 with
+The command is executed on transitions out of, and back into, given limits.
+Tokens in the command are substituted as follows: %1 with
the sensor number, %2 with the sensor's current value, %3 with the
sensor's low limit, and %4 with the sensor's high limit.
.Sh FILES