G. Branden Robinson wrote, on 30 Aug 2025: > > > Bug 1939: find: -perm: add / modifier > > https://www.austingroupbugs.net/view.php?id=1939 > > Accepted as marked, resolved, issue9 tag > > > > On page 2942, line 98242-3, change > > Otherwise, if mode is prefixed by a <hyphen-minus>, the primary > > shall evaluate as true if at least all the bits in the resulting > > template are set in the file permission bits. > > to > > Otherwise, if mode is prefixed by a <hyphen-minus>, the primary > > shall evaluate as true if at least all the bits in the resulting > > template are set in the file permission bits; if it is prefixed > > by a <slash>, the primary shall evaluate to true of any of the > > bits are set. > > s/of any/if any/ > > > On page 2942, line 98247-9, change > > if onum is prefixed by a <hyphen-minus>, the primary shall > > evaluate as true if at least all of the bits specified in onum > > are set. In both cases, the behavior is unspecified when onum > > exceeds 07777. > > to > > if onum is prefixed by a <hyphen-minus>, the primary shall > > evaluate as true if at least all of the bits specified in onum > > are set; if it is prefixed by a <slash>, the primary shall > > evaluate to true of any of the bits are set. In all three cases, > > s/of any/if any/
Thanks, I've corrected that typo in the bug resolution in Mantis. Don't know how we all missed it in the meeting! -- Geoff Clare <[email protected]> The Open Group, Apex Plaza, Forbury Road, Reading, RG1 1AX, England
