CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2019/12/31 15:49:17
Modified files: usr.bin/mandoc : out.c regress/usr.bin/mandoc/tbl/layout: Makefile Added files: regress/usr.bin/mandoc/tbl/layout: emptycol.in emptycol.out_ascii Log message: When all cells in a tbl(1) column are empty, set the column width to 1n rather than to 0n, in the same way as groff does. This fixes misformatting reported by bentley@ in xkeyboard-config(7).