=================================================================== RCS file: /cvs/mandoc/mandoc_msg.c,v retrieving revision 1.13 retrieving revision 1.14 diff -u -p -r1.13 -r1.14 --- mandoc/mandoc_msg.c 2021/06/02 18:28:19 1.13 +++ mandoc/mandoc_msg.c 2021/06/27 17:57:54 1.14 @@ -1,4 +1,4 @@ -/* $OpenBSD: mandoc_msg.c,v 1.13 2021/06/02 18:28:19 schwarze Exp $ */ +/* $OpenBSD: mandoc_msg.c,v 1.14 2021/06/27 17:57:54 schwarze Exp $ */ /* * Copyright (c) 2014-2020 Ingo Schwarze * Copyright (c) 2010, 2011 Kristaps Dzonsons @@ -73,6 +73,7 @@ static const char *const type_message[MANDOCERR_MAX] = "no blank before trailing delimiter", "fill mode already enabled, skipping", "fill mode already disabled, skipping", + "input text line longer than 80 bytes", "verbatim \"--\", maybe consider using \\(em", "function name without markup", "whitespace at end of input line",