summaryrefslogtreecommitdiffstats
path: root/read.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2015-02-04 16:38:56 +0000
committerIngo Schwarze <schwarze@openbsd.org>2015-02-04 16:38:56 +0000
commit4b11a0d9e89857f2dca95de899e7a6a4115e4c1a (patch)
tree5f8a3161e664f80987b5a009abb5877e33f49f35 /read.c
parent2e1c41199ddd5ebad6090b8f33870fb2e027f7dd (diff)
downloadmandoc-4b11a0d9e89857f2dca95de899e7a6a4115e4c1a.tar.gz
more specific .Nd diagnostics, allowing to get rid of enum check_lvl
and the respective argument of check_count()
Diffstat (limited to 'read.c')
-rw-r--r--read.c1
1 files changed, 1 insertions, 0 deletions
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",