Hi, Enclosed is a simple implementation of whatis(1). It's a mode of apropos(1) where arguments are re-written as foo => Nm~^foo$ This follows OpenBSD's method; other systems, like my Mac, search for both `Nm' and `Nd', but I'm avoiding this for now because I can't figure out the proper regex for word boundaries in multi-word `Nd' strings. Thoughts? Kristaps