Re: How to search for "hostap" in man pages.

2018-06-20 Thread Ingo Schwarze
Hi Luke, Luke A. Call wrote on Sat, Jun 16, 2018 at 05:34:45PM -0600: > I think "man -K" would work on gnu/linux, The man(1) implementation used on many (but not all) Linux systems, man-db, does have a -K option since 2009. But what it does is just linearily search through the full text of all

Re: How to search for "hostap" in man pages.

2018-06-18 Thread Karel Gardas
On Sat, 16 Jun 2018 16:57:08 -0700 Andrew Hewus Fresh wrote: [...] > $ apropos any=Hostap [...] Thanks! This does the job indeed. Karel

Re: How to search for "hostap" in man pages.

2018-06-16 Thread Ingo Schwarze
Hi, Karel Gardas wrote on Sat, Jun 16, 2018 at 10:39:51PM +0200: > was looking for "hostap" or "Host AP" using man -k and apropos, > but this somehow does not return expected results: > > $ man -k hostap > hostapd(8) - Host Access Point daemon > hostapd.conf(5) - configuration file for

Re: How to search for "hostap" in man pages.

2018-06-16 Thread Andrew Hewus Fresh
On Sat, Jun 16, 2018 at 10:39:51PM +0200, Karel Gardas wrote: > > Hello, > > was looking for "hostap" or "Host AP" using man -k and apropos, but this > somehow does not return expected results: An apropos(1) term lets you specify searching different "Macro Keys", including the "any" key that

Re: How to search for "hostap" in man pages.

2018-06-16 Thread Luke A. Call
ps: I think apropos/man -k only search the header, not the entire manual page. On 06-16 17:34, Luke A. Call wrote: > I think "man -K" would work on gnu/linux, but on OpenBSD you might have to: > cd /usr/share/man > or > cd /usr/local/man > and > grep -ir hostap *|less > > On 06-16 22:39,

Re: How to search for "hostap" in man pages.

2018-06-16 Thread Stuart Longland
On 17/06/18 09:34, Luke A. Call wrote: > Maybe someone else knows a better way though. Maybe lowercase 'k'? > sjl-router$ man -k hostap > hostapd(8) - Host Access Point daemon > hostapd.conf(5) - configuration file for the Host Access Point daemon > sjl-router$ uname -a > OpenBSD

Re: How to search for "hostap" in man pages.

2018-06-16 Thread Luke A. Call
I think "man -K" would work on gnu/linux, but on OpenBSD you might have to: cd /usr/share/man or cd /usr/local/man and grep -ir hostap *|less . Maybe someone else knows a better way though. On 06-16 22:39, Karel Gardas wrote: > > Hello, > > was looking for "hostap" or "Host AP" using

How to search for "hostap" in man pages.

2018-06-16 Thread Karel Gardas
Hello, was looking for "hostap" or "Host AP" using man -k and apropos, but this somehow does not return expected results: $ man -k hostap hostapd(8) - Host Access Point daemon hostapd.conf(5) - configuration file for the Host Access Point daemon but: $ man ral|grep hostap