Re: [PATCH 06/42] doc: use man(7) macros to style command synopses
Bernhard Voelker <[email protected]> Sun, 28 Dec 2025 19:32:03 +0100
| Newsgroups | gmane.comp.gnu.findutils.bugs |
|---|---|
| Message-ID | <[email protected]> |
On 11/19/25 04:44, G. Branden Robinson wrote: > diff --git a/locate/locate.1 b/locate/locate.1 > -[\-A | \-\-all] > -[\-p | \-\-print] > +.BR \-\-all ] > +.RB [ \-P > +| > +.BR \*%\-\-print ] The --print long option has the lower-case '-p' short option; therefore it should be the lower-case 'p' instead of 'P' here: .RB [ \-p I'll fix it before pushing. Have a nice day, Berny