[Bug 272729] space character in `man -K` option's regex
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 272729] space character in -K option regex"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 01 Aug 2023 18:03:54 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272729
Ed Maste <emaste@freebsd.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |emaste@freebsd.org
--- Comment #3 from Ed Maste <emaste@freebsd.org> ---
(In reply to Yuri Pankov from comment #1)
The only part needed should be:
grep -E ${gflags} "${manfile}" -e "${re}"
Spaces are preserved in variable assignment, e.g. in re=${1}
Proposed change in https://reviews.freebsd.org/D41282
--
You are receiving this mail because:
You are on the CC list for the bug.