]> git.cameronkatri.com Git - mandoc.git/blob - regress/tbl/opt/box.out_ascii
Really commit some files that failed to get committed in this commit:
[mandoc.git] / regress / tbl / opt / box.out_ascii
1 TBL-VERT(1) General Commands Manual TBL-VERT(1)
2
3
4
5 N\bNA\bAM\bME\bE
6 tbl-vert - vertical lines
7
8 D\bDE\bES\bSC\bCR\bRI\bIP\bPT\bTI\bIO\bON\bN
9 no boxing:
10
11 a b
12 c d
13
14 automatic boxing:
15
16 +------+
17 |a b |
18 |c d |
19 +------+
20 manual boxing:
21
22 +--++--+
23 |a ||b |
24 +--++--+
25 |c ||d |
26 +--++--+
27
28 automatic and manual boxing:
29
30 +--++--+
31 |a ||b |
32 +--++--+
33 |c ||d |
34 +--++--+
35
36
37 TBL-VERT(1)