CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2018/08/17 14:31:52
Modified files:
usr.bin/mandoc : libman.h libmdoc.h man.c man_html.c man_macro.c
man_term.c mandocdb.c mdoc.c mdoc_argv.c
mdoc_html.c mdoc_macro.c mdoc_man.c
mdoc_markdown.c mdoc_state.c mdoc_term.c
mdoc_validate.c
Log message:
Remove more pointer arithmetic passing via regions outside the array
that is undefined according to the C standard. Robert Elz <kre at
munnari dot oz dot au> pointed out i wasn't quite done yet.