CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/04/18 11:01:29
Modified files:
usr.bin/mandoc : libman.h libmandoc.h libmdoc.h man.c man_hash.c
mdoc.c mdoc_hash.c read.c
Log message:
Move mdoc_hash_init() and man_hash_init() to libmandoc.h
and call them from mparse_alloc() and choose_parser(),
preparing unified allocation of struct roff_man.
