summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-09-07 10:46:30 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-09-07 10:46:30 (GMT)
commitdb234eeee9bc569615b0e5969fe0c39a9eda5875 (patch)
tree1b1df718ea00b631b18c8944b865052e08e822dd /doc
parentb6bea125066a3efd30eb40ae88974f7ea594cea0 (diff)
downloadtcl-db234eeee9bc569615b0e5969fe0c39a9eda5875.zip
tcl-db234eeee9bc569615b0e5969fe0c39a9eda5875.tar.gz
tcl-db234eeee9bc569615b0e5969fe0c39a9eda5875.tar.bz2
Experiment: What if we changed "//zipfs:/" to "/zipfs:/", which doesn't look like an UNC path any more?
Diffstat (limited to 'doc')
-rw-r--r--doc/zipfs.32
-rw-r--r--doc/zipfs.n4
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/zipfs.3 b/doc/zipfs.3
index c8ee455..7ff7ee2 100644
--- a/doc/zipfs.3
+++ b/doc/zipfs.3
@@ -61,7 +61,7 @@ follows:
.IP [1]
If the current application has a mountable ZIP archive, that archive is
mounted under \fIZIPFS_VOLUME\fBapp\fR as a read-only Tcl virtual file
-system. \fIZIPFS_VOLUME\fR is \fB//zipfs:/\fR on all platforms.
+system. \fIZIPFS_VOLUME\fR is \fB/zipfs:/\fR on all platforms.
.IP [2]
If a file named \fBmain.tcl\fR is located in the root directory of that file
system (i.e., at \fIZIPROOT\fB/app/main.tcl\fR after the ZIP archive is
diff --git a/doc/zipfs.n b/doc/zipfs.n
index 5ce8cd2..577be7b 100644
--- a/doc/zipfs.n
+++ b/doc/zipfs.n
@@ -108,7 +108,7 @@ to access the files inside the mount).
Returns a constant string which indicates the mount point for zipfs volumes
for the current platform.
This value is
-.QW \fB//zipfs:/\fR .
+.QW \fB/zipfs:/\fR .
.TP
\fBzipfs unmount \fImountpoint\fR
.
@@ -244,7 +244,7 @@ close $f
# Launch the executable, printing its output to stdout
exec $img >@stdout
-# prints: \fIHi. This is //zipfs:/app/main.tcl\fR
+# prints: \fIHi. This is /zipfs:/app/main.tcl\fR
.CE
.SH "SEE ALSO"
tclsh(1), file(n), zipfs(3), zlib(n)