aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit3d53bc0f504bfa821a250cb8c824f1a71d3fa18b (patch)
tree93d8918633cf5b3607ab4d7e2acaebbe38ada6ac /tbl.7
parentd5e33853a27c639beda0a85062ce7db9996e22e1 (diff)
downloadmandoc-3d53bc0f504bfa821a250cb8c824f1a71d3fa18b.tar.gz
mandoc-3d53bc0f504bfa821a250cb8c824f1a71d3fa18b.tar.zst
mandoc-3d53bc0f504bfa821a250cb8c824f1a71d3fa18b.zip
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.79
1 files changed, 6 insertions, 3 deletions
diff --git a/tbl.7 b/tbl.7
index 11dc12cb..3c7f0c61 100644
--- a/tbl.7
+++ b/tbl.7
@@ -1,4 +1,4 @@
-.\" $Id: tbl.7,v 1.3 2011/01/05 20:02:34 kristaps Exp $
+.\" $Id: tbl.7,v 1.4 2011/01/07 14:59:52 kristaps Exp $
.\"
.\" Copyright (c) 2010 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: January 5 2011 $
+.Dd $Mdocdate: January 7 2011 $
.Dt TBL 7
.Os
.Sh NAME
@@ -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