git: 4c07abdbacf4 - main - mandoc: Vendor import of upstream at 2025-06-13

From: Alexander Ziaee <ziaee_at_FreeBSD.org>
Date: Wed, 25 Jun 2025 17:53:12 UTC
The branch main has been updated by ziaee:

URL: https://cgit.FreeBSD.org/src/commit/?id=4c07abdbacf49e4ba749b8720916d8cd340a50b8

commit 4c07abdbacf49e4ba749b8720916d8cd340a50b8
Merge: 7ed1628066ea 7a0bec970311
Author:     Alexander Ziaee <ziaee@FreeBSD.org>
AuthorDate: 2025-06-25 17:50:25 +0000
Commit:     Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2025-06-25 17:52:14 +0000

    mandoc: Vendor import of upstream at 2025-06-13
    
    Interesting changes:
    + Lb is now part of SNYOPSIS, the LIBRARY section is deprecated
    + Ft now takes multiple args, and no longer should be quoted
    + Fix a segfaut on malformed Tg markup

 contrib/mandoc/mandocdb.c      |  27 ++++++++--
 contrib/mandoc/mdoc.7          | 109 +++++++++++++++++++++++------------------
 contrib/mandoc/mdoc_macro.c    |   7 ++-
 contrib/mandoc/mdoc_validate.c |  37 +++++++++++---
 4 files changed, 117 insertions(+), 63 deletions(-)