=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/read.c,v retrieving revision 1.62 retrieving revision 1.63 diff -u -r1.62 -r1.63 --- src/usr.bin/mandoc/read.c 2014/09/07 23:24:33 1.62 +++ src/usr.bin/mandoc/read.c 2014/09/11 23:52:47 1.63 @@ -1,4 +1,4 @@ -/* $OpenBSD: read.c,v 1.62 2014/09/07 23:24:33 schwarze Exp $ */ +/* $OpenBSD: read.c,v 1.63 2014/09/11 23:52:47 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010-2014 Ingo Schwarze @@ -111,6 +111,8 @@ "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 */