=================================================================== RCS file: /cvs/mandoc/read.c,v retrieving revision 1.100 retrieving revision 1.103 diff -u -p -r1.100 -r1.103 --- mandoc/read.c 2014/11/28 06:27:05 1.100 +++ mandoc/read.c 2014/11/30 05:29:00 1.103 @@ -1,4 +1,4 @@ -/* $Id: read.c,v 1.100 2014/11/28 06:27:05 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 @@ -97,7 +97,6 @@ static const char * const mandocerrs[MANDOCERR_MAX] = "lower case character in document title", "missing manual section, using \"\"", "unknown manual section", - "unknown manual volume or arch", "missing date, using today's date", "cannot parse date, using it verbatim", "missing Os macro, using \"\"", @@ -121,6 +120,7 @@ static const char * const mandocerrs[MANDOCERR_MAX] = /* related to macros and nesting */ "obsolete macro", + "macro neither callable nor escaped", "skipping paragraph macro", "moving paragraph macro out of list", "skipping no-space macro", @@ -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 \"\"",