summaryrefslogtreecommitdiffstats
path: root/doc/FileSystem.3
diff options
context:
space:
mode:
authorapnadkarni <apnmbx-wits@yahoo.com>2023-10-02 07:00:29 (GMT)
committerapnadkarni <apnmbx-wits@yahoo.com>2023-10-02 07:00:29 (GMT)
commitcc068620bf23e1927721ec0e56dd0d370b85b5a4 (patch)
treec2c9e785bf661f92e57c126de7e6acbfad461dd3 /doc/FileSystem.3
parent2f7d589ee1ecb7d5440ba1a10e60498383f0de09 (diff)
parentec0c60f4713cafe1cf1ba58dbd2a1a562339f9e0 (diff)
downloadtcl-cc068620bf23e1927721ec0e56dd0d370b85b5a4.zip
tcl-cc068620bf23e1927721ec0e56dd0d370b85b5a4.tar.gz
tcl-cc068620bf23e1927721ec0e56dd0d370b85b5a4.tar.bz2
Merge 8.7 - Fix [02acab5aea], [d8a354f7d9], [62e5508ee], [4af110a6a1], [02acab5aea] - file ensemble bugs for zipfs
Diffstat (limited to 'doc/FileSystem.3')
-rw-r--r--doc/FileSystem.32
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/FileSystem.3 b/doc/FileSystem.3
index 33becf7..0b1d6d5 100644
--- a/doc/FileSystem.3
+++ b/doc/FileSystem.3
@@ -649,7 +649,7 @@ filesystem object.
It returns 1 if the paths are equal, and 0 if they are different. If
either path is NULL, 0 is always returned.
.PP
-\fBTcl_FSGetNormalizedPath\fR this important function attempts to extract
+\fBTcl_FSGetNormalizedPath\fR attempts to extract
from the given Tcl_Obj a unique normalized path representation, whose
string value can be used as a unique identifier for the file.
.PP