CVS log for mandoc/mdoc_macro.c

[BACK] Up to [cvsweb.bsd.lv] / mandoc

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: HEAD


Revision 1.237 / (download) - annotate - [select for diffs], Fri Jun 13 14:24:56 2025 UTC (2 weeks, 5 days ago) by schwarze
Branch: MAIN
CVS Tags: HEAD
Changes since 1.236: +2 -2 lines
Diff to previous 1.236 (unified)

Use the MDOC_JOIN feature for .Ft, too.
Semantically, this makes sense because printing two function return types
one right after the other with nothing in between is never useful, whereas
function return types consisting of more than one word are widespread.
The change matters because people usually do not quote multi-word function
return types (nor should they).  We have about 1800 unquoted instances in
our tree versus about 300 quoted instances.

No output change intended, not even with respect to line breaking.
The regression suite remains happy, and this helps apropos(1)
searching for function return types that contain more than one word.
For example, this improves the command: man -k 'Ft=const EC_METHOD'
which (after makewhatis(8)) no longer misses the EC_GFp_simple_method(3)
manual page.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb