summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/getsubopt.3
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-05-10 06:48:31 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-05-10 06:48:31 +0000
commita6f9bd6588e597a979846ff4dfb6a3b3f9d8a635 (patch)
treecdcc0b4c26a37fe762ea5f5f6fb6b41855556d9a /lib/libc/stdlib/getsubopt.3
parent1a301a9eded6ff2ebf865d44aa8873eec059d988 (diff)
typos;
Diffstat (limited to 'lib/libc/stdlib/getsubopt.3')
-rw-r--r--lib/libc/stdlib/getsubopt.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/getsubopt.3 b/lib/libc/stdlib/getsubopt.3
index 8a17da4ea5a..e2d86410161 100644
--- a/lib/libc/stdlib/getsubopt.3
+++ b/lib/libc/stdlib/getsubopt.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getsubopt.3,v 1.5 2000/12/15 14:31:17 aaron Exp $
+.\" $OpenBSD: getsubopt.3,v 1.6 2003/05/10 06:48:30 jmc Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -66,7 +66,7 @@ The
function returns the zero-based offset of the pointer in the
.Fa tokens
array referencing a string which matches the first token
-in the string, or, \-1 if the string contains no tokens or
+in the string, or \-1 if the string contains no tokens or
.Fa tokens
does not contain a matching string.
.Pp