CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2014/11/26 18:57:42
Modified files: usr.bin/mandoc : mandocdb.c mansearch.c mansearch.h Log message: Make makewhatis(8) understand .so links to .gz pages. Drop the FORM_GZ annotation in the mpages table; it is conceptually wrong because it ought to be in the mlinks table: An uncompressed .so link file can point to a compressed manual page file and vice versa. Besides, it is no longer needed because mparse_open() handles it all. Sprinkle some KNF while here.