[Bug 223526] man(1) expands page names which contains wildcards
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 26 Oct 2024 13:23:23 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223526
Wolfram Schneider <wosch@FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|Works As Intended |FIXED
--- Comment #6 from Wolfram Schneider <wosch@FreeBSD.org> ---
(In reply to Mark Linimon from comment #5)
I don't understand what you mean with "committer's bit was taken into
safekeeping some time ago".
Anyway, the issue is fixed and I get the expected results now:
man -w 'm*n'
No manual entry for "m*n"
man -a -w '*[nM]*[nN]*'
No manual entry for "*[nM]*[nN]*"
--
You are receiving this mail because:
You are on the CC list for the bug.