diff options
Diffstat (limited to 'doc/join.n')
-rw-r--r-- | doc/join.n | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -5,7 +5,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: join.n,v 1.2 1998/09/14 18:39:53 stanton Exp $ +'\" RCS: @(#) $Id: join.n,v 1.3 2000/09/07 14:27:48 poenitz Exp $ '\" .so man.macros .TH join n "" Tcl "Tcl Built-In Commands" @@ -25,5 +25,8 @@ formed by joining all of the elements of \fIlist\fR together with \fIjoinString\fR separating each adjacent pair of elements. The \fIjoinString\fR argument defaults to a space character. +.SH "SEE ALSO" +list(n), lappend(n) + .SH KEYWORDS element, join, list, separator |