summaryrefslogtreecommitdiffstats
path: root/mdoc.7
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-05-31 10:19:31 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-05-31 10:19:31 +0000
commitd00957f73a7baeeb808b27bb30f59463de6e147d (patch)
tree9ba1eea7c6e5b64295111df4ea96909c6f39b47d /mdoc.7
parent789a195678bbeda4661373b1dcbd5839588f75ba (diff)
downloadmandoc-d00957f73a7baeeb808b27bb30f59463de6e147d.tar.gz
Fix unescaped `Ta' invocations in mdoc.7.
Diffstat (limited to 'mdoc.7')
-rw-r--r--mdoc.76
1 files changed, 3 insertions, 3 deletions
diff --git a/mdoc.7 b/mdoc.7
index 5a1fdec1..063875d6 100644
--- a/mdoc.7
+++ b/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,