diff options
author | 2007-07-16 22:41:56 +0000 | |
---|---|---|
committer | 2007-07-16 22:41:56 +0000 | |
commit | 494eb229617309b3d01937d38410a312e60cd4d7 (patch) | |
tree | b25fd98d518e8ebff69fbb080cd51ccda1dff187 /lib/libc | |
parent | under HW_SENSORS, mention <sys/sensors.h>, similarly to KERN_SYSVIPC.*; ok jmc (diff) | |
download | wireguard-openbsd-494eb229617309b3d01937d38410a312e60cd4d7.tar.xz wireguard-openbsd-494eb229617309b3d01937d38410a312e60cd4d7.zip |
HW_SENSORS was never really a 'struct', and nowadays it is definitely a 'node'
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/sysctl.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index e891b1c06be..377c1415df1 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.170 2007/07/16 22:29:00 cnst Exp $ +.\" $OpenBSD: sysctl.3,v 1.171 2007/07/16 22:41:56 cnst Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -286,7 +286,7 @@ privileges may change the value. .It Dv HW_PAGESIZE No " integer no" .It Dv HW_PHYSMEM No " integer no" .It Dv HW_PRODUCT No " string no" -.It Dv HW_SENSORS No " struct no" +.It Dv HW_SENSORS No " node not applicable" .It Dv HW_SERIALNO No " string no" .It Dv HW_SETPERF No " integer yes" .It Dv HW_USERMEM No " integer no" |