summaryrefslogtreecommitdiff
path: root/tcl/doc/lrange.n
diff options
context:
space:
mode:
Diffstat (limited to 'tcl/doc/lrange.n')
-rw-r--r--tcl/doc/lrange.n7
1 files changed, 7 insertions, 0 deletions
diff --git a/tcl/doc/lrange.n b/tcl/doc/lrange.n
index 719ca29a359..2a379e270f4 100644
--- a/tcl/doc/lrange.n
+++ b/tcl/doc/lrange.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.
@@ -35,5 +36,11 @@ same result as ``\fBlindex \fIlist first\fR'' (although it often does
for simple fields that aren't enclosed in braces); it does, however,
produce exactly the same results as ``\fBlist [lindex \fIlist first\fB]\fR''
+.SH "SEE ALSO"
+.VS 8.4
+list(n), lappend(n), lindex(n), linsert(n), llength(n), lsearch(n),
+lset(n), lreplace(n), lsort(n)
+.VE
+
.SH KEYWORDS
element, list, range, sublist