=================================================================== RCS file: /cvs/mandoc/main.c,v retrieving revision 1.95 retrieving revision 1.96 diff -u -p -r1.95 -r1.96 --- mandoc/main.c 2010/07/01 15:38:56 1.95 +++ mandoc/main.c 2010/07/02 12:54:33 1.96 @@ -1,4 +1,4 @@ -/* $Id: main.c,v 1.95 2010/07/01 15:38:56 schwarze Exp $ */ +/* $Id: main.c,v 1.96 2010/07/02 12:54:33 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -153,13 +153,13 @@ static const char * const mandocerrs[MANDOCERR_MAX] = "no title in document", "missing list type", "missing display type", + "missing font type", "line argument(s) will be lost", "body argument(s) will be lost", "generic fatal error", "column syntax is inconsistent", - "missing font type", "displays may not be nested", "unsupported display type", "blocks badly nested",