diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-05-29 06:04:42 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-05-29 06:04:42 +0000 |
commit | 3f6176ec485942a0e5cfcc7e61ca01950df6452c (patch) | |
tree | 1dbcdcb6614b8517ce8ab510ef989fececd95964 | |
parent | 7e59dd518fa533f8a8d212888bfda6801cd5b021 (diff) |
tweaks; help/ok cnst
-rw-r--r-- | etc/sensorsd.conf | 6 | ||||
-rw-r--r-- | usr.sbin/sensorsd/sensorsd.conf.5 | 18 |
2 files changed, 12 insertions, 12 deletions
diff --git a/etc/sensorsd.conf b/etc/sensorsd.conf index ec640f964f2..2fe1f2551bd 100644 --- a/etc/sensorsd.conf +++ b/etc/sensorsd.conf @@ -1,4 +1,4 @@ -# $OpenBSD: sensorsd.conf,v 1.5 2007/05/29 02:02:12 cnst Exp $ +# $OpenBSD: sensorsd.conf,v 1.6 2007/05/29 06:04:41 jmc Exp $ # # Sample sensorsd.conf file. See sensorsd.conf(5) for details. @@ -19,8 +19,8 @@ # CPU fan (RPM) #hw.sensors.lm0.fan1:low=3000 -# Notify about indicator status changes, -# e.g. on intrusion detection on ipmi +# Warn if indicator status changes, +# e.g. intrusion detection on ipmi. #indicator: # Warn if any temperature sensor is over 70 degC. diff --git a/usr.sbin/sensorsd/sensorsd.conf.5 b/usr.sbin/sensorsd/sensorsd.conf.5 index f81e51f2277..45aab7ffc1c 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.11 2007/05/29 02:02:12 cnst Exp $ +.\" $OpenBSD: sensorsd.conf.5,v 1.12 2007/05/29 06:04:41 jmc Exp $ .\" .\" Copyright (c) 2003 Henning Brauer <henning@openbsd.org> .\" Copyright (c) 2005 Matthew Gream <matthew.gream@pobox.com> @@ -30,8 +30,8 @@ file is read by .Xr sensorsd 8 to configure hardware sensor monitoring. Each valid sensor registered in the system -shall be matched by at most one entry in -.Nm , +is matched by at most one entry in +.Nm , which may specify high and low limits. If the limits are crossed, .Xr sensorsd 8 's @@ -41,14 +41,14 @@ executed. .Nm follows the syntax of configuration databases as documented in .Xr getcap 3 . -Full +Complete .Va hw.sensors .Xr sysctl 8 -addresses are used to find entries, -with a fallback on sensor types. -For example, if an entry with a full name of a certain temperature -sensor is not present in -.Nm , +variable names are used to find entries, +with a fallback to sensor types. +For example, if an entry with a full name of a certain temperature +sensor is not present in +.Nm , then an entry .Va temp will be looked at to determine the limits. |