From be51c141f11b2f1550c1b8bbd47639509679ecd3 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Sun, 27 Jun 2021 17:57:54 +0000 Subject: add a style message about overlong text lines, trying very hard to avoid false positives, not at all trying to catch as many cases as possible; feature originally suggested by tb@, OK tb@ kn@ jmc@ --- mandoc_msg.c | 1 + 1 file changed, 1 insertion(+) (limited to 'mandoc_msg.c') diff --git a/mandoc_msg.c b/mandoc_msg.c index 7a127331..64355ddc 100644 --- a/mandoc_msg.c +++ b/mandoc_msg.c @@ -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", -- cgit v1.2.3