CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/03/19 16:20:36
Modified files:
usr.bin/mandoc : main.c mandoc.h mandocdb.c read.c
Log message:
Without the MPARSE_SO option, if the file contains nothing but a
single .so request, do not read the file pointed to, but instead
let mparse_result() provide the file name pointed to as a return
value. To be used by makewhatis(8) in the future.
