summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2008-03-16 12:39:30 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2008-03-16 12:39:30 (GMT)
commit558f173d79314bd8f2c40124b6fdbd560f2196d6 (patch)
tree71f1318f08e35b9736aabd712bb8ce8158cb54fd /doc
parentd01508be08a3ab6decdbb64d4a1fd313107d6992 (diff)
downloadtcl-558f173d79314bd8f2c40124b6fdbd560f2196d6.zip
tcl-558f173d79314bd8f2c40124b6fdbd560f2196d6.tar.gz
tcl-558f173d79314bd8f2c40124b6fdbd560f2196d6.tar.bz2
removed erroneous whitespace
Diffstat (limited to 'doc')
-rw-r--r--doc/lreplace.n4
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)