summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2023-02-22 02:01:27 -0600
committerG. Branden Robinson <g.branden.robinson@gmail.com>2023-02-22 03:28:24 -0600
commite0674a9e54f4eef8eabde5a4871ad6433299881a (patch)
tree133622178f2067465ebe6c039be63040a788b72f /src
parent3e7d2b1b240604ed28db1ecfe9e69e36b350469f (diff)
downloadgroff-git-e0674a9e54f4eef8eabde5a4871ad6433299881a.tar.gz
tbl(1): Clarify behavior of `.T&`.
Thanks to Brian Inglis for raising an ambiguity in the previous language.
Diffstat (limited to 'src')
-rw-r--r--src/preproc/tbl/tbl.1.man10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/preproc/tbl/tbl.1.man b/src/preproc/tbl/tbl.1.man
index 6fd06d634..15a3c7638 100644
--- a/src/preproc/tbl/tbl.1.man
+++ b/src/preproc/tbl/tbl.1.man
@@ -146,13 +146,21 @@ and
.
Each such
.I table region
-encloses one or more tables.
+encloses one or more table descriptions.
.
Within a table region,
table descriptions beyond the first must each be preceded
by an input line beginning with
.BR .T& .
.
+This mechanism does not start a new table region;
+all table descriptions are treated as part of their
+.BR .TS / .TE
+enclosure,
+even if they are boxed or have column headings that repeat on subsequent
+pages
+(see below).
+.
.
.P
(Experienced