Up to [cvsweb.bsd.lv] / mandoc / regress / man / B
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.4 / (download) - annotate - [select for diffs], Sun Jul 27 16:18:35 2025 UTC (8 days, 20 hours ago) by schwarze
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +11 -4 lines
Diff to previous 1.3 (colored)
The commit message of groff commit 5ea945c8 (gbranden@ May 6, 2021) clearly indicates that groff_man(7) is intended to render italic font inside section headers as bold italic. It says: "If \*[HF] is a bold style, substitute bold italics for italics in section and subsection headings, keeping the font weight consistent." In man_term.c rev. 1.248, mandoc(1) was changed to match groff's intention, so change the desired output accordingly. However, gbranden@ obviously didn't bother to understand how the code in an.tmac works before changing it, so his implementation only works for same-line scope, not for the next-line scope tested here, even though next-line scope is documented in groff_man(7). For now, mark the test impacted by this new groff bug with SKIP_GROFF.
Revision 1.3 / (download) - annotate - [select for diffs], Thu Apr 28 10:26:38 2022 UTC (3 years, 3 months ago) by schwarze
Branch: MAIN
Changes since 1.2: +3 -3 lines
Diff to previous 1.2 (colored)
Element next-line scopes may nest, so man_breakscope() may have to break multiple element next-line scopes at the same time, similar to what man_descope() already does for unconditional rewinding. This fixes an assertion failure that tb@ found with afl(1), caused by .SH .I .I .BI and similar sequences of macros without arguments.
Revision 1.2 / (download) - annotate - [select for diffs], Sat Jun 3 15:55:25 2017 UTC (8 years, 2 months ago) by schwarze
Branch: MAIN
CVS Tags: VERSION_1_14_6,
VERSION_1_14_5,
VERSION_1_14_4,
VERSION_1_14_3,
VERSION_1_14_2
Changes since 1.1: +6 -2 lines
Diff to previous 1.1 (colored)
ignore blank lines in man(7) next line scope; strange groff edge case behaviour found in multimedia/mjpegtools
Revision 1.1 / (download) - annotate - [select for diffs], Wed Feb 8 03:02:23 2017 UTC (8 years, 5 months ago) by schwarze
Branch: MAIN
CVS Tags: VERSION_1_14_1,
VERSION_1_13
Finally port the OpenBSD regression suite. Both kristaps@ and wiz@ repeated asked for this, literally for years.