diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-04-30 14:29:47 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-04-30 14:29:47 (GMT) |
commit | aca352b62784bfe712dcdbe1fa2942399494f7ea (patch) | |
tree | 7967f023dcccff2c27532acca2774a924ae91313 /doc/InitSubSyst.3 | |
parent | 64524dd1b913c7b5c0c8a053d35321834e3137ed (diff) | |
download | tcl-aca352b62784bfe712dcdbe1fa2942399494f7ea.zip tcl-aca352b62784bfe712dcdbe1fa2942399494f7ea.tar.gz tcl-aca352b62784bfe712dcdbe1fa2942399494f7ea.tar.bz2 |
Update tcl.dsp. Update documentation
Diffstat (limited to 'doc/InitSubSyst.3')
-rw-r--r-- | doc/InitSubSyst.3 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/InitSubSyst.3 b/doc/InitSubSyst.3 index 17d14b1..294861e 100644 --- a/doc/InitSubSyst.3 +++ b/doc/InitSubSyst.3 @@ -21,6 +21,9 @@ The \fBTcl_InitSubsystems\fR procedure initializes the Tcl library. This procedure is typically invoked as the very first thing in the application's main program. .PP +The result of \fBTcl_InitSubsystems\fR is the full Tcl version (e.g., +\fB"9.0.0"\fR). +.PP \fBTcl_InitSubsystems\fR is very similar in use to \fBTcl_FindExecutable\fR. It can be used when Tcl is used as utility library, no other encodings than utf-8, |