summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-02-24 03:09:08 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-02-24 03:09:08 +0000
commitbf369d9e175859a277614a706bc908187ccf1a35 (patch)
treef2116e8c6afec29ef99ba91480f83cca0ecd4c0a /lib
parentc357cf18107bcd6ee6ea529bfd651d76f1c7ba77 (diff)
of of
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/auth_subr.34
-rw-r--r--lib/libc/stdlib/getopt_long.34
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/gen/auth_subr.3 b/lib/libc/gen/auth_subr.3
index 33b22eba227..aa869037bde 100644
--- a/lib/libc/gen/auth_subr.3
+++ b/lib/libc/gen/auth_subr.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: auth_subr.3,v 1.9 2002/10/15 17:53:18 millert Exp $
+.\" $OpenBSD: auth_subr.3,v 1.10 2003/02/24 03:09:05 deraadt Exp $
.\"
.\" Copyright (c) 1997 Berkeley Software Design, Inc. All rights reserved.
.\"
@@ -327,7 +327,7 @@ function clears all previously set options.
.Pp
The
.Fn auth_getitem
-function returns the value of of
+function returns the value of
.Fa item .
The
.Fa item
diff --git a/lib/libc/stdlib/getopt_long.3 b/lib/libc/stdlib/getopt_long.3
index 28a17bd8c0f..4e5923cb85a 100644
--- a/lib/libc/stdlib/getopt_long.3
+++ b/lib/libc/stdlib/getopt_long.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getopt_long.3,v 1.4 2002/12/10 21:51:38 millert Exp $
+.\" $OpenBSD: getopt_long.3,v 1.5 2003/02/24 03:09:07 deraadt Exp $
.\" $NetBSD: getopt_long.3,v 1.11 2002/10/02 10:54:19 wiz Exp $
.\"
.\" Copyright (c) 1988, 1991, 1993
@@ -60,7 +60,7 @@ function is similar to
but it accepts options in two forms: words and characters.
The
.Fn getopt_long
-function provides a superset of of the functionality of
+function provides a superset of the functionality of
.Xr getopt 3 .
.Fn getopt_long
can be used in two ways.