=================================================================== RCS file: /cvs/mandoc/read.c,v retrieving revision 1.102 retrieving revision 1.103 diff -u -p -r1.102 -r1.103 --- mandoc/read.c 2014/11/30 02:36:38 1.102 +++ mandoc/read.c 2014/11/30 05:29:00 1.103 @@ -1,4 +1,4 @@ -/* $Id: read.c,v 1.102 2014/11/30 02:36:38 schwarze Exp $ */ +/* $Id: read.c,v 1.103 2014/11/30 05:29:00 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010-2014 Ingo Schwarze @@ -146,6 +146,7 @@ static const char * const mandocerrs[MANDOCERR_MAX] = "empty list item", "missing font type, using \\fR", "unknown font type, using \\fR", + "nothing follows prefix", "missing -std argument, adding it", "missing eqn box, using \"\"",