Hi,
On a 14.3-RELEASE FreeBSD when I type
and when I run
When I open the man page with
I'm guessing
But shouldn't
Thanks
On a 14.3-RELEASE FreeBSD when I type
apropos hostcache.list or whatis hostcache.list I get
Code:
nothing appropriate
man tcp | grep "hostcache.list" I get no result.When I open the man page with
man tcp as search for hostcache.list I get:
Code:
hostcache.list Provide a complete list of all current entries in
the host cache.
grep is getting confused by some encoding that makes the entry in the man page a list/table. Maybe.But shouldn't
apropos find that text in the man page?Thanks