diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-01-07 14:59:52 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-01-07 14:59:52 +0000 |
commit | 954789a256b33b8959f60aba1e516a62d7577dce (patch) | |
tree | ed96274f5166b9d53e2cac0b08ca5871dfdfb4a6 /tbl.7 | |
parent | cbbbfb105eb8cfbcc27f89142cba69b42db39f7d (diff) | |
download | mandoc-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.7 | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |