diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2003-04-25 20:12:03 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2003-04-25 20:12:03 +0000 |
commit | 69abaf0a4799463a5728735728b692f3ce1fe7d2 (patch) | |
tree | 563c24e00c30b110bced8ee758f4413ecb1e1c9b | |
parent | e294f1e17d0e66df5e6f777424a6fa89f3dd1a63 (diff) |
Document hw.sensors
-rw-r--r-- | lib/libc/gen/sysctl.3 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index 2e1e17e8ef5..01ef1138019 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.100 2003/03/17 09:52:20 jmc Exp $ +.\" $OpenBSD: sysctl.3,v 1.101 2003/04/25 20:12:02 grange Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -230,6 +230,7 @@ privileges may change the value. .It Dv HW_DISKNAMES No " string no" .It Dv HW_DISKSTATS No " struct no" .It Dv HW_DISKCOUNT No " integer no" +.It Dv HW_SENSORS No " struct no" .El .Pp .Bl -tag -width "123456" @@ -255,6 +256,10 @@ An array of structures containing disk statistics. .It Dv HW_DISKCOUNT The number of disks currently attached to the system. +.It Dv HW_SENSORS +An array of +.Li struct sensor +structures containing information from the hardware monitoring sensors. .El .Ss CTL_KERN The string and integer information available for the |