=================================================================== RCS file: /cvs/mandoc/read.c,v retrieving revision 1.171 retrieving revision 1.176 diff -u -p -r1.171 -r1.176 --- mandoc/read.c 2017/06/06 15:01:04 1.171 +++ mandoc/read.c 2017/06/11 19:37:01 1.176 @@ -1,4 +1,4 @@ -/* $Id: read.c,v 1.171 2017/06/06 15:01:04 schwarze Exp $ */ +/* $Id: read.c,v 1.176 2017/06/11 19:37:01 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010-2017 Ingo Schwarze @@ -88,9 +88,16 @@ static const char * const mandocerrs[MANDOCERR_MAX] = "generic style suggestion", + "Mdocdate found", + "Mdocdate missing", + "legacy man(7) date format", "useless macro", "consider using OS macro", + "errnos out of order", + "duplicate errno", "description line ends with a full stop", + "no blank before trailing delimiter", + "function name without markup", "generic warning", @@ -175,6 +182,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",