=================================================================== RCS file: /cvs/mandoc/read.c,v retrieving revision 1.85 retrieving revision 1.88 diff -u -p -r1.85 -r1.88 --- mandoc/read.c 2014/09/07 02:17:40 1.85 +++ mandoc/read.c 2014/09/12 00:54:10 1.88 @@ -1,4 +1,4 @@ -/* $Id: read.c,v 1.85 2014/09/07 02:17:40 schwarze Exp $ */ +/* $Id: read.c,v 1.88 2014/09/12 00:54:10 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010-2014 Ingo Schwarze @@ -117,6 +117,9 @@ static const char * const mandocerrs[MANDOCERR_MAX] = "sections out of conventional order", "duplicate section title", "unexpected section", + "unusual Xr order", + "unusual Xr punctuation", + "AUTHORS section without An macro", /* related to macros and nesting */ "obsolete macro", @@ -155,6 +158,7 @@ static const char * const mandocerrs[MANDOCERR_MAX] = "skipping duplicate list type", "skipping -width argument", "unknown AT&T UNIX version", + "comma in function argument", "invalid content in Rs block", "invalid Boolean argument", "unknown font, skipping request",