[Bug 272729] space character in `man -K` option's regex

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 26 Jul 2023 11:41:53 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272729

--- Comment #2 from Michael V <m.viey@wanadoo.fr> ---
To be totally clear. I think there are 2 issues here:

1. The behavior of -K regex.
This does work:

  man -K "BIOS\sextension"

this doesn't:

  man -K "BIOS extension"


2. the fact that '\s' is not documented in man page and contradict re_format
man page.

-- 
You are receiving this mail because:
You are on the CC list for the bug.