aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mandoc_msg.c
diff options
context:
space:
mode:
Diffstat (limited to 'mandoc_msg.c')
-rw-r--r--mandoc_msg.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mandoc_msg.c b/mandoc_msg.c
index d2ccb91f..b49555d1 100644
--- a/mandoc_msg.c
+++ b/mandoc_msg.c
@@ -167,6 +167,7 @@ static const char *const type_message[MANDOCERR_MAX] = {
"tab in filled text",
"new sentence, new line",
"invalid escape sequence",
+ "undefined escape, printing literally",
"undefined string, using \"\"",
/* related to tables */
@@ -228,6 +229,7 @@ static const char *const type_message[MANDOCERR_MAX] = {
"unsupported feature",
"input too large",
"unsupported control character",
+ "unsupported escape sequence",
"unsupported roff request",
"nested .while loops",
"end of scope with open .while loop",