=================================================================== RCS file: /cvs/mandoc/eqn.c,v retrieving revision 1.42 retrieving revision 1.43 diff -u -p -r1.42 -r1.43 --- mandoc/eqn.c 2014/04/23 21:06:41 1.42 +++ mandoc/eqn.c 2014/07/04 16:12:08 1.43 @@ -1,4 +1,4 @@ -/* $Id: eqn.c,v 1.42 2014/04/23 21:06:41 schwarze Exp $ */ +/* $Id: eqn.c,v 1.43 2014/07/04 16:12:08 schwarze Exp $ */ /* * Copyright (c) 2011 Kristaps Dzonsons * @@ -300,7 +300,8 @@ eqn_read(struct eqn_node **epp, int ln, p++; if ('\0' == *p) return(er); - mandoc_msg(MANDOCERR_ARGSLOST, ep->parse, ln, pos, NULL); + mandoc_vmsg(MANDOCERR_ARG_SKIP, ep->parse, + ln, pos, "EN %s", p); return(er); }