]> git.cameronkatri.com Git - mandoc.git/commit
Small cleanup of error reporting:
authorIngo Schwarze <schwarze@openbsd.org>
Sun, 5 Jun 2022 10:19:54 +0000 (10:19 +0000)
committerIngo Schwarze <schwarze@openbsd.org>
Sun, 5 Jun 2022 10:19:54 +0000 (10:19 +0000)
commit2e4490e7023dd483d992df8eb6f75860fd445fe4
treea7355c82b82ce95b48666b2d89c5b2f99a0980b8
parentccdf39d9cb63bb341dbb5c88c9090ac8e05b350c
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.
roff_escape.c