=================================================================== RCS file: /cvs/mandoc/regress/tbl/mod/width.out_ascii,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- mandoc/regress/tbl/mod/width.out_ascii 2025/01/05 18:14:40 1.5 +++ mandoc/regress/tbl/mod/width.out_ascii 2025/07/24 18:14:35 1.6 @@ -5,52 +5,52 @@ NNAAMMEE DDEESSCCRRIIPPTTIIOONN Bare numbers without parentheses use EN units: - +---+------+ - |a | abcd | - +---+------+ + +----+------+ + | a | abcd | + +----+------+ Explicit scaling units and rounding - metric: - +-----+ - |1cm | - +-----+ + +------+ + | 1cm | + +------+ Explicit scaling units and rounding - pica: - +---+ - |P | - +---+ +----+ - |2P | + | P | +----+ + +-----+ + | 2P | + +-----+ Explicit scaling units and rounding - points: - +----+ - |25p | - +----+ +-----+ - |26p | + | 25p | +-----+ + +------+ + | 26p | + +------+ Explicit scaling units and rounding - basic units: - +----+ - |84u | - +----+ +-----+ - |85u | + | 84u | +-----+ + +------+ + | 85u | + +------+ Multiplication: - +-------+--------+--------+--------+ - |3n*2u | 3u*2n | 3u*2 | 3*2u | - +-------+--------+--------+--------+ + +--------+--------+--------+--------+ + | 3n*2u | 3u*2n | 3u*2 | 3*2u | + +--------+--------+--------+--------+ Division: - +--------+----------+--------+--------+ - |14n/2u | 384n/2n | 12/2u | 288/2 | - +--------+----------+--------+--------+ + +---------+----------+--------+--------+ + | 14n/2u | 384n/2n | 12/2u | 288/2 | + +---------+----------+--------+--------+ Data section containing text blocks: - +---+------+----+------+ - |a | abcd | a | abcd | - +---+------+----+------+ + +----+------+----+------+ + | a | abcd | a | abcd | + +----+------+----+------+ OpenBSD January 4, 2025 TBL-MOD-WIDTH(1)