diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-03-14 15:23:50 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-03-14 15:23:50 +0000 |
commit | b18c4f6a6b3d670bfce3bb1192cfdfbd4d155b25 (patch) | |
tree | 7042f8442ff25fadfedf37d4fcade4ea50ee545b | |
parent | 39d6d7ce0df9a10343dccd65e71d0b58807c605d (diff) |
- punctuate and order the tokens list, to stop it looking scrappy
- it doesn;t make sense to list esm(4) in SEE ALSO
-rw-r--r-- | usr.sbin/sensorsd/sensorsd.conf.5 | 27 |
1 files changed, 13 insertions, 14 deletions
diff --git a/usr.sbin/sensorsd/sensorsd.conf.5 b/usr.sbin/sensorsd/sensorsd.conf.5 index c37b64d6643..e548e5b3007 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.21 2008/03/14 00:06:18 ckuethe Exp $ +.\" $OpenBSD: sensorsd.conf.5,v 1.22 2008/03/14 15:23:49 jmc Exp $ .\" .\" Copyright (c) 2003 Henning Brauer <henning@openbsd.org> .\" Copyright (c) 2005 Matthew Gream <matthew.gream@pobox.com> @@ -91,23 +91,23 @@ The command is executed when there is any change in sensor state. Tokens in the command are substituted as follows: .Pp .Bl -tag -width Ds -offset indent -compact -.It %x -the xname of the device the sensor sits on -.It %t -the type of sensor +.It %l +Whether the value exceeds or is within the user specified limits. +Can be one of: "exceeds", "within", "invalid", or "uninitialised". .It %n -the sensor number +The sensor number. .It %s -the sensor status -.It %l -whether the value exceeds or is within the user specified limits. -Can be one of: "exceeds", "within", "invalid" or "uninitialised". +The sensor status. +.It %x +The xname of the device the sensor sits on. +.It %t +The type of sensor. .It %2 -the sensor's current value +The sensor's current value. .It %3 -the sensor's low limit +The sensor's low limit. .It %4 -the sensor's high limit +The sensor's high limit. .El .Pp By default, @@ -160,7 +160,6 @@ timedelta:istatus #ignore status changes for timedelta .Sh SEE ALSO .Xr getcap 3 , .Xr bio 4 , -.Xr esm 4 , .Xr ipmi 4 , .Xr sensorsd 8 , .Xr sysctl 8 |