[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.1 and 1.5

version 1.1, 2017/02/08 03:03:32 version 1.5, 2022/08/28 11:55:45
Line 1 
Line 1 
 TBL-VERT(1)                 General Commands Manual                TBL-VERT(1)  TBL-OPT-BOX(1)              General Commands Manual             TBL-OPT-BOX(1)
   
   
   
 NNAAMMEE  NNAAMMEE
        tbl-vert - vertical lines         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:
          +--+---+
          |a | b |
          +--+---+
          |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:
          +--++--+
          |a ||b |
          +--++--+
          +--++--+
          |c ||d |
          +--++--+
          +--++--+
   
   OpenBSD                         August 28, 2022                 TBL-OPT-BOX(1)
                                                                    TBL-VERT(1)  

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

CVSweb