From 4b11a0d9e89857f2dca95de899e7a6a4115e4c1a Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Wed, 4 Feb 2015 16:38:56 +0000 Subject: more specific .Nd diagnostics, allowing to get rid of enum check_lvl and the respective argument of check_count() --- read.c | 1 + 1 file changed, 1 insertion(+) (limited to 'read.c') diff --git a/read.c b/read.c index dcf9202b..0a5add74 100644 --- a/read.c +++ b/read.c @@ -110,6 +110,7 @@ static const char * const mandocerrs[MANDOCERR_MAX] = { "content before first section header", "first section is not \"NAME\"", "bad NAME section contents", + "missing description line, using \"\"", "sections out of conventional order", "duplicate section title", "unexpected section", -- cgit