CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2021/09/07 08:50:56
Modified files: usr.bin/mandoc : out.c regress/usr.bin/mandoc/tbl/layout: span.in span.out_ascii Log message: Correctly calculate required column widths for tables containing cells that horizontally span columns which contains "n" (number) formatted cells on other rows. This requires updating total column widths from "n" formatted cells before starting width distribution from the spanning cells to their constituent columns.