diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2007-11-28 17:04:00 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2007-11-28 17:04:00 +0000 |
commit | f014b270eafa4135ebacbeeffa0eb330d4c555b5 (patch) | |
tree | 57641f360848bfa99e73a9b199922f75838b027c /usr.sbin/sensorsd/sensorsd.8 | |
parent | cc2063b96977b6eb8d6408b2fd529c79703b2cb5 (diff) |
add options to specify the check and report intervals. ok deraadt
Diffstat (limited to 'usr.sbin/sensorsd/sensorsd.8')
-rw-r--r-- | usr.sbin/sensorsd/sensorsd.8 | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/usr.sbin/sensorsd/sensorsd.8 b/usr.sbin/sensorsd/sensorsd.8 index 50a05c21a2d..84b23b5e9c1 100644 --- a/usr.sbin/sensorsd/sensorsd.8 +++ b/usr.sbin/sensorsd/sensorsd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sensorsd.8,v 1.16 2007/08/11 20:45:35 cnst Exp $ +.\" $OpenBSD: sensorsd.8,v 1.17 2007/11/28 17:03:59 tedu Exp $ .\" .\" Copyright (c) 2003 Henning Brauer <henning@openbsd.org> .\" Copyright (c) 2005 Matthew Gream <matthew.gream@pobox.com> @@ -16,7 +16,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: August 11 2007 $ +.Dd $Mdocdate: November 28 2007 $ .Dt SENSORSD 8 .Os .Sh NAME @@ -25,6 +25,8 @@ .Sh SYNOPSIS .Nm sensorsd .Op Fl d +.Op Fl c Ar check +.Op Fl r Ar report .Sh DESCRIPTION The .Nm @@ -62,6 +64,14 @@ Do not daemonize. If this option is specified, .Nm will run in the foreground. +.It Fl c Ar check +Check sensors every +.Ar check +seconds. +.It Fl r Ar report +Report changes in sensor status every +.Ar report +seconds. .El .Sh FILES .Bl -tag -width "/etc/sensorsd.conf" |