Up to [cvsweb.bsd.lv] / mandoc
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: HEAD
Revision 1.275 / (download) - annotate - [select for diffs], Thu Jun 5 12:33:41 2025 UTC (3 weeks, 3 days ago) by schwarze
Branch: MAIN
CVS Tags: HEAD
Changes since 1.274: +24 -3 lines
Diff to previous 1.274 (colored)
In the SYNOPSIS, support the input syntax ".Lb libname [...]" with multiple arguments, to be printed as "/* -lname [...] */" and to be searched for with the already established syntax "man -k Lb=libname". Nothing changes outside the SYNOPSIS section. Output format and database search term format based on ideas from tedu@. OK deraadt@ and job@, and jmc@ agrees with the direction, too. Robert Mustacchi <rm at fingolfin dot org> of illumos, a system that now also recommends mdoc(7) as their default documentation format, agrees with the direction, too - actually, they have already done something similar in small numbers of manual pages some years ago, though not yet in a systematic or consistent way. Nobody objected when the idea and the diff was shown on the groff and portable mandoc mailing lists.