diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lreplace.n | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lreplace.n b/doc/lreplace.n index 8510a84..c54571a 100644 --- a/doc/lreplace.n +++ b/doc/lreplace.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: lreplace.n,v 1.17 2008/03/16 12:38:18 dkf Exp $ +'\" RCS: @(#) $Id: lreplace.n,v 1.18 2008/03/16 12:39:30 dkf Exp $ '\" .so man.macros .TH lreplace n 7.4 Tcl "Tcl Built-In Commands" @@ -78,7 +78,7 @@ proc lremove {listVariable value} { } .CE .SH "SEE ALSO" -list(n), lappend(n), lindex(n), linsert(n), llength(n), lsearch(n), +list(n), lappend(n), lindex(n), linsert(n), llength(n), lsearch(n), lset(n), lrange(n), lsort(n), .VS 8.5 string(n) |