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 can be used to match any available.

Quoting the manpage:

    By default, apropos searches [...] case-insensitive substring
    matching (the = operator) over manual names and descriptions (the Nm
    and Nd macro keys).

You can search any of the macro keys that makewhatis indexes however:
https://man.openbsd.org/apropos#Macro_Keys

Such as the special "any" key.

$ apropos any=Hostap
hostapd(8) - Host Access Point daemon
hostapd.conf(5) - configuration file for the Host Access Point daemon
acx(4) - TI ACX100/ACX111 IEEE 802.11a/b/g wireless network device
ath(4) - Atheros IEEE 802.11a/b/g wireless network device with GPIO
ifmedia(4) - network interface media settings
pgt(4) - Conexant/Intersil Prism GT Full-MAC IEEE 802.11a/b/g wireless network 
device
ral(4) - Ralink Technology/MediaTek IEEE 802.11a/b/g/n wireless network device
rtw(4) - Realtek RTL8180L IEEE 802.11b wireless network device
rum(4) - Ralink Technology/MediaTek USB IEEE 802.11a/b/g wireless network device
ural(4) - Ralink Technology/MediaTek USB IEEE 802.11b/g wireless network device
ifconfig(8) - configure network interface parameters


-- 
andrew - http://afresh1.com

Instructions are just another man's opinion of how to do something. 
                      -- Weldboy #DPWisdom

Reply via email to