diff options
author | Constantine A. Murenin <cnst@cvs.openbsd.org> | 2007-08-14 18:27:36 +0000 |
---|---|---|
committer | Constantine A. Murenin <cnst@cvs.openbsd.org> | 2007-08-14 18:27:36 +0000 |
commit | ae8ea6f293f089d10dabb3b9fee4f283648a55eb (patch) | |
tree | 77604d6e069c502119cd36c987b3d8561c23c469 /lib/libc/gen/sysctl.3 | |
parent | 50483f350b481f10e9cac20b3f7afdd0a4bfd711 (diff) |
'shall be' was changed to 'is' in sysctl.3#rev1.164, now let's change it to 'are'; ok jmc@; approved deraadt@
Diffstat (limited to 'lib/libc/gen/sysctl.3')
-rw-r--r-- | lib/libc/gen/sysctl.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index a19e1e99f89..3bbb61893dc 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.172 2007/07/19 14:50:16 jmc Exp $ +.\" $OpenBSD: sysctl.3,v 1.173 2007/08/14 18:27:35 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: July 19 2007 $ +.Dd $Mdocdate: August 14 2007 $ .Dt SYSCTL 3 .Os .Sh NAME @@ -331,7 +331,7 @@ Third, fourth and fifth levels together comprise an array of 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 +(a device's xname and number are matched with the help of .Li struct sensordev structure above), fourth level indicates sensor type and |