History log of /freebsd-src/contrib/mandoc/mdoc_validate.c (Results 1 – 6 of 6)
Revision Date Author Comments
# c1c95add 06-Dec-2024 Brooks Davis <brooks@FreeBSD.org>

Merge mandoc snapshot 2024-09-22


# 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 ...


# 6d38604f 15-Nov-2021 Baptiste Daroussin <bapt@FreeBSD.org>

mandoc: import version 1.14.6

MFC after: 3 weeks


# 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 ...


# 7295610f 12-Apr-2019 Baptiste Daroussin <bapt@FreeBSD.org>

Update mandoc to 1.14.5

MFC after: 2 weeks


# 61d06d6b 20-Sep-2018 Baptiste Daroussin <bapt@FreeBSD.org>

Import mandoc 1.14.4

Approved by: re (kib)
MFC after: 1 week