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

Diff for /mandoc/regress/tbl/opt/box.out_ascii between version 1.5 and 1.6

version 1.5, 2022/08/28 11:55:45 version 1.6, 2023/11/13 21:22:14
Line 1 
Line 1 
 TBL-OPT-BOX(1)              General Commands Manual             TBL-OPT-BOX(1)  TBL-OPT-BOX(1)              General Commands Manual             TBL-OPT-BOX(1)
   
 NNAAMMEE  NNAAMMEE
        tbl-opt-box - box table options       tbl-opt-box - box table options
   
 DDEESSCCRRIIPPTTIIOONN  DDEESSCCRRIIPPTTIIOONN
        no boxing:       no boxing:
        a   b       a   b
        c   d       c   d
        automatic boxing:       automatic boxing:
        +------+       +------+
        |a   b |       |a   b |
        |c   d |       |c   d |
        +------+       +------+
        allbox:       allbox:
        +--+---+       +--+---+
        |a | b |       |a | b |
        +--+---+       +--+---+
        |c | d |       |c | d |
        +--+---+       +--+---+
        manual boxing:       manual boxing:
        +--++--+       +--++--+
        |a ||b |       |a ||b |
        +--++--+       +--++--+
        |c ||d |       |c ||d |
        +--++--+       +--++--+
        automatic and manual boxing:       automatic and manual boxing:
        +--++--+       +--++--+
        |a ||b |       |a ||b |
        +--++--+       +--++--+
        |c ||d |       |c ||d |
        +--++--+       +--++--+
        +--++--+       +--++--+
        allbox and manual boxing:       allbox and manual boxing:
        +--++--+       +--++--+
        |a ||b |       |a ||b |
        +--++--+       +--++--+
        +--++--+       +--++--+
        |c ||d |       |c ||d |
        +--++--+       +--++--+
        +--++--+       +--++--+
   
 OpenBSD                         August 28, 2022                 TBL-OPT-BOX(1)  OpenBSD                         August 28, 2022                 TBL-OPT-BOX(1)

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

CVSweb