summaryrefslogtreecommitdiff
path: root/tk/doc/ParseArgv.3
diff options
context:
space:
mode:
Diffstat (limited to 'tk/doc/ParseArgv.3')
-rw-r--r--tk/doc/ParseArgv.33
1 files changed, 1 insertions, 2 deletions
diff --git a/tk/doc/ParseArgv.3 b/tk/doc/ParseArgv.3
index 791a8e36726..4fc886d2fe0 100644
--- a/tk/doc/ParseArgv.3
+++ b/tk/doc/ParseArgv.3
@@ -28,7 +28,7 @@ no Tk options will be processed.
.AP int argcPtr in/out
Pointer to number of arguments in argv; gets modified to hold
number of unprocessed arguments that remain after the call.
-.AP char **argv in/out
+.AP "CONST char" **argv in/out
Command line arguments passed to main program. Modified to
hold unprocessed arguments that remain after the call.
.AP Tk_ArgvInfo *argTable in
@@ -349,4 +349,3 @@ and \fIargv\fR[2] will be NULL.
.SH KEYWORDS
arguments, command line, options
-