=================================================================== RCS file: /cvs/mandoc/main.c,v retrieving revision 1.157 retrieving revision 1.158 diff -u -p -r1.157 -r1.158 --- mandoc/main.c 2011/03/21 12:04:26 1.157 +++ mandoc/main.c 2011/03/22 10:35:26 1.158 @@ -1,4 +1,4 @@ -/* $Id: main.c,v 1.157 2011/03/21 12:04:26 kristaps Exp $ */ +/* $Id: main.c,v 1.158 2011/03/22 10:35:26 kristaps Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010, 2011 Ingo Schwarze @@ -168,6 +168,7 @@ static const char * const mandocerrs[MANDOCERR_MAX] = "generic fatal error", + "not a manual", "column syntax is inconsistent", "NOT IMPLEMENTED: .Bd -file", "line scope broken, syntax violated",