summaryrefslogtreecommitdiffstats
path: root/tbl.7
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-01-07 14:59:52 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-01-07 14:59:52 +0000
commit954789a256b33b8959f60aba1e516a62d7577dce (patch)
treeed96274f5166b9d53e2cac0b08ca5871dfdfb4a6 /tbl.7
parentcbbbfb105eb8cfbcc27f89142cba69b42db39f7d (diff)
downloadmandoc-954789a256b33b8959f60aba1e516a62d7577dce.tar.gz
Fixes: T} can be followed by a delimiter then more data. Make this
work and add documentation for it. Also make tbl_term() not puke if the number of data cells is less than the number of layout cells (which happens from time to time). This still needs work because we should pad out empty cells so that the borders all work out.
Diffstat (limited to 'tbl.7')
-rw-r--r--tbl.75
1 files changed, 4 insertions, 1 deletions
diff --git a/tbl.7 b/tbl.7
index 0ca55816..79248986 100644
--- a/tbl.7
+++ b/tbl.7
@@ -277,7 +277,10 @@ If the last cell of a line is
.Cm T{ ,
all subsequent lines are included as part of the cell until
.Cm T}
-is specified on its own line.
+is specified as its own data cell.
+It may then be followed by a tab
+.Pq or as designated by Cm tab
+or an end-of-line to terminate the row.
.Sh COMPATIBILITY
This section documents compatibility between mandoc and other
.Nm