On Friday, September 6, 2019 11:52:53 AM PDT Michael Everitt wrote: > On 06/09/19 18:27, Ben Kohler wrote: > > This series seems super counter-intuitive to me .. surely all usage > examples (in Linux/etc in general) utilise the command itself to provide > context of how to invoke the function/etc ?? or am I [once again] mistaken? > > Perhaps the series should be to *add* the function across the tree, rather > than remove it? Command itself is already added by magic awk, Ben just removing duplicates. for example, desktop eclass man page right now make_desktop_entry make_desktop_entry(, [name], [icon], [type]... after the change make_desktop_entry (, [name], [icon], [type], [fields]) check app-doc/eclass-manpages awk magic file how the pages are generated.