CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/03/19 15:50:59
Modified files:
usr.bin/mandoc : libmandoc.h main.c mandoc.h mandocdb.c read.c
roff.c
Log message:
Generalize the mparse_alloc() and roff_alloc() functions by giving
them an "options" argument, replacing the existing "inttype" and
"quick" arguments, preparing for a future MPARSE_SO option.
Store this argument in struct mparse and struct roff, replacing the
existing "inttype", "parsetype", and "quick" members.
No functional change except one tiny cosmetic fix in roff_TH().