diff options
author | stanton <stanton> | 1999-05-06 20:13:22 (GMT) |
---|---|---|
committer | stanton <stanton> | 1999-05-06 20:13:22 (GMT) |
commit | e8006c8de91a1ab64d7cf87e09652943739e6576 (patch) | |
tree | 07a74977111a7cd88f571b86baccf7a59e0de255 /doc/string.n | |
parent | c9350a70e9d66611aedab222d0c1befb0ae34bf8 (diff) | |
download | tcl-e8006c8de91a1ab64d7cf87e09652943739e6576.zip tcl-e8006c8de91a1ab64d7cf87e09652943739e6576.tar.gz tcl-e8006c8de91a1ab64d7cf87e09652943739e6576.tar.bz2 |
more documentation lint
Diffstat (limited to 'doc/string.n')
-rw-r--r-- | doc/string.n | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/string.n b/doc/string.n index 183cc04..17bf186 100644 --- a/doc/string.n +++ b/doc/string.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: string.n,v 1.7 1999/05/06 18:46:42 stanton Exp $ +'\" RCS: @(#) $Id: string.n,v 1.8 1999/05/06 20:13:23 stanton Exp $ '\" .so man.macros .TH string n 8.1 Tcl "Tcl Built-In Commands" @@ -63,15 +63,13 @@ character of the string. \fIcharIndex\fR may be specified as follows: .RS -.IP \fB[\fIinteger\fB]\fR 10 +.IP \fIinteger\fR 10 The char specified at this integral index .IP \fBend\fR 10 The last char of the string. -.IP \fIexpression\fR 10 -A Tcl expression that returns a number. .IP \fBend-\fIinteger\fR 10 The last char of the string minus the specified integer -offset (e.g. \fBend-1\fR). +offset (e.g. \fBend-1\fR would refer to the "c" in "abcd"). .PP .VE 8.1 If \fIcharIndex\fR is less than 0 or greater than |