diff options
author | 2007-08-11 20:45:35 +0000 | |
---|---|---|
committer | 2007-08-11 20:45:35 +0000 | |
commit | 987cc61e7f2ee97a998aa944402d4655ccd67552 (patch) | |
tree | e622edbaec44435cbaa6fc4dc5c001e558880ce4 | |
parent | s/ and alerter// against previous: 'alerter' is not a standard word (yet), (diff) | |
download | wireguard-openbsd-987cc61e7f2ee97a998aa944402d4655ccd67552.tar.xz wireguard-openbsd-987cc61e7f2ee97a998aa944402d4655ccd67552.zip |
add caveats section, documenting previously undocumented state dumping mechanism; ok jmc@ henning@
-rw-r--r-- | usr.sbin/sensorsd/sensorsd.8 | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/usr.sbin/sensorsd/sensorsd.8 b/usr.sbin/sensorsd/sensorsd.8 index 3cfd9b2d9bc..50a05c21a2d 100644 --- a/usr.sbin/sensorsd/sensorsd.8 +++ b/usr.sbin/sensorsd/sensorsd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sensorsd.8,v 1.15 2007/08/11 20:36:33 cnst Exp $ +.\" $OpenBSD: sensorsd.8,v 1.16 2007/08/11 20:45:35 cnst Exp $ .\" .\" Copyright (c) 2003 Henning Brauer <henning@openbsd.org> .\" Copyright (c) 2005 Matthew Gream <matthew.gream@pobox.com> @@ -79,3 +79,14 @@ The .Nm program first appeared in .Ox 3.5 . +.Sh CAVEATS +Certain sensors may flip status from time to time. +To guard against false reports, +.Nm +implements a state dumping mechanism. +However, this inevitably introduces +an additional delay in status reporting and command execution, +e.g. one may notice that +.Nm +makes its initial report about the state of monitored sensors +not immediately, but either 1 or 2 minutes after it is being started up. |