=================================================================== RCS file: /cvs/mandoc/read.c,v retrieving revision 1.37 retrieving revision 1.38 diff -u -p -r1.37 -r1.38 --- mandoc/read.c 2013/06/02 03:52:21 1.37 +++ mandoc/read.c 2013/07/13 12:52:07 1.38 @@ -1,4 +1,4 @@ -/* $Id: read.c,v 1.37 2013/06/02 03:52:21 schwarze Exp $ */ +/* $Id: read.c,v 1.38 2013/07/13 12:52:07 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010, 2011, 2012, 2013 Ingo Schwarze @@ -185,6 +185,7 @@ static const char * const mandocerrs[MANDOCERR_MAX] = "macro requires line argument(s)", "macro requires body argument(s)", "macro requires argument(s)", + "request requires a numeric argument", "missing list type", "line argument(s) will be lost", "body argument(s) will be lost",