17.1.2. General Coding Scheme
In a text file, coding for tbl might look like this:
.TS H
options;
format1
format2.
Column Titles
.TH
Item1 Item2 Item3
Item1 Item2 Item3 ...
.TE
Successful processing of a table by tbl depends largely on
the header lines, which consist of one line listing the options and
one or more format lines. Each field of the table input must be
separated by a tab or the designated tab symbol, with each row typed
entirely on a single line unless a field is enclosed by the text block symbols
T{ and T}.