=================================================================== RCS file: /cvs/mandoc/read.c,v retrieving revision 1.86 retrieving revision 1.87 diff -u -p -r1.86 -r1.87 --- mandoc/read.c 2014/09/07 23:25:01 1.86 +++ mandoc/read.c 2014/09/11 23:53:30 1.87 @@ -1,4 +1,4 @@ -/* $Id: read.c,v 1.86 2014/09/07 23:25:01 schwarze Exp $ */ +/* $Id: read.c,v 1.87 2014/09/11 23:53:30 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010-2014 Ingo Schwarze @@ -117,6 +117,8 @@ 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 */