CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/08/17 19:17:45
Modified files:
usr.bin/mandoc : man.c mdoc.c
Log message:
Simplify and sync the code and comments for copying the macro name
in man_pmacro() and mdoc_pmacro(). In particular, no need to use
isgraph(3) here, that has already been done in main.c.
Joint work by Kristaps and myself, ok krist...@.
