=================================================================== RCS file: /cvs/mandoc/mandoc_msg.c,v retrieving revision 1.14 retrieving revision 1.17 diff -u -p -r1.14 -r1.17 --- mandoc/mandoc_msg.c 2021/06/27 17:57:54 1.14 +++ mandoc/mandoc_msg.c 2022/04/24 13:38:46 1.17 @@ -1,6 +1,6 @@ -/* $OpenBSD: mandoc_msg.c,v 1.14 2021/06/27 17:57:54 schwarze Exp $ */ +/* $OpenBSD: mandoc_msg.c,v 1.17 2022/04/24 13:38:46 schwarze Exp $ */ /* - * Copyright (c) 2014-2020 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", @@ -245,6 +246,8 @@ static const char *const type_message[MANDOCERR_MAX] = "eqn delim option in tbl", "unsupported tbl layout modifier", "ignoring macro in table", + "skipping tbl in -Tman mode", + "skipping eqn in -Tman mode", /* bad command line arguments */ NULL, @@ -255,6 +258,7 @@ static const char *const type_message[MANDOCERR_MAX] = "bad option value", "duplicate option value", "no such tag", + "-Tmarkdown unsupported for man(7) input", /* system errors */ NULL,