summaryrefslogtreecommitdiffstats
path: root/roff.7
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-01-04 15:02:00 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-01-04 15:02:00 +0000
commit169a2d82c18ba1ee663ba1da329795f3e1753e8d (patch)
tree26abfc46221fcb93c3697f6ed426ea8c590cb98d /roff.7
parent6f6927e6a5ffb72da4a382768a7d53d045cf5590 (diff)
downloadmandoc-169a2d82c18ba1ee663ba1da329795f3e1753e8d.tar.gz
Support `T{' and `T}' data blocks. When a standalone `T{' is
encountered as a line's last data cell, move into TBL_PART_CDATA mode whilst leaving the cell's designation as TBL_DATA_NONE. When new data arrives that's not a standalone `T}', append it to the cell contends. Close out and warn appropriately.
Diffstat (limited to 'roff.7')
-rw-r--r--roff.75
1 files changed, 5 insertions, 0 deletions
diff --git a/roff.7 b/roff.7
index 296a419a..12a709d7 100644
--- a/roff.7
+++ b/roff.7
@@ -736,6 +736,11 @@ or
.Cm \e=
is specified, a line is drawn within the data field (i.e., terminating
within the cell and not draw to the border).
+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.
.Sh COMPATIBILITY
This section documents compatibility between mandoc and other other
.Nm