=================================================================== RCS file: /cvs/mandoc/main.c,v retrieving revision 1.118 retrieving revision 1.120 diff -u -p -r1.118 -r1.120 --- mandoc/main.c 2010/12/05 15:55:01 1.118 +++ mandoc/main.c 2010/12/06 15:31:19 1.120 @@ -1,4 +1,4 @@ -/* $Id: main.c,v 1.118 2010/12/05 15:55:01 kristaps Exp $ */ +/* $Id: main.c,v 1.120 2010/12/06 15:31:19 kristaps Exp $ */ /* * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons * Copyright (c) 2010 Ingo Schwarze @@ -144,6 +144,7 @@ static const char * const mandocerrs[MANDOCERR_MAX] = "NAME section must come first", "bad Boolean value", + "unknown font", "child violates parent syntax", "displays may not be nested", "bad AT&T symbol", @@ -187,6 +188,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",