Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Jul 2023 11:41:53 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 272729] space character in `man -K` option's regex
Message-ID:  <bug-272729-227-x0hjmMlVTx@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-272729-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-272729-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D272729

--- 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.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-272729-227-x0hjmMlVTx>