diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-04-30 11:10:21 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-04-30 11:10:21 (GMT) |
commit | 7c68bcc31e593d543e2a31a8e498b1cd9115404b (patch) | |
tree | 09e0a9360bcf2ffd6af7f82239957a48f6e4a0fd /doc/FindExec.3 | |
parent | 07603e3b381387670e03489d397205372589c336 (diff) | |
parent | 4106570aa941dd23622fb8107e28d9702902fbe1 (diff) | |
download | tcl-7c68bcc31e593d543e2a31a8e498b1cd9115404b.zip tcl-7c68bcc31e593d543e2a31a8e498b1cd9115404b.tar.gz tcl-7c68bcc31e593d543e2a31a8e498b1cd9115404b.tar.bz2 |
TIP #596: Stubs support for Embedding Tcl in other applications
Diffstat (limited to 'doc/FindExec.3')
-rw-r--r-- | doc/FindExec.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/FindExec.3 b/doc/FindExec.3 index a1dd20d..4b92695 100644 --- a/doc/FindExec.3 +++ b/doc/FindExec.3 @@ -13,7 +13,7 @@ Tcl_FindExecutable, Tcl_GetNameOfExecutable \- identify or return the name of th .nf \fB#include <tcl.h>\fR .sp -void +const char * \fBTcl_FindExecutable\fR(\fIargv0\fR) .sp const char * |