=================================================================== RCS file: /cvs/mandoc/read.c,v retrieving revision 1.179 retrieving revision 1.182 diff -u -p -r1.179 -r1.182 --- mandoc/read.c 2017/06/24 14:38:33 1.179 +++ mandoc/read.c 2017/06/25 17:43:45 1.182 @@ -1,4 +1,4 @@ -/* $Id: read.c,v 1.179 2017/06/24 14:38:33 schwarze Exp $ */ +/* $Id: read.c,v 1.182 2017/06/25 17:43:45 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010-2017 Ingo Schwarze @@ -90,12 +90,15 @@ static const char * const mandocerrs[MANDOCERR_MAX] = "Mdocdate found", "Mdocdate missing", + "unknown architecture", + "operating system explicitly specified", "RCS id missing", "generic style suggestion", "legacy man(7) date format", "duplicate RCS id", + "typo in section name", "useless macro", "consider using OS macro", "errnos out of order",