=================================================================== RCS file: /cvs/mandoc/read.c,v retrieving revision 1.123 retrieving revision 1.124 diff -u -p -r1.123 -r1.124 --- mandoc/read.c 2015/02/06 03:38:45 1.123 +++ mandoc/read.c 2015/02/06 07:13:14 1.124 @@ -1,4 +1,4 @@ -/* $Id: read.c,v 1.123 2015/02/06 03:38:45 schwarze Exp $ */ +/* $Id: read.c,v 1.124 2015/02/06 07:13:14 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010-2015 Ingo Schwarze @@ -136,8 +136,8 @@ static const char * const mandocerrs[MANDOCERR_MAX] = "skipping empty request", "conditional request controls empty scope", "skipping empty macro", + "empty block", "empty argument, using 0n", - "argument count wrong", "missing display type, using -ragged", "list type is not the first argument", "missing -width in -tag list, using 8n",