summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-03-17 12:34:45 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-03-17 12:34:45 (GMT)
commitbb7aaa29fec7dda27c0da12b6a7a88882012910d (patch)
tree5bb5e97e79b78de9b15dbd70f61c278455cd8ae7 /doc
parentc955b1e7fe561dbfd2aa65d4cc4dcdef1a721a3f (diff)
parent5dbf2681d7206b079a706e9db96e4cf3f43edb25 (diff)
downloadtcl-bb7aaa29fec7dda27c0da12b6a7a88882012910d.zip
tcl-bb7aaa29fec7dda27c0da12b6a7a88882012910d.tar.gz
tcl-bb7aaa29fec7dda27c0da12b6a7a88882012910d.tar.bz2
Merge trunk
Diffstat (limited to 'doc')
-rw-r--r--doc/re_syntax.n6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/re_syntax.n b/doc/re_syntax.n
index 7988071..8d732ed 100644
--- a/doc/re_syntax.n
+++ b/doc/re_syntax.n
@@ -293,12 +293,12 @@ treatment is as if the enclosing delimiters were
.QW \fB[.\fR \&
and
.QW \fB.]\fR .)
-For example, if \fBo\fR and \fB\*(qo\fR are the members of an
+For example, if \fBo\fR and \fB\[^o]\fR are the members of an
equivalence class, then
.QW \fB[[=o=]]\fR ,
-.QW \fB[[=\*(qo=]]\fR ,
+.QW \fB[[=\[^o]=]]\fR ,
and
-.QW \fB[o\*(qo]\fR \&
+.QW \fB[o\[^o]]\fR \&
are all synonymous. An equivalence class may not be an endpoint of a range.
.RS
.PP