diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2007-10-26 12:25:06 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2007-10-26 12:25:06 (GMT) |
commit | d3af9b6c8c71010caf7b39bc82653ab9db34d055 (patch) | |
tree | 6ffe54feca90d79693e6c085d0acc805e45688d4 /doc/re_syntax.n | |
parent | 6e5d020adfd8a9e2e8aec524efa0135fcf2fd7c4 (diff) | |
download | tcl-d3af9b6c8c71010caf7b39bc82653ab9db34d055.zip tcl-d3af9b6c8c71010caf7b39bc82653ab9db34d055.tar.gz tcl-d3af9b6c8c71010caf7b39bc82653ab9db34d055.tar.bz2 |
Fix minor faults.
Diffstat (limited to 'doc/re_syntax.n')
-rw-r--r-- | doc/re_syntax.n | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/re_syntax.n b/doc/re_syntax.n index 3ceeb53..47873c5 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.11 2007/10/24 14:29:39 dkf Exp $ +'\" RCS: @(#) $Id: re_syntax.n,v 1.12 2007/10/26 12:25:06 dkf Exp $ '\" .so man.macros .TH re_syntax n "8.1" Tcl "Tcl Built-In Commands" @@ -247,12 +247,12 @@ and For example, if .QW \fBo\fR and -.QW \fB\o'o^'\fR +.QW \fB\N'244'\fR are the members of an equivalence class, then .QW \fB[[=o=]]\fR , -.QW \fB[[=\o'o^'=]]\fR , +.QW \fB[[=\N'244'=]]\fR , and -.QW \fB[o\o'o^']\fR \& +.QW \fB[o\N'244']\fR \& are all synonymous. An equivalence class may not be an endpoint of a range. (\fINote:\fR Tcl currently implements only the Unicode locale. It doesn't define any equivalence classes. |