diff options
Diffstat (limited to 'doc/FindExec.3')
-rw-r--r-- | doc/FindExec.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/FindExec.3 b/doc/FindExec.3 index 9c42f9a..0e225e9 100644 --- a/doc/FindExec.3 +++ b/doc/FindExec.3 @@ -16,10 +16,10 @@ Tcl_FindExecutable, Tcl_GetNameOfExecutable \- identify or return the name of th void \fBTcl_FindExecutable\fR(\fIargv0\fR) .sp -CONST char * +const char * \fBTcl_GetNameOfExecutable\fR() .SH ARGUMENTS -.AS char *argv0 in +.AS char *argv0 .AP char *argv0 in The first command-line argument to the program, which gives the application's name. |