CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2013/12/30 20:41:09
Modified files:
usr.bin/mandoc : apropos.c mansearch.c mansearch.h
Log message:
Experimental feature to let apropos(1) show different keys than .Nd.
This really takes us beyond what grep -R /usr/*/man/ can do
because now you can search for pages by *one* criterion and then
display the contents of *another* macro from those pages, like in
$ apropos -O Ox Fa~wchar
to get an impression how long wide character handling is available.