diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2015-02-06 07:13:14 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2015-02-06 07:13:14 +0000 |
commit | 0c49342c6e879353195f2df060ebceb497f66497 (patch) | |
tree | 85a0c5ef0f49f8974731f4a4347de279e8f166e5 /read.c | |
parent | f1b8e7051e92af5f6c90c234ea75598ee7976318 (diff) | |
download | mandoc-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |