summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2008-03-14 15:23:49 +0000
committerjmc <jmc@openbsd.org>2008-03-14 15:23:49 +0000
commitdb7d6ff80a6713ff86cac4005117365f2314e2fa (patch)
tree4bd456ced2f86ff5b157c5779ea011d4d476b862
parentadd a new ber function ber_add_astring() that strdups the string and (diff)
downloadwireguard-openbsd-db7d6ff80a6713ff86cac4005117365f2314e2fa.tar.xz
wireguard-openbsd-db7d6ff80a6713ff86cac4005117365f2314e2fa.zip
- 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.527
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