summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-11-17 14:35:42 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-11-17 14:35:42 (GMT)
commitf88225f6fb8117aa9462dc7975e9babf2dcf60c9 (patch)
treebc1938cc590a2f5f45ccf35f72c71b571e5878c4 /doc
parent32e54c35045cd5fccf41c90ecee81be122e750a0 (diff)
downloadtcl-f88225f6fb8117aa9462dc7975e9babf2dcf60c9.zip
tcl-f88225f6fb8117aa9462dc7975e9babf2dcf60c9.tar.gz
tcl-f88225f6fb8117aa9462dc7975e9babf2dcf60c9.tar.bz2
Extend tcltk-man2html-utils.tcl a little more: Allow original AT&T syntax for more accented characters, and add support for some ligatures. Use this in re_syntax.n
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 8d732ed..4504a58 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\[^o]\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[[=\[^o]=]]\fR ,
+.QW \fB[[=\(^o=]]\fR ,
and
-.QW \fB[o\[^o]]\fR \&
+.QW \fB[o\(^o]\fR \&
are all synonymous. An equivalence class may not be an endpoint of a range.
.RS
.PP