]> git.cameronkatri.com Git - mandoc.git/blob - regress/tbl/opt/box.out_ascii
delete the two pairs of extra blank lines from expected man(7) terminal
[mandoc.git] / regress / tbl / opt / box.out_ascii
1 TBL-OPT-BOX(1) General Commands Manual TBL-OPT-BOX(1)
2
3 N\bNA\bAM\bME\bE
4 tbl-opt-box - box table options
5
6 D\bDE\bES\bSC\bCR\bRI\bIP\bPT\bTI\bIO\bON\bN
7 no boxing:
8
9 a b
10 c d
11
12 automatic boxing:
13
14 +------+
15 |a b |
16 |c d |
17 +------+
18 allbox:
19
20 +--+---+
21 |a | b |
22 +--+---+
23 |c | d |
24 +--+---+
25 manual boxing:
26
27 +--++--+
28 |a ||b |
29 +--++--+
30 |c ||d |
31 +--++--+
32
33 automatic and manual boxing:
34
35 +--++--+
36 |a ||b |
37 +--++--+
38 |c ||d |
39 +--++--+
40 +--++--+
41 allbox and manual boxing:
42
43 +--++--+
44 |a ||b |
45 +--++--+
46 +--++--+
47 |c ||d |
48 +--++--+
49 +--++--+
50 OpenBSD June 12, 2017 TBL-OPT-BOX(1)