summaryrefslogtreecommitdiffstatshomepage
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
commit5153e9ff95f0f8f3a7d46b4efd5d75801c84bab2 (patch)
treece1756a2e3c149968360e20b5ffb8593ac310efc /mdoc.7
parent22b6eccf981f601d06f05d4e5bdebc8149b0690a (diff)
downloadmandoc-5153e9ff95f0f8f3a7d46b4efd5d75801c84bab2.tar.gz
mandoc-5153e9ff95f0f8f3a7d46b4efd5d75801c84bab2.tar.zst
mandoc-5153e9ff95f0f8f3a7d46b4efd5d75801c84bab2.zip
Fix unescaped `Ta' invocations in mdoc.7.
Diffstat (limited to 'mdoc.7')
-rw-r--r--mdoc.710
1 files changed, 5 insertions, 5 deletions
diff --git a/mdoc.7 b/mdoc.7
index e4ed410d..cae75aa2 100644
--- a/mdoc.7
+++ b/mdoc.7
@@ -1,4 +1,4 @@
-.\" $Id: mdoc.7,v 1.111 2010/05/30 11:00:53 kristaps Exp $
+.\" $Id: mdoc.7,v 1.112 2010/05/31 10:19:31 kristaps Exp $
.\"
.\" Copyright (c) 2009 Kristaps Dzonsons <kristaps@bsd.lv>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: May 30 2010 $
+.Dd $Mdocdate: May 31 2010 $
.Dt MDOC 7
.Os
.Sh NAME
@@ -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,