=================================================================== RCS file: /cvs/mandoc/read.c,v retrieving revision 1.181 retrieving revision 1.183 diff -u -p -r1.181 -r1.183 --- mandoc/read.c 2017/06/24 18:58:33 1.181 +++ mandoc/read.c 2017/06/29 15:22:17 1.183 @@ -1,4 +1,4 @@ -/* $Id: read.c,v 1.181 2017/06/24 18:58:33 schwarze Exp $ */ +/* $Id: read.c,v 1.183 2017/06/29 15:22:17 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010-2017 Ingo Schwarze @@ -98,6 +98,7 @@ static const char * const mandocerrs[MANDOCERR_MAX] = "legacy man(7) date format", "duplicate RCS id", + "typo in section name", "useless macro", "consider using OS macro", "errnos out of order", @@ -150,6 +151,7 @@ static const char * const mandocerrs[MANDOCERR_MAX] = "blocks badly nested", "nested displays are not portable", "moving content out of list", + "first macro on line", "fill mode already enabled, skipping", "fill mode already disabled, skipping", "line scope broken", @@ -168,6 +170,7 @@ static const char * const mandocerrs[MANDOCERR_MAX] = "missing function name, using \"\"", "empty head in list item", "empty list item", + "missing argument, using next line", "missing font type, using \\fR", "unknown font type, using \\fR", "nothing follows prefix",