diff options
author | Constantine A. Murenin <cnst@cvs.openbsd.org> | 2007-07-16 22:41:57 +0000 |
---|---|---|
committer | Constantine A. Murenin <cnst@cvs.openbsd.org> | 2007-07-16 22:41:57 +0000 |
commit | 25edbf016b62dbea19af80cedfedabe672739900 (patch) | |
tree | e188b2fab848efbf81fd21b0c8c4013b9a1862b3 /lib | |
parent | c47ad3f59e31cabd4f3de94ed66b5ebdfe0c8d22 (diff) |
HW_SENSORS was never really a 'struct', and nowadays it is definitely a 'node'
Diffstat (limited to 'lib')
-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" |