Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 04 Oct 2021 07:47:38 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   =?UTF-8?B?W0J1ZyAyMjM1MjJdIGB3aGF0aXMgLuKAmSByZXR1cm5zIHJhbmRv?= =?UTF-8?B?bSByZXN1bHRz?=
Message-ID:  <bug-223522-227-oarZ9B8Oih@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-223522-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-223522-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=3D223522

Wolfram Schneider <wosch@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|Affects Only Me             |Affects Many People
             Status|New                         |Open

--- Comment #3 from Wolfram Schneider <wosch@FreeBSD.org> ---
The problems still exists in FreeBSD-14-current. Calling whatis with the a =
dot
(".") as argument returns 48 hits, but only 24 contains a dot.


$ whatis .  | wc -l
      48

$ whatis . | egrep '\.' | wc -l
      24

On debian11 I get:
$ whatis .
.: nothing appropriate.


and on centos8
$ whatis .
. (1)                - bash built-in commands, see bash(1)

--=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-223522-227-oarZ9B8Oih>