summaryrefslogtreecommitdiffstats
path: root/doc/re_syntax.n
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2011-09-22 14:05:16 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2011-09-22 14:05:16 (GMT)
commitc2bc23e46506ae0886425214a59c731720ae335b (patch)
treee9d09c4d108b160a19fe134fb72a9ab235834c1e /doc/re_syntax.n
parent3f6e82652486dfee17eb4116c93c19111d7911ae (diff)
downloadtcl-c2bc23e46506ae0886425214a59c731720ae335b.zip
tcl-c2bc23e46506ae0886425214a59c731720ae335b.tar.gz
tcl-c2bc23e46506ae0886425214a59c731720ae335b.tar.bz2
[Bug 2903743]: Try to do the right thing when presented with old-style nroff.
Diffstat (limited to 'doc/re_syntax.n')
-rw-r--r--doc/re_syntax.n8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/re_syntax.n b/doc/re_syntax.n
index a53f58b..dacc41f 100644
--- a/doc/re_syntax.n
+++ b/doc/re_syntax.n
@@ -6,6 +6,8 @@
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
.so man.macros
+.ie '\w'o''\w'\C'^o''' .ds qo \C'^o'
+.el .ds qo u
.TH re_syntax n "8.1" Tcl "Tcl Built-In Commands"
.BS
.SH NAME
@@ -290,12 +292,12 @@ treatment is as if the enclosing delimiters were
.QW \fB[.\fR \&
and
.QW \fB.]\fR .)
-For example, if \fBo\fR and \fB\N'244'\fR are the members of an
+For example, if \fBo\fR and \fB\*(qo\fR are the members of an
equivalence class, then
.QW \fB[[=o=]]\fR ,
-.QW \fB[[=\N'244'=]]\fR ,
+.QW \fB[[=\*(qo=]]\fR ,
and
-.QW \fB[o\N'244']\fR \&
+.QW \fB[o\*(qo]\fR \&
are all synonymous. An equivalence class may not be an endpoint of a range.
.RS
.PP