diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-03-02 08:49:12 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-03-02 08:49:12 (GMT) |
commit | a312878e5b152c92c1736dc39f29007e19efab61 (patch) | |
tree | f29c5c0c6331b03c26871392bc54d38fff2e3727 /doc/lindex.n | |
parent | 2ed7c8372b29c30467402db75b20a21f9577a451 (diff) | |
download | tcl-a312878e5b152c92c1736dc39f29007e19efab61.zip tcl-a312878e5b152c92c1736dc39f29007e19efab61.tar.gz tcl-a312878e5b152c92c1736dc39f29007e19efab61.tar.bz2 |
Eliminate exess spacings in many doc pages.
Diffstat (limited to 'doc/lindex.n')
-rw-r--r-- | doc/lindex.n | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/lindex.n b/doc/lindex.n index b42904b..d5605bc 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. -'\" +'\" .TH lindex n 8.4 Tcl "Tcl Built-In Commands" .so man.macros .BS @@ -48,7 +48,7 @@ substitution and command substitution do not occur. If \fIindex\fR is negative or greater than or equal to the number of elements in \fIvalue\fR, then an empty string is returned. -The interpretation of each simple \fIindex\fR value is the same as +The interpretation of each simple \fIindex\fR value is the same as for the command \fBstring index\fR, supporting simple index arithmetic and indices relative to the end of the list. .PP @@ -115,7 +115,7 @@ set idx 3 \fI\(-> f\fR .CE .SH "SEE ALSO" -list(n), lappend(n), linsert(n), llength(n), lsearch(n), +list(n), lappend(n), linsert(n), llength(n), lsearch(n), lset(n), lsort(n), lrange(n), lreplace(n), string(n) .SH KEYWORDS |