summaryrefslogtreecommitdiffstats
path: root/doc/RegConfig.3
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-03-19 10:49:13 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-03-19 10:49:13 (GMT)
commitc39345b47aa9604e3ffb82599ee15be9cbce57f6 (patch)
tree6ea0f630f39d29e8655fe1ad1a61ee6316dd90aa /doc/RegConfig.3
parentf2cb38dda94341ddbb64b3b72efdeeb62ec610be (diff)
parentfff5060d945d7ee8f74e84dea9b0f703e2bae424 (diff)
downloadtcl-c39345b47aa9604e3ffb82599ee15be9cbce57f6.zip
tcl-c39345b47aa9604e3ffb82599ee15be9cbce57f6.tar.gz
tcl-c39345b47aa9604e3ffb82599ee15be9cbce57f6.tar.bz2
Merge 8.6
Diffstat (limited to 'doc/RegConfig.3')
-rw-r--r--doc/RegConfig.38
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/RegConfig.3 b/doc/RegConfig.3
index d73e3d7..ef46ba5 100644
--- a/doc/RegConfig.3
+++ b/doc/RegConfig.3
@@ -28,7 +28,7 @@ configuration as ASCII string. This means that this information is in
UTF-8 too. Must not be NULL.
.AP "const Tcl_Config" *configuration in
Refers to an array of Tcl_Config entries containing the information
-embedded in the binary library. Must not be NULL. The end of the array
+embedded in the library. Must not be NULL. The end of the array
is signaled by either a key identical to NULL, or a key referring to
the empty string.
.AP "const char" *valEncoding in
@@ -40,10 +40,10 @@ too. Must not be NULL.
.PP
The function described here has its base in TIP 59 and provides
extensions with support for the embedding of configuration
-information into their binary library and the generation of a
+information into their library and the generation of a
Tcl-level interface for querying this information.
.PP
-To embed configuration information into their binary library an
+To embed configuration information into their library an
extension has to define a non-volatile array of Tcl_Config entries in
one if its source files and then call \fBTcl_RegisterConfig\fR to
register that information.
@@ -108,4 +108,4 @@ typedef struct Tcl_Config {
.\" No cross references yet.
.\" .SH "SEE ALSO"
.SH KEYWORDS
-embedding, configuration, binary library
+embedding, configuration, library