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

Diff for /mandoc/regress/tbl/mod/width.out_ascii between version 1.3 and 1.6

version 1.3, 2022/08/28 11:55:43 version 1.6, 2025/07/24 18:14:35
Line 1 
Line 1 
 TBL-MOD-WIDTH(1)            General Commands Manual           TBL-MOD-WIDTH(1)  TBL-MOD-WIDTH(1)            General Commands Manual           TBL-MOD-WIDTH(1)
   
 NNAAMMEE  NNAAMMEE
        tbl-mod-width - width modifier in table layout       tbl-mod-width - width modifier in table layout
   
 DDEESSCCRRIIPPTTIIOONN  DDEESSCCRRIIPPTTIIOONN
        normal text       Bare numbers without parentheses use EN units:
        +---+------+----+------+       +----+------+
        |a  | abcd | a  | abcd |       | a  | abcd |
        +---+------+----+------+       +----+------+
   
 OpenBSD                          June 8, 2017                 TBL-MOD-WIDTH(1)       Explicit scaling units and rounding - metric:
        +------+
        | 1cm  |
        +------+
   
        Explicit scaling units and rounding - pica:
        +----+
        | P  |
        +----+
        +-----+
        | 2P  |
        +-----+
   
        Explicit scaling units and rounding - points:
        +-----+
        | 25p |
        +-----+
        +------+
        | 26p  |
        +------+
   
        Explicit scaling units and rounding - basic units:
        +-----+
        | 84u |
        +-----+
        +------+
        | 85u  |
        +------+
   
        Multiplication:
        +--------+--------+--------+--------+
        | 3n*2u  | 3u*2n  | 3u*2   |  3*2u  |
        +--------+--------+--------+--------+
   
        Division:
        +---------+----------+--------+--------+
        | 14n/2u  | 384n/2n  | 12/2u  | 288/2  |
        +---------+----------+--------+--------+
   
        Data section containing text blocks:
        +----+------+----+------+
        | a  | abcd | a  | abcd |
        +----+------+----+------+
   
   OpenBSD                         January 4, 2025               TBL-MOD-WIDTH(1)

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

CVSweb