=================================================================== RCS file: /cvs/mandoc/mandoc_msg.c,v retrieving revision 1.16 retrieving revision 1.17 diff -u -p -r1.16 -r1.17 --- mandoc/mandoc_msg.c 2021/08/14 13:53:08 1.16 +++ mandoc/mandoc_msg.c 2022/04/24 13:38:46 1.17 @@ -1,6 +1,6 @@ -/* $OpenBSD: mandoc_msg.c,v 1.16 2021/08/14 13:53:08 schwarze Exp $ */ +/* $OpenBSD: mandoc_msg.c,v 1.17 2022/04/24 13:38:46 schwarze Exp $ */ /* - * Copyright (c) 2014-2021 Ingo Schwarze + * Copyright (c) 2014-2022 Ingo Schwarze * Copyright (c) 2010, 2011 Kristaps Dzonsons * * Permission to use, copy, modify, and distribute this software for any @@ -216,6 +216,7 @@ static const char *const type_message[MANDOCERR_MAX] = "escaped character not allowed in a name", "using macro argument outside macro", "argument number is not numeric", + "negative argument, using 0", "NOT IMPLEMENTED: Bd -file", "skipping display without arguments", "missing list type, using -item",