diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2007-10-25 10:25:10 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2007-10-25 10:25:10 (GMT) |
commit | 8ffaaa64f610c5682109a50eebe150831b411d09 (patch) | |
tree | 9f6019f9502200aea68325cb2450a0e89f56fe93 /doc | |
parent | fa68c4da0c91589421f36194f6d7b1c1ed143248 (diff) | |
download | tcl-8ffaaa64f610c5682109a50eebe150831b411d09.zip tcl-8ffaaa64f610c5682109a50eebe150831b411d09.tar.gz tcl-8ffaaa64f610c5682109a50eebe150831b411d09.tar.bz2 |
Fix macro bug
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man.macros | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/doc/man.macros b/doc/man.macros index 3243939..947df20 100644 --- a/doc/man.macros +++ b/doc/man.macros @@ -68,7 +68,7 @@ .\" Print an open parenthesis, arg1 in quotes, then arg2 normally .\" (for trailing punctuation) and then a closing parenthesis. .\" -.\" RCS: @(#) $Id: man.macros,v 1.6 2007/10/24 14:29:38 dkf Exp $ +.\" RCS: @(#) $Id: man.macros,v 1.7 2007/10/25 10:25:10 dkf Exp $ .\" .\" # Set up traps and other miscellaneous stuff for Tcl/Tk man pages. .if t .wh -1.3i ^B @@ -261,14 +261,11 @@ Database Class: \\fB\\$3\\fR .. .\" # QR - quoted range .de QR -.\".QW \fB0\fR\*(rq-\*(lq\fB9\fR , .ie '\\*(lq'"' ``\\$1''\\-``\\$2''\\$3 .\"" fix emacs highlighting .el \\*(lq\\$1\\*(rq\\-\\*(lq\\$2\\*(rq\\$3 .. .\" # MT - "empty" string .de MT -.ie '\\*(lq'"' ``'' -.\"" fix emacs highlighting -.el \*(lq\*(rq +.QW "" .. |