=================================================================== RCS file: /cvs/mandoc/regress/tbl/layout/emptycol.out_ascii,v retrieving revision 1.1 retrieving revision 1.5 diff -u -p -r1.1 -r1.5 --- mandoc/regress/tbl/layout/emptycol.out_ascii 2019/12/31 22:58:43 1.1 +++ mandoc/regress/tbl/layout/emptycol.out_ascii 2025/07/24 18:14:29 1.5 @@ -1,46 +1,42 @@ TBL-LAYOUT-EMPTYCOL(1) General Commands Manual TBL-LAYOUT-EMPTYCOL(1) - - NNAAMMEE - tbl-layout-emptycol - empty columns in tables + tbl-layout-emptycol - empty columns in tables DDEESSCCRRIIPPTTIIOONN - missing final column: + missing final column: + +---+---+---+ + | 1 | 2 | | + +---+---+---+ + | a | b | | + +---+---+---+ - +--+---+---+ - |1 | 2 | | - +--+---+---+ - |a | b | | - +--+---+---+ - empty final column: + empty final column: + +---+---+---+ + | 1 | 2 | | + +---+---+---+ + | a | b | | + +---+---+---+ - +--+---+---+ - |1 | 2 | | - +--+---+---+ - |a | b | | - +--+---+---+ - final column with zero-width content: + final column with zero-width content: + +---+---+---+ + | 1 | 2 | | + +---+---+---+ + | a | b | | + +---+---+---+ - +--+---+---+ - |1 | 2 | | - +--+---+---+ - |a | b | | - +--+---+---+ - empty middle column: + empty middle column: + +---+---+---+ + | 1 | | 3 | + +---+---+---+ + | a | | | + +---+---+---+ - +--+---+---+ - |1 | | 3 | - +--+---+---+ - |a | | | - +--+---+---+ - span crossing empty middle column: - - +--+---+---+ - |1 | | 3 | - +--+---+---+ - |span | - +----------+ - + span crossing empty middle column: + +---+---+---+ + | 1 | | 3 | + +---+---+---+ + | span | + +-----------+ OpenBSD December 31, 2019 TBL-LAYOUT-EMPTYCOL(1)