summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-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