diff options
author | apnadkarni <apnmbx-wits@yahoo.com> | 2023-10-15 11:08:44 (GMT) |
---|---|---|
committer | apnadkarni <apnmbx-wits@yahoo.com> | 2023-10-15 11:08:44 (GMT) |
commit | 5595331eccaf8fc554d92485ebfb5448f58a8348 (patch) | |
tree | b2a484ecf00186cb47cb8fbbbc226645ec7783e0 /doc/filename.n | |
parent | caa410bb063fdeae6e9d23cedf73115bca598a9b (diff) | |
parent | de376d43609bce9c90b9187706a93016fd171c95 (diff) | |
download | tcl-5595331eccaf8fc554d92485ebfb5448f58a8348.zip tcl-5595331eccaf8fc554d92485ebfb5448f58a8348.tar.gz tcl-5595331eccaf8fc554d92485ebfb5448f58a8348.tar.bz2 |
Merge 8.7 - zipfs path, memory leak
Diffstat (limited to 'doc/filename.n')
-rw-r--r-- | doc/filename.n | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/filename.n b/doc/filename.n index 1b46cdd..8e7d58a 100644 --- a/doc/filename.n +++ b/doc/filename.n @@ -122,8 +122,8 @@ extra backslashes are superfluous. .TP \fBZipfs\fR On all platforms where \fBzipfs\fR support is enabled, paths within mounted -ZIP archives begin with the string returned by the \fBzipfs root\fR command -and otherwise follow the rules for the Unix paths. +ZIP archives begin with the string returned by the \fBzipfs root\fR command. +Zipfs paths are case-sensitive on all platforms. .RE .SH "TILDE SUBSTITUTION" .PP |