diff options
author | jenglish <jenglish@flightlab.com> | 2004-05-29 18:50:11 (GMT) |
---|---|---|
committer | jenglish <jenglish@flightlab.com> | 2004-05-29 18:50:11 (GMT) |
commit | 76db3e4e9d4a852f78aacdcab9d1185a2d01349f (patch) | |
tree | 0ad78da986f4eac1a365d5db4c21350e8f51d541 /doc/lrange.n | |
parent | cec1c6675d2dde0127ef69c29bde5fe69706c236 (diff) | |
download | tcl-76db3e4e9d4a852f78aacdcab9d1185a2d01349f.zip tcl-76db3e4e9d4a852f78aacdcab9d1185a2d01349f.tar.gz tcl-76db3e4e9d4a852f78aacdcab9d1185a2d01349f.tar.bz2 |
Fix minor markup errors.
Diffstat (limited to 'doc/lrange.n')
-rw-r--r-- | doc/lrange.n | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lrange.n b/doc/lrange.n index e2ec3eb..86c124e 100644 --- a/doc/lrange.n +++ b/doc/lrange.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: lrange.n,v 1.7 2004/04/16 22:20:58 dkf Exp $ +'\" RCS: @(#) $Id: lrange.n,v 1.8 2004/05/29 18:50:33 jenglish Exp $ '\" .so man.macros .TH lrange n 7.4 Tcl "Tcl Built-In Commands" @@ -41,7 +41,7 @@ Selecting the first two elements: .CS % lrange {a b c d e} 0 1 a b -.CS +.CE Selecting the last three elements: .CS |