summaryrefslogtreecommitdiff
path: root/tcl/doc/llength.n
diff options
context:
space:
mode:
Diffstat (limited to 'tcl/doc/llength.n')
-rw-r--r--tcl/doc/llength.n7
1 files changed, 7 insertions, 0 deletions
diff --git a/tcl/doc/llength.n b/tcl/doc/llength.n
index e581d1036e6..559dbb02c9f 100644
--- a/tcl/doc/llength.n
+++ b/tcl/doc/llength.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.
@@ -22,5 +23,11 @@ llength \- Count the number of elements in a list
Treats \fIlist\fR as a list and returns a decimal string giving
the number of elements in it.
+.SH "SEE ALSO"
+.VS 8.4
+list(n), lappend(n), lindex(n), linsert(n), lsearch(n),
+lset(n), lsort(n), lrange(n), lreplace(n)
+.VE
+
.SH KEYWORDS
element, list, length