diff options
author | Chris Kuethe <ckuethe@cvs.openbsd.org> | 2008-03-13 21:29:52 +0000 |
---|---|---|
committer | Chris Kuethe <ckuethe@cvs.openbsd.org> | 2008-03-13 21:29:52 +0000 |
commit | 8d4f1eb4599d904d7a6f870d3d1b015fedb67d28 (patch) | |
tree | e2701c2ed047d6beafe61b71ef72cae582deae26 /usr.sbin | |
parent | ffbd9674da40ed4679b50c5ed25ab9a2e5c95e38 (diff) |
document the just-committed %s token.
ok mbalmer
Diffstat (limited to 'usr.sbin')
-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 |