summaryrefslogtreecommitdiffstats
path: root/doc/InitSubSyst.3
diff options
context:
space:
mode:
Diffstat (limited to 'doc/InitSubSyst.3')
-rw-r--r--doc/InitSubSyst.312
1 files changed, 7 insertions, 5 deletions
diff --git a/doc/InitSubSyst.3 b/doc/InitSubSyst.3
index 0d09a41..4647567 100644
--- a/doc/InitSubSyst.3
+++ b/doc/InitSubSyst.3
@@ -14,21 +14,23 @@ Tcl_InitSubsystems \- initialize the Tcl library.
\fB#include <tcl.h>\fR
.sp
const char *
-\fBTcl_InitSubsystems\fR(\fIvoid\fR)
+\fBTcl_InitSubsystems\fR()
+.fi
+.BE
.SH DESCRIPTION
.PP
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 with build
-information (e.g., \fB8.7.0+abcdef...abcdef.gcc-1002\fR).
+The result of \fBTcl_InitSubsystems\fR is the full Tcl version with
+build information (e.g., \fB9.0.0+abcdef...abcdef.gcc-1002\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 utf8,
+used as utility library, no other encodings than utf-8,
iso8859-1 or utf-16 are used, and no interest exists in the
value of \fBinfo nameofexecutable\fR. The system encoding will not
-be extracted from the environment, but falls back to iso8859-1.
+be extracted from the environment, but falls back to utf-8.
.SH KEYWORDS
binary, executable file