=================================================================== RCS file: /cvs/mandoc/main.c,v retrieving revision 1.87 retrieving revision 1.89 diff -u -p -r1.87 -r1.89 --- mandoc/main.c 2010/06/12 10:09:19 1.87 +++ mandoc/main.c 2010/06/19 20:46:27 1.89 @@ -1,6 +1,6 @@ -/* $Id: main.c,v 1.87 2010/06/12 10:09:19 kristaps Exp $ */ +/* $Id: main.c,v 1.89 2010/06/19 20:46:27 kristaps Exp $ */ /* - * Copyright (c) 2008, 2009 Kristaps Dzonsons + * Copyright (c) 2008, 2009 Kristaps Dzonsons * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -109,6 +109,7 @@ 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",