diff options
author | jenglish <jenglish@flightlab.com> | 2007-12-10 16:20:10 (GMT) |
---|---|---|
committer | jenglish <jenglish@flightlab.com> | 2007-12-10 16:20:10 (GMT) |
commit | fc7c131e6b21482b38e9dc9cef94e246160523cd (patch) | |
tree | aec6307f26dcd95e16a72a84b09710aff8ed1156 /doc/string.n | |
parent | e2806f9cb45938537d9505627a24aedef2c61b13 (diff) | |
download | tcl-fc7c131e6b21482b38e9dc9cef94e246160523cd.zip tcl-fc7c131e6b21482b38e9dc9cef94e246160523cd.tar.gz tcl-fc7c131e6b21482b38e9dc9cef94e246160523cd.tar.bz2 |
Fix markup errors.
Consistency: Make sure "KEYWORDS" section appears after "SEE ALSO".
Diffstat (limited to 'doc/string.n')
-rw-r--r-- | doc/string.n | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/string.n b/doc/string.n index 4e769eb..fb2e027 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.41 2007/10/29 11:28:50 dkf Exp $ +.\" RCS: @(#) $Id: string.n,v 1.42 2007/12/10 16:20:28 jenglish Exp $ .\" .so man.macros .TH string n 8.1 Tcl "Tcl Built-In Commands" @@ -272,7 +272,8 @@ when matching case-sensitively (since falls between the .QW Z and -.QW a ), with \fB\-nocase\fR this is considered like {[A\-Za\-z]} (and +.QW a ), +with \fB\-nocase\fR this is considered like {[A\-Za\-z]} (and probably what was meant in the first place). .IP \fB\e\fIx\fR 10 Matches the single character \fIx\fR. This provides a way of avoiding |