summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2003-02-24 02:56:55 +0000
committerderaadt <deraadt@openbsd.org>2003-02-24 02:56:55 +0000
commit955ac75e00627123ac0f0a71e2006856270b8ae0 (patch)
treec3509d891de6fb061daf67422512ddb3d3082a50 /lib/libc
parentof of (diff)
downloadwireguard-openbsd-955ac75e00627123ac0f0a71e2006856270b8ae0.tar.xz
wireguard-openbsd-955ac75e00627123ac0f0a71e2006856270b8ae0.zip
the the
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/sysctl.34
-rw-r--r--lib/libc/sys/kqueue.24
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