CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/06/05 04:19:47
Modified files:
usr.bin/mandoc : roff_escape.c
Log message:
Small cleanup of error reporting:
call mandoc_msg() only once at the end, not sometimes in the middle,
classify incomplete, non-expanding escape sequences as ESCAPE_ERROR,
and also reduce the number of return statemants;
no formatting change intended.
