diff options
author | griffin <briang42@easystreet.net> | 2022-10-07 19:14:18 (GMT) |
---|---|---|
committer | griffin <briang42@easystreet.net> | 2022-10-07 19:14:18 (GMT) |
commit | af613a176f8bf6b6910be340b95f66f220259593 (patch) | |
tree | 9d80da59966061b3966c15b0df54f605920f2f71 /doc | |
parent | 9ed6390f05a3a38dd7308a1836aa063b7401caf4 (diff) | |
parent | 9dd5a63f35590c88db321bf5f70429c61ed5a3b5 (diff) | |
download | tcl-af613a176f8bf6b6910be340b95f66f220259593.zip tcl-af613a176f8bf6b6910be340b95f66f220259593.tar.gz tcl-af613a176f8bf6b6910be340b95f66f220259593.tar.bz2 |
Sync with core-8-branch
Diffstat (limited to 'doc')
-rw-r--r-- | doc/SaveInterpState.3 (renamed from doc/SaveResult.3) | 0 | ||||
-rw-r--r-- | doc/filename.n | 3 | ||||
-rw-r--r-- | doc/ledit.n | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/doc/SaveResult.3 b/doc/SaveInterpState.3 index 804f9ec..804f9ec 100644 --- a/doc/SaveResult.3 +++ b/doc/SaveInterpState.3 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 |