CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2011/11/13 03:40:52
Modified files:
usr.bin/mandoc : apropos_db.c apropos_db.h mandocdb.c
Added files:
usr.bin/mandoc : mandocdb.h
Log message:
Inventing new keywords for mostly the same thing when a well-established
set of keywords already exists is a bad idea, so reuse the mdoc(7)
macro names as apropos(1) search types. This is a gain in brevity
as well. Some time ago, kristaps@ agreed in principle.
The search type bit field constants are used by both mandocdb(8) and
apropos(1) and should better stay in sync, so give them their own
header file.