=================================================================== RCS file: /cvs/mandoc/read.c,v retrieving revision 1.172 retrieving revision 1.175 diff -u -p -r1.172 -r1.175 --- mandoc/read.c 2017/06/07 23:29:48 1.172 +++ mandoc/read.c 2017/06/11 17:16:51 1.175 @@ -1,4 +1,4 @@ -/* $Id: read.c,v 1.172 2017/06/07 23:29:48 schwarze Exp $ */ +/* $Id: read.c,v 1.175 2017/06/11 17:16:51 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010-2017 Ingo Schwarze @@ -93,6 +93,8 @@ static const char * const mandocerrs[MANDOCERR_MAX] = "errnos out of order", "duplicate errno", "description line ends with a full stop", + "no blank before trailing delimiter", + "function name without markup", "generic warning", @@ -177,6 +179,7 @@ static const char * const mandocerrs[MANDOCERR_MAX] = "unknown AT&T UNIX version", "comma in function argument", "parenthesis in function name", + "unknown library name", "invalid content in Rs block", "invalid Boolean argument", "unknown font, skipping request",