=================================================================== RCS file: /cvs/mandoc/mandoc_msg.c,v retrieving revision 1.18 retrieving revision 1.19 diff -u -p -r1.18 -r1.19 --- mandoc/mandoc_msg.c 2022/04/28 16:21:09 1.18 +++ mandoc/mandoc_msg.c 2022/06/05 13:54:09 1.19 @@ -1,4 +1,4 @@ -/* $OpenBSD: mandoc_msg.c,v 1.18 2022/04/28 16:21:09 schwarze Exp $ */ +/* $OpenBSD: mandoc_msg.c,v 1.19 2022/06/05 13:54:09 schwarze Exp $ */ /* * Copyright (c) 2014-2022 Ingo Schwarze * Copyright (c) 2010, 2011 Kristaps Dzonsons @@ -235,6 +235,11 @@ static const char *const type_message[MANDOCERR_MAX] = "skipping all arguments", "skipping excess arguments", "divide by zero", + + /* related to escape sequences */ + "incomplete escape sequence", + "invalid special character", + "unknown special character", "unsupported feature", "input too large",