=================================================================== RCS file: /cvs/mandoc/tbl_opts.c,v retrieving revision 1.19 retrieving revision 1.20 diff -u -p -r1.19 -r1.20 --- mandoc/tbl_opts.c 2015/01/28 15:03:45 1.19 +++ mandoc/tbl_opts.c 2015/01/28 17:32:07 1.20 @@ -1,4 +1,4 @@ -/* $Id: tbl_opts.c,v 1.19 2015/01/28 15:03:45 schwarze Exp $ */ +/* $Id: tbl_opts.c,v 1.20 2015/01/28 17:32:07 schwarze Exp $ */ /* * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2015 Ingo Schwarze @@ -80,7 +80,8 @@ arg(struct tbl_node *tbl, int ln, const char *p, int * switch (key) { case KEY_DELIM: - mandoc_msg(MANDOCERR_TBLEQN, tbl->parse, ln, *pos, NULL); + mandoc_vmsg(MANDOCERR_TBLOPT_EQN, tbl->parse, + ln, *pos, "%.*s", len, p + *pos); want = 2; break; case KEY_TAB: