diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-10-11 15:46:19 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-10-11 15:46:19 +0000 |
commit | db589adcab1b561d91b7f4f4836220972ac0a979 (patch) | |
tree | ab6e0eafcc7d79665719434eaf8b29011e0d955b /main.c | |
parent | 2059a810480a8db91b8e50c2ef15ed9b542e2315 (diff) | |
download | mandoc-db589adcab1b561d91b7f4f4836220972ac0a979.tar.gz |
Use proper error for `An' multiple arguments.
Making IGNARGV be an ERROR, not a WARNING, as information is lost.
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -132,7 +132,6 @@ static const char * const mandocerrs[MANDOCERR_MAX] = { "unterminated quoted string", "argument requires the width argument", "superfluous width argument", - "ignoring argument", "bad date argument", "bad width argument", "unknown manual section", @@ -149,6 +148,7 @@ static const char * const mandocerrs[MANDOCERR_MAX] = { "list type repeated", "display type repeated", "argument repeated", + "ignoring argument", "manual name not yet set", "obsolete macro ignored", "empty macro ignored", |