=================================================================== RCS file: /cvs/mandoc/regress/tbl/opt/box.out_ascii,v retrieving revision 1.4 retrieving revision 1.7 diff -u -p -r1.4 -r1.7 --- mandoc/regress/tbl/opt/box.out_ascii 2021/06/28 20:13:11 1.4 +++ mandoc/regress/tbl/opt/box.out_ascii 2025/07/24 18:14:37 1.7 @@ -1,50 +1,43 @@ TBL-OPT-BOX(1) General Commands Manual TBL-OPT-BOX(1) NNAAMMEE - tbl-opt-box - box table options + tbl-opt-box - box table options DDEESSCCRRIIPPTTIIOONN - no boxing: + no boxing: + a b + c d + automatic boxing: + +-------+ + | a b | + | c d | + +-------+ + allbox: + +---+---+ + | a | b | + +---+---+ + | c | d | + +---+---+ + manual boxing: + +---++--+ + | a ||b | + +---++--+ + | c ||d | + +---++--+ + automatic and manual boxing: + +---++--+ + | a ||b | + +---++--+ + | c ||d | + +---++--+ + +---++--+ + allbox and manual boxing: + +---++--+ + | a ||b | + +---++--+ + +---++--+ + | c ||d | + +---++--+ + +---++--+ - a b - c d - - automatic boxing: - - +------+ - |a b | - |c d | - +------+ - allbox: - - +--+---+ - |a | b | - +--+---+ - |c | d | - +--+---+ - manual boxing: - - +--++--+ - |a ||b | - +--++--+ - |c ||d | - +--++--+ - - automatic and manual boxing: - - +--++--+ - |a ||b | - +--++--+ - |c ||d | - +--++--+ - +--++--+ - allbox and manual boxing: - - +--++--+ - |a ||b | - +--++--+ - +--++--+ - |c ||d | - +--++--+ - +--++--+ -OpenBSD June 12, 2017 TBL-OPT-BOX(1) +OpenBSD August 28, 2022 TBL-OPT-BOX(1)