Up to [cvsweb.bsd.lv] / mandoc / regress / man / MR
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.3 / (download) - annotate - [select for diffs], Thu Jun 26 17:55:52 2025 UTC (2 weeks, 1 day ago) by schwarze
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +1 -1 lines
Diff to previous 1.2 (colored)
adjust the tests after changing the page footer
Revision 1.2 / (download) - annotate - [select for diffs], Mon Nov 13 21:06:46 2023 UTC (19 months, 4 weeks ago) by schwarze
Branch: MAIN
Changes since 1.1: +1 -2 lines
Diff to previous 1.1 (colored)
reduce the man(7) global indentation from 7n to 5n, see man_term.c rev. 1.244
Revision 1.1 / (download) - annotate - [select for diffs], Tue Oct 24 20:53:14 2023 UTC (20 months, 2 weeks ago) by schwarze
Branch: MAIN
Implement the man(7) .MR macro, a 2023 GNU extension. The syntax and semantics is almost identical to mdoc(7) .Xr. This will be needed for reading the groff manual pages once our port will be updated to 1.23, and the Linux Manual Pages Project is also determined to start using it sooner or later. I did not advocate for this new macro, but since we want to remain able to read all manual pages found in the wild, there is little choice but to support it. At least it is easy to do, they basically copied .Xr.