diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2006-11-15 09:23:00 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2006-11-15 09:23:00 (GMT) |
commit | dd42e4e631d1c545378eb098a38df0e73e379e98 (patch) | |
tree | 994b2a6f3769b72c60403ff8a3825e46ca2ff910 /doc/re_syntax.n | |
parent | d5fe10bc62fe923beb3c1017e3f0612c518d196c (diff) | |
download | tcl-dd42e4e631d1c545378eb098a38df0e73e379e98.zip tcl-dd42e4e631d1c545378eb098a38df0e73e379e98.tar.gz tcl-dd42e4e631d1c545378eb098a38df0e73e379e98.tar.bz2 |
Convert \fP to \fR for easier manual page scraping
Diffstat (limited to 'doc/re_syntax.n')
-rw-r--r-- | doc/re_syntax.n | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/re_syntax.n b/doc/re_syntax.n index c3a06cc..334375c 100644 --- a/doc/re_syntax.n +++ b/doc/re_syntax.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: re_syntax.n,v 1.8 2005/05/10 18:34:02 kennykb Exp $ +'\" RCS: @(#) $Id: re_syntax.n,v 1.9 2006/11/15 09:23:02 dkf Exp $ '\" .so man.macros .TH re_syntax n "8.1" Tcl "Tcl Built-In Commands" @@ -182,7 +182,7 @@ illustration.) .PP For example, assume the collating sequence includes a \fBch\fR multi-character collating element. Then the RE \fB[[.ch.]]*c\fR (zero -or more \fBch\fP's followed by \fBc\fP) matches the first five +or more \fBch\fR's followed by \fBc\fR) matches the first five characters of `\fBchchcc\fR'. Also, the RE \fB[^c]b\fR matches all of `\fBchb\fR' (because \fB[^c]\fR matches the multi-character \fBch\fR). .PP |