From bd777f7b20703de4f0dd0b6b1e9b81073d1c951e Mon Sep 17 00:00:00 2001 From: poenitz Date: Thu, 13 Jul 2000 07:22:43 +0000 Subject: Added some SEE ALSO sections. --- ChangeLog | 12 ++++++++++++ doc/lappend.n | 5 ++++- doc/lindex.n | 5 ++++- doc/linsert.n | 5 ++++- doc/list.n | 5 ++++- doc/llength.n | 5 ++++- doc/lrange.n | 5 ++++- doc/lreplace.n | 5 ++++- doc/lsearch.n | 5 ++++- doc/lsort.n | 5 ++++- 10 files changed, 48 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index 555ee61..511a294 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2000-07-13 André Pönitz + + * doc/lappend.n: + * doc/lindex.n: + * doc/linsert.n: + * doc/list.n: + * doc/llength.n: + * doc/lrange.n: + * doc/lreplace.n: + * doc/lsearch.n: + * doc/lsort.n: Added SEE ALSO sections. + 2000-07-07 Mo DeJong * win/configure.in: Fix definition of diff --git a/doc/lappend.n b/doc/lappend.n index c4af6e3..ba778d6 100644 --- a/doc/lappend.n +++ b/doc/lappend.n @@ -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: lappend.n,v 1.2 1998/09/14 18:39:53 stanton Exp $ +'\" RCS: @(#) $Id: lappend.n,v 1.3 2000/07/13 07:22:43 poenitz Exp $ '\" .so man.macros .TH lappend n "" Tcl "Tcl Built-In Commands" @@ -33,3 +33,6 @@ more efficient than ``\fBset a [concat $a [list $b]]\fR'' when .SH KEYWORDS append, element, list, variable + +.SH SEE ALSO +lindex, linsert, list, llength, lsearch, lsort, lrange, lreplace diff --git a/doc/lindex.n b/doc/lindex.n index 70cf1cf..477abfe 100644 --- a/doc/lindex.n +++ b/doc/lindex.n @@ -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: lindex.n,v 1.4 1999/09/21 04:20:36 hobbs Exp $ +'\" RCS: @(#) $Id: lindex.n,v 1.5 2000/07/13 07:22:44 poenitz Exp $ '\" .so man.macros .TH lindex n 8.2 Tcl "Tcl Built-In Commands" @@ -35,3 +35,6 @@ the list minus the specified integer offset. .SH KEYWORDS element, index, list + +.SH SEE ALSO +lappend, linsert, list, llength, lsearch, lsort, lrange, lreplace diff --git a/doc/linsert.n b/doc/linsert.n index 69d7f4a..db1b6b6 100644 --- a/doc/linsert.n +++ b/doc/linsert.n @@ -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: linsert.n,v 1.3 1999/09/21 04:20:36 hobbs Exp $ +'\" RCS: @(#) $Id: linsert.n,v 1.4 2000/07/13 07:22:44 poenitz Exp $ '\" .so man.macros .TH linsert n 8.2 Tcl "Tcl Built-In Commands" @@ -31,3 +31,6 @@ specified integer offset. .SH KEYWORDS element, insert, list + +.SH SEE ALSO +lappend, lindex, list, llength, lsearch, lsort, lrange, lreplace diff --git a/doc/list.n b/doc/list.n index 9f25140..37d571c 100644 --- a/doc/list.n +++ b/doc/list.n @@ -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: list.n,v 1.2 1998/09/14 18:39:53 stanton Exp $ +'\" RCS: @(#) $Id: list.n,v 1.3 2000/07/13 07:22:44 poenitz Exp $ '\" .so man.macros .TH list n "" Tcl "Tcl Built-In Commands" @@ -43,3 +43,6 @@ while \fBconcat\fR with the same arguments will return .SH KEYWORDS element, list + +.SH SEE ALSO +lappend, lindex, linsert, llength, lsearch, lsort, lrange, lreplace diff --git a/doc/llength.n b/doc/llength.n index 1a58fb7..3a75010 100644 --- a/doc/llength.n +++ b/doc/llength.n @@ -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: llength.n,v 1.2 1998/09/14 18:39:53 stanton Exp $ +'\" RCS: @(#) $Id: llength.n,v 1.3 2000/07/13 07:22:44 poenitz Exp $ '\" .so man.macros .TH llength n "" Tcl "Tcl Built-In Commands" @@ -24,3 +24,6 @@ the number of elements in it. .SH KEYWORDS element, list, length + +.SH SEE ALSO +lappend, lindex, linsert, list, lsearch, lsort, lrange, lreplace diff --git a/doc/lrange.n b/doc/lrange.n index 45d671d..ddea85e 100644 --- a/doc/lrange.n +++ b/doc/lrange.n @@ -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: lrange.n,v 1.2 1998/09/14 18:39:53 stanton Exp $ +'\" RCS: @(#) $Id: lrange.n,v 1.3 2000/07/13 07:22:44 poenitz Exp $ '\" .so man.macros .TH lrange n 7.4 Tcl "Tcl Built-In Commands" @@ -37,3 +37,6 @@ produce exactly the same results as ``\fBlist [lindex \fIlist first\fB]\fR'' .SH KEYWORDS element, list, range, sublist + +.SH SEE ALSO +lappend, lindex, linsert, list, llength, lreplace, lsearch, lsort diff --git a/doc/lreplace.n b/doc/lreplace.n index bb32aaa..e77e8f3 100644 --- a/doc/lreplace.n +++ b/doc/lreplace.n @@ -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: lreplace.n,v 1.4 2000/01/21 18:24:06 ericm Exp $ +'\" RCS: @(#) $Id: lreplace.n,v 1.5 2000/07/13 07:22:44 poenitz Exp $ '\" .so man.macros .TH lreplace n 7.4 Tcl "Tcl Built-In Commands" @@ -45,3 +45,6 @@ is empty, any \fIelement\fR arguments are added to the end of the list. .SH KEYWORDS element, list, replace + +.SH SEE ALSO +lappend, lindex, linsert, list, llength, lrange, lsearch, lsort diff --git a/doc/lsearch.n b/doc/lsearch.n index 2e2024e..5495494 100644 --- a/doc/lsearch.n +++ b/doc/lsearch.n @@ -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: lsearch.n,v 1.4 2000/05/09 17:50:38 ericm Exp $ +'\" RCS: @(#) $Id: lsearch.n,v 1.5 2000/07/13 07:22:44 poenitz Exp $ '\" .so man.macros .TH lsearch n 7.0 Tcl "Tcl Built-In Commands" @@ -80,3 +80,6 @@ last takes precendence. If more than one of \fB\-increasing\fR and .SH KEYWORDS list, match, pattern, regular expression, search, string + +.SH SEE ALSO +lappend, lindex, linsert, list, llength, lrange, lreplace, lsort diff --git a/doc/lsort.n b/doc/lsort.n index 8d326fc..1f27b70 100644 --- a/doc/lsort.n +++ b/doc/lsort.n @@ -6,7 +6,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: lsort.n,v 1.5 1999/12/21 23:57:33 hobbs Exp $ +'\" RCS: @(#) $Id: lsort.n,v 1.6 2000/07/13 07:22:44 poenitz Exp $ '\" .so man.macros .TH lsort n 8.3 Tcl "Tcl Built-In Commands" @@ -90,3 +90,6 @@ be retained. .SH KEYWORDS element, list, order, sort + +.SH SEE ALSO +lappend, lindex, linsert, list, llength, lrange, lreplace, lsearch -- cgit v0.12