diff options
author | Constantine A. Murenin <cnst@cvs.openbsd.org> | 2007-08-14 17:10:03 +0000 |
---|---|---|
committer | Constantine A. Murenin <cnst@cvs.openbsd.org> | 2007-08-14 17:10:03 +0000 |
commit | 8d9284592d5db84c665b6caac28c01fbef0701e4 (patch) | |
tree | 1ed5ff820cf227b477d937a6343f1439efc29b30 /usr.sbin/sensorsd/sensorsd.conf.5 | |
parent | 7d9317168c84c88267bf02c25608610fc919e7c1 (diff) |
sync printing w/ sysctl(8) and add missing sensor types to conf parser;
document how values are parsed in sensorsd.conf(5).
ok deraadt@; man-page ok/help jmc@
Diffstat (limited to 'usr.sbin/sensorsd/sensorsd.conf.5')
-rw-r--r-- | usr.sbin/sensorsd/sensorsd.conf.5 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/usr.sbin/sensorsd/sensorsd.conf.5 b/usr.sbin/sensorsd/sensorsd.conf.5 index dddb225525f..2f98b4b7e57 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.17 2007/08/14 16:52:22 cnst Exp $ +.\" $OpenBSD: sensorsd.conf.5,v 1.18 2007/08/14 17:10:02 cnst Exp $ .\" .\" Copyright (c) 2003 Henning Brauer <henning@openbsd.org> .\" Copyright (c) 2005 Matthew Gream <matthew.gream@pobox.com> @@ -68,6 +68,11 @@ Ignore status provided by the driver. The values for temperature sensors can be given in degrees Celsius or Fahrenheit, for voltage sensors in volts, and fan speed sensors take a unit-less number representing RPM. +Values for all other types of sensors can be specified +in the same units as they appear under the +.Xr sysctl 8 +.Va hw.sensors +tree. .Pp Sensors that provide status (such as those from .Xr bio 4 , |