CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2022/08/28 04:57:52
Modified files: usr.bin/mandoc : tbl_term.c Log message: Stop skipping vertical space after boxed tables. Skipping such space used to be a bug in GNU tbl(1), and a kludge was added to mandoc to produce identical output. The bug was fixed in groff commit 8818c07c Jul 30 2022 gbranden@ https://savannah.gnu.org/bugs/index.php?49390 Consequently, now is the time to get rid of the kludge.