diff options
author | Constantine A. Murenin <cnst@cvs.openbsd.org> | 2007-07-16 22:29:01 +0000 |
---|---|---|
committer | Constantine A. Murenin <cnst@cvs.openbsd.org> | 2007-07-16 22:29:01 +0000 |
commit | c47ad3f59e31cabd4f3de94ed66b5ebdfe0c8d22 (patch) | |
tree | a70e2631dc6265fe446875c6c3026c4cd47b44e8 /lib | |
parent | 5776d546de9829508d9aafab2c64a060ea0a94a3 (diff) |
under HW_SENSORS, mention <sys/sensors.h>, similarly to KERN_SYSVIPC.*; ok jmc
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/gen/sysctl.3 | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index cf0e24ded1b..e891b1c06be 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.169 2007/07/15 20:25:59 cnst Exp $ +.\" $OpenBSD: sysctl.3,v 1.170 2007/07/16 22:29:00 cnst Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: July 15 2007 $ +.Dd $Mdocdate: July 16 2007 $ .Dt SYSCTL 3 .Os .Sh NAME @@ -337,6 +337,17 @@ structure above), fourth level indicates sensor type and fifth level is an ordinal sensor number (unique to the specified sensor type on the specified sensor device). +.Pp +The +.Sy sensordev +and +.Sy sensor +structures +and +.Sy sensor_type +enumeration +are defined in +.Aq Pa sys/sensors.h . .It Dv HW_SERIALNO The serial number of the machine. .It Dv HW_SETPERF |