diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-02-24 02:56:56 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-02-24 02:56:56 +0000 |
commit | c357cf18107bcd6ee6ea529bfd651d76f1c7ba77 (patch) | |
tree | 1aee1f6092dbf50d2ecf1e436a79bbfce6aa26de /lib | |
parent | 72b4ce70a9d6f80795aec0863310ca9841e9450c (diff) |
the the
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/gen/sysctl.3 | 4 | ||||
-rw-r--r-- | lib/libc/sys/kqueue.2 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index 803e9412380..ba9a0408a6d 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.97 2003/01/21 22:52:07 markus Exp $ +.\" $OpenBSD: sysctl.3,v 1.98 2003/02/24 02:56:55 deraadt Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -752,7 +752,7 @@ The fourth level name is one of: .Dv KERN_PROC_NARGV and .Dv KERN_PROC_NENV -return the number of elements in the the argv or env array. +return the number of elements in the argv or env array. .Dv KERN_PROC_ARG returns the argv array and .Dv KERN_PROC_ENV diff --git a/lib/libc/sys/kqueue.2 b/lib/libc/sys/kqueue.2 index 93af1fd104f..b522f5dc443 100644 --- a/lib/libc/sys/kqueue.2 +++ b/lib/libc/sys/kqueue.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: kqueue.2,v 1.9 2002/04/30 16:31:42 mpech Exp $ +.\" $OpenBSD: kqueue.2,v 1.10 2003/02/24 02:56:55 deraadt Exp $ .\" .\" Copyright (c) 2000 Jonathan Lemon .\" All rights reserved. @@ -252,7 +252,7 @@ Returns when the file pointer is not at the end of file. contains the offset from current position to end of file, and may be negative. .It "Fifos, Pipes" -Returns when the there is data to read; +Returns when there is data to read; .Va data contains the number of bytes available. .Pp |