=================================================================== RCS file: /cvs/mandoc/mandoc_msg.c,v retrieving revision 1.14 retrieving revision 1.15 diff -u -p -r1.14 -r1.15 --- mandoc/mandoc_msg.c 2021/06/27 17:57:54 1.14 +++ mandoc/mandoc_msg.c 2021/07/04 15:38:26 1.15 @@ -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.15 2021/07/04 15:38:26 schwarze Exp $ */ /* - * Copyright (c) 2014-2020 Ingo Schwarze + * Copyright (c) 2014-2021 Ingo Schwarze * Copyright (c) 2010, 2011 Kristaps Dzonsons * * Permission to use, copy, modify, and distribute this software for any @@ -245,6 +245,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,