summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-10-04 16:01:57 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-10-04 16:01:57 (GMT)
commitf852823f2d4d5f92dee67e03cbdc4da22d8be30b (patch)
tree593e2656e33a3906d65c33734840fbb1b9bae6e4 /doc
parent3f371a5084c05daba396645abd9a25deb3d023d1 (diff)
parent49c9b2444c871d10db7b756b17827f435d5f96d1 (diff)
downloadtcl-f852823f2d4d5f92dee67e03cbdc4da22d8be30b.zip
tcl-f852823f2d4d5f92dee67e03cbdc4da22d8be30b.tar.gz
tcl-f852823f2d4d5f92dee67e03cbdc4da22d8be30b.tar.bz2
TIP 402: General Platform UNC Support
Diffstat (limited to 'doc')
-rw-r--r--doc/filename.n3
-rw-r--r--doc/ledit.n2
2 files changed, 3 insertions, 2 deletions
diff --git a/doc/filename.n b/doc/filename.n
index 7b9d6fa..335d8c7 100644
--- a/doc/filename.n
+++ b/doc/filename.n
@@ -47,7 +47,8 @@ absolute, and file names may contain any character other than slash.
The file names \fB\&.\fR and \fB\&..\fR are special and refer to the
current directory and the parent of the current directory respectively.
Multiple adjacent slash characters are interpreted as a single
-separator. Any number of trailing slash characters at the end of a
+separator, except for the first double slash \fB//\fR in absolute paths.
+Any number of trailing slash characters at the end of a
path are simply ignored, so the paths \fBfoo\fR, \fBfoo/\fR and
\fBfoo//\fR are all identical, and in particular \fBfoo/\fR does not
necessarily mean a directory is being referred.
diff --git a/doc/ledit.n b/doc/ledit.n
index 48e6da5..70e0bf3 100644
--- a/doc/ledit.n
+++ b/doc/ledit.n
@@ -18,7 +18,7 @@ ledit \- Replace elements of a list stored in variable
The command fetches the list value in variable \fIlistVar\fR and replaces the
elements in the range given by indices \fIfirst\fR to \fIlast\fR (inclusive)
with the \fIvalue\fR arguments. The resulting list is then stored back in
-\fIlistVar\fR and returned as the result of the command.
+\fIlistVar\fR and returned as the result of the command.
.PP
Arguments \fIfirst\fR and \fIlast\fR are index values specifying the first and
last elements of the range to replace. They are interpreted