[BACK]Return to span.out_ascii CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / tbl / layout

Diff for /mandoc/regress/tbl/layout/span.out_ascii between version 1.7 and 1.10

version 1.7, 2021/09/07 14:56:37 version 1.10, 2025/07/24 18:14:29
Line 1 
Line 1 
 TBL-LAYOUT-SPAN(1)          General Commands Manual         TBL-LAYOUT-SPAN(1)  TBL-LAYOUT-SPAN(1)          General Commands Manual         TBL-LAYOUT-SPAN(1)
   
 NNAAMMEE  NNAAMMEE
        tbl-layout-span - alignment of spanned cells       tbl-layout-span - alignment of spanned cells
   
 DDEESSCCRRIIPPTTIIOONN  DDEESSCCRRIIPPTTIIOONN
        normal text       normal text
        +---------------+
        | a   b   c   d |
        | s       c   d |
        | a   s       d |
        | a   b   s     |
        +---------------+
   
        +--------------+       +---------------+
        |a   b   c   d |       | a   b   c   d |
        |s       c   d |       |   s     c   d |
        |a   s       d |       | a     s     d |
        |a   b   s     |       | a   b     s   |
        +--------------+       +---------------+
   
        +--------------+       +---------------+
        |a   b   c   d |       | a   b   c   d |
        |  s     c   d |       |     s   c   d |
        |a     s     d |       | a       s   d |
        |a   b     s   |       | a   b       s |
        +--------------+       +---------------+
   
        +--------------+       +---+---+---+---+---+
        |a   b   c   d |       | a | b | c | d | e |
        |    s   c   d |       +---+---+---+---+---+
        |a       s   d |       |    s1     |  s2   |
        |a   b       s |       +---+---+---+---+---+
        +--------------+       | a | b | c | d | e |
        +---+---+---+---+---+
   
        +--+---+---+---+---+       +-----------+
        |a | b | c | d | e |       | x***nnnnn |
        +--+---+---+---+---+       +---+-------+
        |   s1     |  s2   |       | a |  0.01 |
        +--+---+---+---+---+       +---+-------+
        |a | b | c | d | e |       | b | 10.0  |
        +--+---+---+---+---+       +---+-------+
   
        +----------+       leaked tab settings:
        |x***nnnnn |       a    b    c    d    e    f
        +--+-------+  
        |a |  0.01 |  
        +--+-------+  
        |b | 10.0  |  
        +--+-------+  
        leaked tab settings:  
        a    b    c    d    e    f  
   
 OpenBSD                        September 7, 2021            TBL-LAYOUT-SPAN(1)  OpenBSD                        September 7, 2021            TBL-LAYOUT-SPAN(1)

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.10

CVSweb