diff options
author | 2007-07-16 22:29:00 +0000 | |
---|---|---|
committer | 2007-07-16 22:29:00 +0000 | |
commit | 70f44d4ee3959ab2fd441fd7cc4d404ed3c37e5e (patch) | |
tree | 0b2e07b3cb1b9b8bc8fb7c26702323832074768d /lib/libc | |
parent | sizeof long double == sizeof double, deal with it; ok kettenis (diff) | |
download | wireguard-openbsd-70f44d4ee3959ab2fd441fd7cc4d404ed3c37e5e.tar.xz wireguard-openbsd-70f44d4ee3959ab2fd441fd7cc4d404ed3c37e5e.zip |
under HW_SENSORS, mention <sys/sensors.h>, similarly to KERN_SYSVIPC.*; ok jmc
Diffstat (limited to 'lib/libc')
-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 |