summaryrefslogtreecommitdiffstats
path: root/read.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2015-02-06 07:13:14 +0000
committerIngo Schwarze <schwarze@openbsd.org>2015-02-06 07:13:14 +0000
commit0c49342c6e879353195f2df060ebceb497f66497 (patch)
tree85a0c5ef0f49f8974731f4a4347de279e8f166e5 /read.c
parentf1b8e7051e92af5f6c90c234ea75598ee7976318 (diff)
downloadmandoc-0c49342c6e879353195f2df060ebceb497f66497.tar.gz
Delete the legacy generic warning type MANDOCERR_ARGCWARN,
replacing the last instances by more specific warnings. Improved functionality, minus 50 lines of code.
Diffstat (limited to 'read.c')
-rw-r--r--read.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/read.c b/read.c
index b1991bec..8d2b877b 100644
--- a/read.c
+++ b/read.c
@@ -136,8 +136,8 @@ static const char * const mandocerrs[MANDOCERR_MAX] = {
"skipping empty request",
"conditional request controls empty scope",
"skipping empty macro",
+ "empty block",
"empty argument, using 0n",
- "argument count wrong",
"missing display type, using -ragged",
"list type is not the first argument",
"missing -width in -tag list, using 8n",