#
9f6a619a |
| 17-May-2022 |
Eric van Gyzen <vangyzen@FreeBSD.org> |
mandoc: workaround lack of macro parsing in list -width
GNU tools parse macros in the -width argument of lists. mandoc does not, so it calculates an excessive width. This often squeezes the text i
mandoc: workaround lack of macro parsing in list -width
GNU tools parse macros in the -width argument of lists. mandoc does not, so it calculates an excessive width. This often squeezes the text into a very narrow column, especially in nested lists.
Implement the easy workaround suggested in the TODO list. When there is only one macro, at the beginning of the -width argument, this fixes the formatting as well as a complete solution.
Reviewed by: bapt Relnotes: yes MFC after: 1 week Sponsored by: Dell EMC Isilon Differential Revision: https://reviews.freebsd.org/D35245
show more ...
|
#
45a5aec3 |
| 26-Jul-2019 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Update mandoc to cvs snapshot 2019-07-23
This snapshot among other things includes a fix for a crash of mandoc with empty tbl reported by rea@ (his regression test has been incorporated upstream)
M
Update mandoc to cvs snapshot 2019-07-23
This snapshot among other things includes a fix for a crash of mandoc with empty tbl reported by rea@ (his regression test has been incorporated upstream)
MFC after: 3 weeks
show more ...
|