summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/getopt_long.3
diff options
context:
space:
mode:
authoryamt <yamt@NetBSD.org>2005-12-02 14:11:01 +0000
committeryamt <yamt@NetBSD.org>2005-12-02 14:11:01 +0000
commita6a060b04b991a59f2aaee2ff46261be7e2f4c0d (patch)
tree0d22a7033a9b7e9c0e7435c814ce227222074a43 /lib/libc/stdlib/getopt_long.3
parent9de32b7fa163095df48049b219fd8fca8742f823 (diff)
note that "argv" is not really const.
Diffstat (limited to 'lib/libc/stdlib/getopt_long.3')
-rw-r--r--lib/libc/stdlib/getopt_long.38
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/libc/stdlib/getopt_long.3 b/lib/libc/stdlib/getopt_long.3
index 98f97d58808..fc34c3df356 100644
--- a/lib/libc/stdlib/getopt_long.3
+++ b/lib/libc/stdlib/getopt_long.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: getopt_long.3,v 1.15 2005/04/18 10:56:33 wiz Exp $
+.\" $NetBSD: getopt_long.3,v 1.16 2005/12/02 14:11:01 yamt Exp $
.\"
.\" Copyright (c) 1988, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)getopt.3 8.5 (Berkeley) 4/27/95
.\"
-.Dd April 18, 2005
+.Dd December 2, 2005
.Dt GETOPT_LONG 3
.Os
.Sh NAME
@@ -299,3 +299,7 @@ implementation appeared in 1.5.
The implementation can completely replace
.Xr getopt 3 ,
but right now we are using separate code.
+.Pp
+The
+.Fa argv
+argument is not really const.