From 7113944571eb8954664d41200813db1a1d5e1d02 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Mon, 11 Oct 2010 15:46:19 +0000 Subject: Use proper error for `An' multiple arguments. Making IGNARGV be an ERROR, not a WARNING, as information is lost. --- main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main.c') diff --git a/main.c b/main.c index 97c3390b..4d94a3ca 100644 --- a/main.c +++ b/main.c @@ -1,4 +1,4 @@ -/* $Id: main.c,v 1.107 2010/09/27 09:26:27 kristaps Exp $ */ +/* $Id: main.c,v 1.108 2010/10/11 15:46:19 kristaps Exp $ */ /* * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons * Copyright (c) 2010 Ingo Schwarze @@ -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", -- cgit v1.2.3-56-ge451