CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/11/13 03:28:38
Added files:
usr.bin/mandoc : apropos_db.c apropos_db.h
Log message:
Split the common code to be reused by other mandocdb clients,
for example the future man.cgi, out of apropos.c (which still
contains the apropos(1) main program, command line handling, and
the terminal output formatter) into apropos_db.{h,c} (which now
contains the database searching backend code).
.. and actually commit the two new files. Oops.
