=================================================================== RCS file: /cvs/mandoc/roff.c,v retrieving revision 1.221 retrieving revision 1.222 diff -u -p -r1.221 -r1.222 --- mandoc/roff.c 2014/07/07 21:36:20 1.221 +++ mandoc/roff.c 2014/07/30 12:58:21 1.222 @@ -1,4 +1,4 @@ -/* $Id: roff.c,v 1.221 2014/07/07 21:36:20 schwarze Exp $ */ +/* $Id: roff.c,v 1.222 2014/07/30 12:58:21 schwarze Exp $ */ /* * Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons * Copyright (c) 2010-2014 Ingo Schwarze @@ -1758,7 +1758,7 @@ roff_it(ROFF_ARGS) len = strcspn(cp, " \t"); cp[len] = '\0'; if ((iv = mandoc_strntoi(cp, len, 10)) <= 0) { - mandoc_msg(MANDOCERR_NUMERIC, r->parse, + mandoc_msg(MANDOCERR_IT_NONUM, r->parse, ln, ppos, *bufp + 1); return(ROFF_IGN); }