CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2018/12/13 22:17:45
Modified files:
usr.bin/mandoc : eqn.c main.c man.c man_macro.c man_validate.c
mandoc.c mandoc.h mandoc_msg.c mdoc.c
mdoc_argv.c mdoc_macro.c mdoc_validate.c read.c
roff.c roff_validate.c tbl.c tbl_data.c
tbl_layout.c tbl_opts.c
Log message:
Almost mechanical diff to remove the "struct mparse *" argument
from mandoc_msg(), where it is no longer used.
While here, rename mandoc_vmsg() to mandoc_msg() and retire the
old version: There is really no point in having another function
merely to save "%s" in a few places.
Minus 140 lines of code.