The branch main has been updated by ziaee:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=80c12959679ab203459dc20eb9ece3a7328b7de5

commit 80c12959679ab203459dc20eb9ece3a7328b7de5
Merge: 1b6936e12538 393b94eb9f51
Author:     Alexander Ziaee <zi...@freebsd.org>
AuthorDate: 2025-06-12 21:25:42 +0000
Commit:     Alexander Ziaee <zi...@freebsd.org>
CommitDate: 2025-06-12 21:25:42 +0000

    mandoc: Vendor import of upstream at 2025-04-08
    
    Interesting changes:
    + correct legacy mandoc date typo, reported on our very own bugzilla
    + improve libmandoc manual
    + strengthen recommendations to omit macros from title lines in mdoc(7)
    + improve html5 compliance in html output
    + improve RFC linking in markdown output
    + libmandoc and mdoc manuals have been improved
    + support arithmetic operations in tbl(7) column widths for DocBook
    + define the St -isoC-2023 macro for referencing the C23 spec
    
    Approved by:    mhorne (mentor, implicit)
    Reviewed by:    imp
    Discussed with: adrian, bapt, brooks
    Closes:         https://github.com/freebsd/freebsd-src/pull/1689

 contrib/mandoc/TODO            |  11 +++-
 contrib/mandoc/libmandoc.h     |   3 +-
 contrib/mandoc/man.1           |  38 ++++++++++-
 contrib/mandoc/mandoc.1        |  14 ++--
 contrib/mandoc/mandoc.3        |  37 ++++++++++-
 contrib/mandoc/mandoc.css      |   5 +-
 contrib/mandoc/mandoc.h        |   5 +-
 contrib/mandoc/mandoc_msg.c    |   3 +-
 contrib/mandoc/mdoc.7          |  36 +++++-----
 contrib/mandoc/mdoc_html.c     |  61 ++++++++++++-----
 contrib/mandoc/mdoc_man.c      |   7 +-
 contrib/mandoc/mdoc_markdown.c |  35 +++++++++-
 contrib/mandoc/out.c           |  10 +--
 contrib/mandoc/roff.c          | 146 +++++++++++++++++++++--------------------
 contrib/mandoc/st.c            |   2 +-
 contrib/mandoc/tbl.c           |   3 +-
 contrib/mandoc/tbl.h           |   3 +-
 contrib/mandoc/tbl_layout.c    |  36 +++++-----
 18 files changed, 304 insertions(+), 151 deletions(-)


Reply via email to