summaryrefslogtreecommitdiff
path: root/tcl/doc/linsert.n
diff options
context:
space:
mode:
Diffstat (limited to 'tcl/doc/linsert.n')
-rw-r--r--tcl/doc/linsert.n8
1 files changed, 8 insertions, 0 deletions
diff --git a/tcl/doc/linsert.n b/tcl/doc/linsert.n
index a44bfbcd3b8..a87ee759c1a 100644
--- a/tcl/doc/linsert.n
+++ b/tcl/doc/linsert.n
@@ -1,6 +1,7 @@
'\"
'\" Copyright (c) 1993 The Regents of the University of California.
'\" Copyright (c) 1994-1996 Sun Microsystems, Inc.
+'\" Copyright (c) 2001 Kevin B. Kenny. All rights reserved.
'\"
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
@@ -29,5 +30,12 @@ elements in the list, then the new elements are appended to the list.
\fBend\-\fIinteger\fR refers to the last element in the list minus the
specified integer offset.
+
+.SH "SEE ALSO"
+.VS 8.4
+list(n), lappend(n), lindex(n), llength(n), lsearch(n),
+lset(n), lsort(n), lrange(n), lreplace(n)
+.VE
+
.SH KEYWORDS
element, insert, list