CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2025/06/13 07:18:51
Modified files: usr.bin/mandoc : mdoc_macro.c Log message: When i introduced the MDOC_JOIN feature on 2013/10/21, which lets certain macros concatenate their arguments with single spaces in between, rather than storing each argument separately, i excepted the SYNOPSIS section from that treatment, but it is unclear what that exception might be needed for. So let's do this in the SYNOPSIS, too. No output change intended, not even with respect to line breaking. The regression suite remains happy, and this helps apropos(1) searching for keys that contain more than one word. For example, this improves the command: man -k 'Cd=brgphy* at mii' which (after makewhatis(8)) no longer misses the bse(4) manual page.