diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-12-04 20:31:31 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-12-04 20:31:31 +0000 |
commit | 9203353f2db8ff636273e5947e528a07726b08d9 (patch) | |
tree | 0f77c3f0ccada4023d73571afba2f5327c4e7cd6 /lib/libc | |
parent | 0a9d0d6028de38d23fb1c44cbd1a0a3b599aa4f1 (diff) |
.Xr getopt_long
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/stdlib/getopt.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/stdlib/getopt.3 b/lib/libc/stdlib/getopt.3 index 4acbe696067..f261edcab73 100644 --- a/lib/libc/stdlib/getopt.3 +++ b/lib/libc/stdlib/getopt.3 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: getopt.3,v 1.17 2002/08/19 22:29:52 miod Exp $ +.\" $OpenBSD: getopt.3,v 1.18 2002/12/04 20:31:30 millert Exp $ .\" .Dd April 19, 1994 .Dt GETOPT 3 @@ -153,6 +153,7 @@ argv += optind; .Ed .Sh SEE ALSO .Xr getopt 1 , +.Xr getopt_long 3 , .Xr getsubopt 3 .Sh DIAGNOSTICS If the |