=================================================================== RCS file: /cvs/mandoc/read.c,v retrieving revision 1.170 retrieving revision 1.172 diff -u -p -r1.170 -r1.172 --- mandoc/read.c 2017/06/04 00:13:15 1.170 +++ mandoc/read.c 2017/06/07 23:29:48 1.172 @@ -1,4 +1,4 @@ -/* $Id: read.c,v 1.170 2017/06/04 00:13:15 schwarze Exp $ */ +/* $Id: read.c,v 1.172 2017/06/07 23:29:48 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010-2017 Ingo Schwarze @@ -90,6 +90,8 @@ static const char * const mandocerrs[MANDOCERR_MAX] = "useless macro", "consider using OS macro", + "errnos out of order", + "duplicate errno", "description line ends with a full stop", "generic warning", @@ -227,6 +229,7 @@ static const char * const mandocerrs[MANDOCERR_MAX] = "NOT IMPLEMENTED: Bd -file", "skipping display without arguments", "missing list type, using -item", + "argument is not numeric, using 1", "missing manual name, using \"\"", "uname(3) system call failed, using UNKNOWN", "unknown standard specifier",