summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/getopt_long.3
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2003-02-24 03:09:05 +0000
committerderaadt <deraadt@openbsd.org>2003-02-24 03:09:05 +0000
commit6ae5a5ef3cb639ee8d648e7b4eaaa77b1521dad8 (patch)
tree7c42ae39859a73e959df3d39efe51eaaffcd8549 /lib/libc/stdlib/getopt_long.3
parentthe the (diff)
downloadwireguard-openbsd-6ae5a5ef3cb639ee8d648e7b4eaaa77b1521dad8.tar.xz
wireguard-openbsd-6ae5a5ef3cb639ee8d648e7b4eaaa77b1521dad8.zip
of of
Diffstat (limited to 'lib/libc/stdlib/getopt_long.3')
-rw-r--r--lib/libc/stdlib/getopt_long.34
1 files changed, 2 insertions, 2 deletions
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.