=================================================================== RCS file: /cvs/mandoc/read.c,v retrieving revision 1.150.2.3 retrieving revision 1.150.2.4 diff -u -p -r1.150.2.3 -r1.150.2.4 --- mandoc/read.c 2017/01/09 02:21:37 1.150.2.3 +++ mandoc/read.c 2017/01/09 02:24:01 1.150.2.4 @@ -1,7 +1,7 @@ -/* $Id: read.c,v 1.150.2.3 2017/01/09 02:21:37 schwarze Exp $ */ +/* $Id: read.c,v 1.150.2.4 2017/01/09 02:24:01 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons - * Copyright (c) 2010-2016 Ingo Schwarze + * Copyright (c) 2010-2017 Ingo Schwarze * Copyright (c) 2010, 2012 Joerg Sonnenberger * * Permission to use, copy, modify, and distribute this software for any @@ -110,10 +110,11 @@ static const char * const mandocerrs[MANDOCERR_MAX] = "no document body", "content before first section header", "first section is not \"NAME\"", - "NAME section without name", + "NAME section without Nm before Nd", "NAME section without description", "description not at the end of NAME", "bad NAME section content", + "missing comma before name", "missing description line, using \"\"", "sections out of conventional order", "duplicate section title", @@ -152,6 +153,7 @@ static const char * const mandocerrs[MANDOCERR_MAX] = "unknown font type, using \\fR", "nothing follows prefix", "empty reference block", + "missing section argument", "missing -std argument, adding it", "missing option string, using \"\"", "missing resource identifier, using \"\"",