summaryrefslogtreecommitdiffstats
path: root/doc/zipfs.3
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-11-26 13:22:10 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-11-26 13:22:10 (GMT)
commit07256a2be53749c32aef1540f1872af131349343 (patch)
treeaf010b2c059ebdb9dc36243e7c6c37d02f9bf72f /doc/zipfs.3
parent22c94de04ae6d54b29babdf43862a5e859c050df (diff)
parentb3e1ffc1797fa7eec61848d7a3f9d120afd0b0fe (diff)
downloadtcl-07256a2be53749c32aef1540f1872af131349343.zip
tcl-07256a2be53749c32aef1540f1872af131349343.tar.gz
tcl-07256a2be53749c32aef1540f1872af131349343.tar.bz2
Merge 8.7
Diffstat (limited to 'doc/zipfs.3')
-rw-r--r--doc/zipfs.310
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/zipfs.3 b/doc/zipfs.3
index f868915..4d62ddf 100644
--- a/doc/zipfs.3
+++ b/doc/zipfs.3
@@ -87,11 +87,11 @@ it uses WCHAR instead of char. As a result, it requires your application to
be compiled with the UNICODE preprocessor symbol defined (e.g., via the
\fB-DUNICODE\fR compiler flag).
.PP
-The result of \fBTclZipfs_AppHook\fR is the full Tcl version (e.g.,
-\fB"9.0.0"\fR). The function \fImay\fR modify
-the variables pointed to by \fIargcPtr\fR and \fIargvPtr\fR to remove
-arguments; the current implementation does not do so, but callers
-\fIshould not\fR assume that this will be true in the future.
+The result of \fBTclZipfs_AppHook\fR is the full Tcl version with build
+information (e.g., \fB9.0.0+abcdef...abcdef.gcc-1002\fR).
+The function \fImay\fR modify the variables pointed to by \fIargcPtr\fR and
+\fIargvPtr\fR to remove arguments; the current implementation does not do so,
+but callers \fIshould not\fR assume that this will be true in the future.
.PP
\fBTclzipfs_Mount\fR mounts the ZIP archive \fIzipname\fR on the mount point
given in \fImountpoint\fR using the optional ZIP password \fIpassword\fR.