diff options
author | deraadt <> | 2003-02-24 03:09:07 +0000 |
---|---|---|
committer | deraadt <> | 2003-02-24 03:09:07 +0000 |
commit | d9946e4269b59e050fe0c8fed808b3392d2b23d8 (patch) | |
tree | 7f5878a6908ce08a16b9168ec6730e098480541b /src/lib | |
parent | 449a81d8ab21ae7082ab3e22e14f32e3dcb513b0 (diff) | |
download | openbsd-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.3 | 4 |
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 | |||
60 | but it accepts options in two forms: words and characters. | 60 | but it accepts options in two forms: words and characters. |
61 | The | 61 | The |
62 | .Fn getopt_long | 62 | .Fn getopt_long |
63 | function provides a superset of of the functionality of | 63 | function provides a superset of the functionality of |
64 | .Xr getopt 3 . | 64 | .Xr getopt 3 . |
65 | .Fn getopt_long | 65 | .Fn getopt_long |
66 | can be used in two ways. | 66 | can be used in two ways. |