summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorderaadt <>2003-02-24 03:09:07 +0000
committerderaadt <>2003-02-24 03:09:07 +0000
commitd9946e4269b59e050fe0c8fed808b3392d2b23d8 (patch)
tree7f5878a6908ce08a16b9168ec6730e098480541b /src/lib
parent449a81d8ab21ae7082ab3e22e14f32e3dcb513b0 (diff)
downloadopenbsd-d9946e4269b59e050fe0c8fed808b3392d2b23d8.tar.gz
openbsd-d9946e4269b59e050fe0c8fed808b3392d2b23d8.tar.bz2
openbsd-d9946e4269b59e050fe0c8fed808b3392d2b23d8.zip
of of
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libc/stdlib/getopt_long.34
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/stdlib/getopt_long.3 b/src/lib/libc/stdlib/getopt_long.3
index 28a17bd8c0..4e5923cb85 100644
--- a/src/lib/libc/stdlib/getopt_long.3
+++ b/src/lib/libc/stdlib/getopt_long.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: getopt_long.3,v 1.4 2002/12/10 21:51:38 millert Exp $ 1.\" $OpenBSD: getopt_long.3,v 1.5 2003/02/24 03:09:07 deraadt Exp $
2.\" $NetBSD: getopt_long.3,v 1.11 2002/10/02 10:54:19 wiz Exp $ 2.\" $NetBSD: getopt_long.3,v 1.11 2002/10/02 10:54:19 wiz Exp $
3.\" 3.\"
4.\" Copyright (c) 1988, 1991, 1993 4.\" Copyright (c) 1988, 1991, 1993
@@ -60,7 +60,7 @@ function is similar to
60but it accepts options in two forms: words and characters. 60but it accepts options in two forms: words and characters.
61The 61The
62.Fn getopt_long 62.Fn getopt_long
63function provides a superset of of the functionality of 63function provides a superset of the functionality of
64.Xr getopt 3 . 64.Xr getopt 3 .
65.Fn getopt_long 65.Fn getopt_long
66can be used in two ways. 66can be used in two ways.