diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-12-28 10:03:05 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-12-28 10:03:05 +0000 |
commit | 70e52f2483ab27fa025c8736898988fa2f23f8dc (patch) | |
tree | ab5f23511caef5f7330c27cbd81652d71a594634 /lib | |
parent | f2fdc168aeafdb6a76eb737913ce0091db2e26f0 (diff) |
reword a sentence and kill some trailing whitespace;
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/gen/sysctl.3 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index d8d0c3ce468..e026a130081 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.163 2006/12/23 17:49:53 deraadt Exp $ +.\" $OpenBSD: sysctl.3,v 1.164 2006/12/28 10:03:04 jmc Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -323,18 +323,18 @@ The product name of the machine. .It Dv HW_SENSORS Third level comprises an array of .Li struct sensorsdev -structures containing information about devices -that may attach hardware monitoring sensors. +structures containing information about devices +that may attach hardware monitoring sensors. .Pp Third, fourth and fifth levels together comprise an array of .Li struct sensor 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 -(device's xname and number shall be matched with the help of +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 -structure above), -fourth level indicates sensor type and +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). .It Dv HW_SERIALNO |