summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2017-03-16 09:07:19 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2017-03-16 09:07:19 (GMT)
commit709c26db6735431a77f3509d28a5c6c6309709bd (patch)
treea888ae9287f0590fcfdd41f361a58cf105525099 /doc
parentd66350b2d96335fcf44b14f8bebd87ac9c307cd9 (diff)
downloadtcl-709c26db6735431a77f3509d28a5c6c6309709bd.zip
tcl-709c26db6735431a77f3509d28a5c6c6309709bd.tar.gz
tcl-709c26db6735431a77f3509d28a5c6c6309709bd.tar.bz2
Fixes to docs made possible by recent HTML rendering fixes for Tk.
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