CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2014/03/26 15:39:33
Modified files: usr.bin/mandoc : mandocdb.c Log message: Without bloating mandoc(1) itself, let mandocdb(8) support files called manN/X.N.gz and catN/X.0.gz, reading them through a pipe(2) from gunzip(1) -c. Asked for by various people in the past.