source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: Fix unescaped `Ta' invocations in mdoc.7.
@ 2010-05-31 10:19 kristaps
  0 siblings, 0 replies; only message in thread
From: kristaps @ 2010-05-31 10:19 UTC (permalink / raw)
  To: source

Log Message:
-----------
Fix unescaped `Ta' invocations in mdoc.7.

Modified Files:
--------------
    mdocml:
        mdoc.7

Revision Data
-------------
Index: mdoc.7
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/mdoc.7,v
retrieving revision 1.111
retrieving revision 1.112
diff -Lmdoc.7 -Lmdoc.7 -u -p -r1.111 -r1.112
--- mdoc.7
+++ mdoc.7
@@ -1143,11 +1143,11 @@ List entry bodies must be left empty.
 Column bodies have the following syntax:
 .Pp
 .D1 .It col1 <TAB> ... coln
-.D1 .It col1 Ta ... coln
-.D1 .It col1 <TAB> col2 Ta coln
+.D1 .It col1 \&Ta ... coln
+.D1 .It col1 <TAB> col2 \&Ta coln
 .Pp
 where columns may be separated by tabs, the literal string
-.Qq Ta ,
+.Qq \&Ta ,
 or a mixture of both.
 These are equivalent except that quoted sections propogate over tabs,
 for example,
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-05-31 10:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-31 10:19 mdocml: Fix unescaped `Ta' invocations in mdoc.7 kristaps

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).