=================================================================== RCS file: /cvs/mandoc/read.c,v retrieving revision 1.173 retrieving revision 1.174 diff -u -p -r1.173 -r1.174 --- mandoc/read.c 2017/06/08 00:23:30 1.173 +++ mandoc/read.c 2017/06/10 01:48:53 1.174 @@ -1,4 +1,4 @@ -/* $Id: read.c,v 1.173 2017/06/08 00:23:30 schwarze Exp $ */ +/* $Id: read.c,v 1.174 2017/06/10 01:48:53 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010-2017 Ingo Schwarze @@ -93,6 +93,7 @@ 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", "generic warning",