xref: /openbsd-src/regress/usr.bin/mandoc/tbl/layout/span.out_ascii (revision 6627b33116e69ffa8a2b4042a27cad849d7af041)
1TBL-LAYOUT-SPAN(1)          General Commands Manual         TBL-LAYOUT-SPAN(1)
2
3NNAAMMEE
4     tbl-layout-span - alignment of spanned cells
5
6DDEESSCCRRIIPPTTIIOONN
7     normal text
8     +--------------+
9     |a   b   c   d |
10     |s       c   d |
11     |a   s       d |
12     |a   b   s     |
13     +--------------+
14
15     +--------------+
16     |a   b   c   d |
17     |  s     c   d |
18     |a     s     d |
19     |a   b     s   |
20     +--------------+
21
22     +--------------+
23     |a   b   c   d |
24     |    s   c   d |
25     |a       s   d |
26     |a   b       s |
27     +--------------+
28
29     +--+---+---+---+---+
30     |a | b | c | d | e |
31     +--+---+---+---+---+
32     |   s1     |  s2   |
33     +--+---+---+---+---+
34     |a | b | c | d | e |
35     +--+---+---+---+---+
36
37     +----------+
38     |x***nnnnn |
39     +--+-------+
40     |a |  0.01 |
41     +--+-------+
42     |b | 10.0  |
43     +--+-------+
44
45     leaked tab settings:
46     a    b    c    d    e    f
47
48OpenBSD                        September 7, 2021            TBL-LAYOUT-SPAN(1)
49