diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-04-02 09:25:09 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-04-02 09:25:09 +0000 |
commit | 44c7e79a0905b71ee04f6f83f3db8978fb996865 (patch) | |
tree | 14ce67c9519d362b2d6ef5271d108139a78a458b /usr.sbin | |
parent | 89975c69fbe41c789ccf48ff29a8048b681eb3e4 (diff) |
new sentence, new line;
change an article;
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/sensorsd/sensorsd.conf.5 | 8 |
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 |