diff options
author | Constantine A. Murenin <cnst@cvs.openbsd.org> | 2007-07-15 20:26:00 +0000 |
---|---|---|
committer | Constantine A. Murenin <cnst@cvs.openbsd.org> | 2007-07-15 20:26:00 +0000 |
commit | 13f33772dede1ed2ccb77647fa2e4e1b7d06ba71 (patch) | |
tree | 757cf8b1fcc4818decf615c83fae21f615481dc3 /lib | |
parent | f0b97da6b97c3ae09e51d05c40b17b794b1c00f7 (diff) |
fix typo: s/sensorsdev/sensordev/
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/gen/sysctl.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index 2b805b9aa86..cf0e24ded1b 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.168 2007/05/31 19:19:28 jmc Exp $ +.\" $OpenBSD: sysctl.3,v 1.169 2007/07/15 20:25:59 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: May 31 2007 $ +.Dd $Mdocdate: July 15 2007 $ .Dt SYSCTL 3 .Os .Sh NAME @@ -322,7 +322,7 @@ The total physical memory, in bytes. The product name of the machine. .It Dv HW_SENSORS Third level comprises an array of -.Li struct sensorsdev +.Li struct sensordev structures containing information about devices that may attach hardware monitoring sensors. .Pp @@ -332,7 +332,7 @@ structures containing snapshot readings of hardware monitoring sensors. In such usage, third level indicates the numerical representation of the sensor device name to which the sensor is attached (a device's xname and number is matched with the help of -.Li struct sensorsdev +.Li struct sensordev structure above), fourth level indicates sensor type and fifth level is an ordinal sensor number (unique to |