diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2011-09-22 14:05:16 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2011-09-22 14:05:16 (GMT) |
commit | f1367943a944acec1363cae14f2dd5a6f261f8f9 (patch) | |
tree | e9d09c4d108b160a19fe134fb72a9ab235834c1e /doc | |
parent | 163bd8d39b867eb56b871da18aac105c20e5c0d7 (diff) | |
download | tcl-f1367943a944acec1363cae14f2dd5a6f261f8f9.zip tcl-f1367943a944acec1363cae14f2dd5a6f261f8f9.tar.gz tcl-f1367943a944acec1363cae14f2dd5a6f261f8f9.tar.bz2 |
[Bug 2903743]: Try to do the right thing when presented with old-style nroff.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/re_syntax.n | 8 |
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 |