CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/11/18 20:07:43
Modified files:
usr.bin/mandoc : man.c mdoc.c
regress/usr.bin/mandoc/roff/args: man.in man.out_ascii
man.out_lint mdoc.in
mdoc.out_ascii mdoc.out_lint
Log message:
Escape sequences terminate high-level macro names, and when doing so,
they are ignored, just in the same way as for request names
and for low-level macro names.
This also cures a warning in the pod2man(1) preamble.
