diff options
author | hobbs <hobbs> | 2000-03-03 02:57:37 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2000-03-03 02:57:37 (GMT) |
commit | d8e3f8fb63a93dadbd9c11eacf0ce26a6054b159 (patch) | |
tree | ad78a40ca893375cd85e19e5fbb144fa5847ae0c /doc/FindExec.3 | |
parent | 454b80c3ff76507b4f3088caa3f8a49ab4d9d12e (diff) | |
download | tcl-d8e3f8fb63a93dadbd9c11eacf0ce26a6054b159.zip tcl-d8e3f8fb63a93dadbd9c11eacf0ce26a6054b159.tar.gz tcl-d8e3f8fb63a93dadbd9c11eacf0ce26a6054b159.tar.bz2 |
* doc/FindExec.3: fixed doc for declaration of Tcl_FindExecutable
[Bug: 4275]
Diffstat (limited to 'doc/FindExec.3')
-rw-r--r-- | doc/FindExec.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/FindExec.3 b/doc/FindExec.3 index 098c7a2..f9d6d14 100644 --- a/doc/FindExec.3 +++ b/doc/FindExec.3 @@ -4,10 +4,10 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: FindExec.3,v 1.3 1998/09/14 18:39:48 stanton Exp $ +'\" RCS: @(#) $Id: FindExec.3,v 1.4 2000/03/03 02:57:37 hobbs Exp $ '\" .so man.macros -.TH Tcl_FindExecutable 3 7.5 Tcl "Tcl Library Procedures" +.TH Tcl_FindExecutable 3 8.1 Tcl "Tcl Library Procedures" .BS .SH NAME Tcl_FindExecutable, Tcl_GetNameOfExecutable \- identify or return the name of the binary file containing the application @@ -15,7 +15,7 @@ Tcl_FindExecutable, Tcl_GetNameOfExecutable \- identify or return the name of th .nf \fB#include <tcl.h>\fR .sp -char * +void \fBTcl_FindExecutable\fR(\fIargv0\fR) .sp CONST char * |