=================================================================== RCS file: /cvs/mandoc/main.c,v retrieving revision 1.118 retrieving revision 1.119 diff -u -p -r1.118 -r1.119 --- mandoc/main.c 2010/12/05 15:55:01 1.118 +++ mandoc/main.c 2010/12/06 11:01:19 1.119 @@ -1,4 +1,4 @@ -/* $Id: main.c,v 1.118 2010/12/05 15:55:01 kristaps Exp $ */ +/* $Id: main.c,v 1.119 2010/12/06 11:01:19 kristaps Exp $ */ /* * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons * Copyright (c) 2010 Ingo Schwarze @@ -187,6 +187,7 @@ static const char * const mandocerrs[MANDOCERR_MAX] = "unsupported display type", "blocks badly nested", "no such block is open", + "missing end of block", "line scope broken, syntax violated", "argument count wrong, violates syntax", "child violates parent syntax",