Split the excessively generic diagnostic message "invalid escape sequence"
authorschwarze <schwarze@openbsd.org>
Tue, 7 Jun 2022 09:51:03 +0000 (09:51 +0000)
committerschwarze <schwarze@openbsd.org>
Tue, 7 Jun 2022 09:51:03 +0000 (09:51 +0000)
commit39be06a3852c8afc92a4e591a4b9e84ded7123d8
treef6321b5ae6f9a716a5149a7933cc62b7c8a014a5
parent140f98838dbdc9157baa1674a524423bd77b23d9
Split the excessively generic diagnostic message "invalid escape sequence"
into the more specific messages "invalid escape argument delimiter"
and "invalid escape sequence argument".
regress/usr.bin/mandoc/char/space/invalid.out_lint
regress/usr.bin/mandoc/roff/esc/O1.out_lint
regress/usr.bin/mandoc/roff/esc/h.out_lint
regress/usr.bin/mandoc/roff/esc/l.in
regress/usr.bin/mandoc/roff/esc/l.out_ascii
regress/usr.bin/mandoc/roff/esc/l.out_lint
usr.bin/mandoc/mandoc.1
usr.bin/mandoc/mandoc.h
usr.bin/mandoc/mandoc_msg.c
usr.bin/mandoc/roff_escape.c