=================================================================== RCS file: /cvs/mandoc/read.c,v retrieving revision 1.174 retrieving revision 1.178 diff -u -p -r1.174 -r1.178 --- mandoc/read.c 2017/06/10 01:48:53 1.174 +++ mandoc/read.c 2017/06/17 23:07:00 1.178 @@ -1,4 +1,4 @@ -/* $Id: read.c,v 1.174 2017/06/10 01:48:53 schwarze Exp $ */ +/* $Id: read.c,v 1.178 2017/06/17 23:07:00 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010-2017 Ingo Schwarze @@ -88,12 +88,18 @@ static const char * const mandocerrs[MANDOCERR_MAX] = "generic style suggestion", + "Mdocdate found", + "Mdocdate missing", + "legacy man(7) date format", + "RCS id missing", + "duplicate RCS id", "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",