On Fri, Apr 15, 2022 at 02:17:30PM +0200, Andreas Metzler wrote: > On 2012-01-04 Josh Triplett <[email protected]> wrote: > > The find manpage says: > > > > %h Leading directories of file's name (all but the last element). > > > If the file name contains no slashes (since it is in the current > > > directory) the %h specifier expands to ".". > > > Please consider using the standard term "dirname" in this description, > > to make it easier to find. > > Nowadays the paragraph reads: > h Dirname; the Leading directories of the file's name (all > but the last element). If the file name contains no > slashes (since it is in the current directory) the %h > specifier expands to `.'.
Thank you!

