CVS: cvs.openbsd.org: src
Ingo Schwarze <[email protected]>
| Newsgroups | gmane.os.openbsd.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/08/20 06:56:15 Modified files: usr.bin/mandoc : man_term.c roff.c tbl.c tbl.h tbl_data.c tbl_layout.c tbl_parse.h tbl_term.c regress/usr.bin/mandoc/tbl: Makefile regress/usr.bin/mandoc/tbl/layout: empty.out_ascii emptyline.out_ascii lines-nogroff.out_ascii lines.out_ascii Added files: regress/usr.bin/mandoc/tbl/space: Makefile man-nogroff.in man-nogroff.out_ascii man.in man.out_ascii Log message: Overhaul printing of whitespace before tbl(7) in man(7). This is the last major piece i intend to put in for making mandoc(1) compatible with groff-1.23. In spite of the change in man_term.c 1.194 (August 2022) which removed unconditional vertical space before .TS, GNU eqn(1) still prints vertical space in some cases where the layout contains vertical lines.