CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/11/13 04:07:10
Modified files:
usr.bin/mandoc : apropos.c apropos_db.c apropos_db.h
Log message:
Rewrite the expression parser for a more concise syntax:
apropos [search_type[,...]=]substring
apropos search_type[,...][,i]~regex
.. and expression evaluation must take the search type into account.
This allows to:
* drop the global -I option and
* drop the enum match, just using a boolean int.
"go ahead" kristaps@
