summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTorsten <Torsten>2024-08-06 06:36:41 (GMT)
committerTorsten <Torsten>2024-08-06 06:36:41 (GMT)
commit549a05ca18008a890e751184ebc67635120d4b44 (patch)
tree74c8f10c3a003d52a361fb4b11d2f7342420983c
parent14e5c34e73649c7346376968c6231b0e401cfb78 (diff)
downloadtcl-549a05ca18008a890e751184ebc67635120d4b44.zip
tcl-549a05ca18008a890e751184ebc67635120d4b44.tar.gz
tcl-549a05ca18008a890e751184ebc67635120d4b44.tar.bz2
resolution of ticket [75291b89b3]
-rw-r--r--doc/tclsh.16
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/tclsh.1 b/doc/tclsh.1
index 10f724d..894b21e 100644
--- a/doc/tclsh.1
+++ b/doc/tclsh.1
@@ -156,15 +156,15 @@ incomplete commands.
.SH "STANDARD CHANNELS"
.PP
See \fBTcl_StandardChannels\fR for more explanations.
-.SH ZIPVFS
+.SH "ZIPFS VIRTUAL FILE SYSTEM"
.PP
When a zipfile is concatenated to the end of a \fBtclsh\fR, on startup
the contents of the zip archive will be mounted under a virtual file
system (VFS). The root of that VFS can be retrieved using the \fBzipfs root\fR
command. The zip archive is mounted under the \fBapp\fR directory within the
VFS. If a file named \fBmain.tcl\fR is present in the top
-level directory of the zip archive, it will be sourced instead of the
-shell's normal command line handing. If a top level directory \fBtcl_library\fR is
+level directory of the zip archive, it will be sourced instead of
+tclsh's normal command line handing. If a top level directory \fBtcl_library\fR is
present in the zip archive, it will become the directory loaded as
env(TCL_LIBRARY). If the file \fBtcl_library/init.tcl\fR is present in the zip
archive, the \fBtcl_library\fR global variable in the initial Tcl interpreter