CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2011/12/25 09:52:55
Modified files: usr.bin/mandoc : apropos.1 mandocdb.8 mandocdb.c mandocdb.h Log message: Use the traditional name "whatis.db" for the mandocdb(8) databases. Requested by deraadt@, ok kristaps@. CAUTION: If you run "sudo mandocdb" after this, the old apropos(1) and whatis(1) will not work any longer. To get temporary copies of the new ones, run: cd /usr/bin; rm -f apropos whatis; ln -s mandoc apropos; ln -s mandoc whatis