CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2011/12/18 19:26:33
Modified files: usr.bin/mandoc : apropos_db.c apropos_db.h mandocdb.8 mandocdb.c manpath.c manpath.h Log message: Improvements from kristaps@: (1) Make the database format simpler and smaller by - storing the file type as a single character and - storing paths relative to the dir containing the database. The latter allows to move trees around. Both together typically save 15-25% of the index size. (2) Make sure apropos(1) "any" really covers all search keys. (3) Make manpath_parseline() static, drop manpath_parseconf() completely.