summaryrefslogtreecommitdiffstats
path: root/doc/lset.n
diff options
context:
space:
mode:
authorandy <andrew.m.goth@gmail.com>2020-06-19 06:06:07 (GMT)
committerandy <andrew.m.goth@gmail.com>2020-06-19 06:06:07 (GMT)
commit97399b2494ad5212668ee6daac2929a4d48cee3f (patch)
treeca51dbeb7ae6710bfb88886b5c4ee7885939e0ae /doc/lset.n
parent4dc8aea8274770398d9080e03a4a18dfdf178184 (diff)
downloadtcl-97399b2494ad5212668ee6daac2929a4d48cee3f.zip
tcl-97399b2494ad5212668ee6daac2929a4d48cee3f.tar.gz
tcl-97399b2494ad5212668ee6daac2929a4d48cee3f.tar.bz2
Correct man page per [ad8df845fef2c76d95b9f1aaa4815f3b23d4c472]
Diffstat (limited to 'doc/lset.n')
-rw-r--r--doc/lset.n2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/lset.n b/doc/lset.n
index afc721f..fbcf7e4 100644
--- a/doc/lset.n
+++ b/doc/lset.n
@@ -116,6 +116,8 @@ The indicated return value also becomes the new value of \fIx\fR
\fBlset\fR x {2 1} j
\fI\(-> {a b c} {d e f} {g j i}\fR
\fBlset\fR x {2 3} j
+ \fI\(-> {a b c} {d e f} {g h i j}\fR
+\fBlset\fR x {2 4} j
\fI\(-> list index out of range\fR
.CE
.PP