diff options
author | 2008-03-13 21:29:51 +0000 | |
---|---|---|
committer | 2008-03-13 21:29:51 +0000 | |
commit | a3ec7993dbe21abbd08e81d4b22db1b5442dbafb (patch) | |
tree | d905cc6e60e0e57b8dd2b12c930f221acf73c2fa | |
parent | Allow a program invoked on state change to receive sensor status. Perhaps (diff) | |
download | wireguard-openbsd-a3ec7993dbe21abbd08e81d4b22db1b5442dbafb.tar.xz wireguard-openbsd-a3ec7993dbe21abbd08e81d4b22db1b5442dbafb.zip |
document the just-committed %s token.
ok mbalmer
-rw-r--r-- | usr.sbin/sensorsd/sensorsd.conf.5 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/sensorsd/sensorsd.conf.5 b/usr.sbin/sensorsd/sensorsd.conf.5 index f66c8c78a0a..f13b998d53b 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.19 2008/03/13 21:24:45 ckuethe Exp $ +.\" $OpenBSD: sensorsd.conf.5,v 1.20 2008/03/13 21:29:51 ckuethe Exp $ .\" .\" Copyright (c) 2003 Henning Brauer <henning@openbsd.org> .\" Copyright (c) 2005 Matthew Gream <matthew.gream@pobox.com> @@ -97,6 +97,8 @@ the xname of the device the sensor sits on the type of sensor .It %n the sensor number +.It %s +the sensor status .It %2 the sensor's current value .It %3 |