CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2012/11/16 17:25:20
Modified files:
usr.bin/mandoc : libman.h libmdoc.h man.c man_html.c man_macro.c
man_term.c man_validate.c mdoc.c mdoc_argv.c
mdoc_html.c mdoc_macro.c mdoc_man.c mdoc_term.c
mdoc_validate.c
Log message:
Cleanup naming of local variables to make the code easier on the eye:
Settle for "struct man *man", "struct mdoc *mdoc", "struct meta *meta"
and avoid the confusing "*m" which was sometimes this, sometimes that.
No functional change.
ok kristaps@ some time ago