=================================================================== RCS file: /cvs/mandoc/main.c,v retrieving revision 1.119 retrieving revision 1.120 diff -u -p -r1.119 -r1.120 --- mandoc/main.c 2010/12/06 11:01:19 1.119 +++ mandoc/main.c 2010/12/06 15:31:19 1.120 @@ -1,4 +1,4 @@ -/* $Id: main.c,v 1.119 2010/12/06 11:01:19 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",