=================================================================== RCS file: /cvs/mandoc/read.c,v retrieving revision 1.127 retrieving revision 1.128 diff -u -p -r1.127 -r1.128 --- mandoc/read.c 2015/02/20 22:40:38 1.127 +++ mandoc/read.c 2015/02/23 13:31:04 1.128 @@ -1,4 +1,4 @@ -/* $Id: read.c,v 1.127 2015/02/20 22:40:38 schwarze Exp $ */ +/* $Id: read.c,v 1.128 2015/02/23 13:31:04 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010-2015 Ingo Schwarze @@ -109,7 +109,10 @@ static const char * const mandocerrs[MANDOCERR_MAX] = "no document body", "content before first section header", "first section is not \"NAME\"", - "bad NAME section contents", + "NAME section without name", + "NAME section without description", + "description not at the end of NAME", + "bad NAME section content", "missing description line, using \"\"", "sections out of conventional order", "duplicate section title",