]> git.cameronkatri.com Git - mandoc.git/blob - regress/mdoc/Bl/column_nogroff.in
warn about some non-portable idioms in .Bl -column;
[mandoc.git] / regress / mdoc / Bl / column_nogroff.in
1 .Dd June 29, 2017
2 .Dt BL-COLUMN_NOGROFF 1
3 .Os OpenBSD
4 .Sh NAME
5 .Nm Bl-column_nogroff
6 .Nd column lists mishandled by groff
7 .Sh DESCRIPTION
8 Item macro without arguments:
9 .Bl -column "first column" "second column"
10 .It
11 text
12 .No macro Ta after tab
13 .El
14 .Pp
15 Tab macro at the beginning of a line:
16 .Bl -column "aa" "bb"
17 .It aa
18 .Ta bb
19 .El