=================================================================== RCS file: /cvs/mandoc/main.c,v retrieving revision 1.109 retrieving revision 1.110 diff -u -p -r1.109 -r1.110 --- mandoc/main.c 2010/11/29 15:45:15 1.109 +++ mandoc/main.c 2010/12/01 10:31:34 1.110 @@ -1,4 +1,4 @@ -/* $Id: main.c,v 1.109 2010/11/29 15:45:15 kristaps Exp $ */ +/* $Id: main.c,v 1.110 2010/12/01 10:31:34 kristaps Exp $ */ /* * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons * Copyright (c) 2010 Ingo Schwarze @@ -159,6 +159,7 @@ static const char * const mandocerrs[MANDOCERR_MAX] = "no text in this context", "bad comment style", "unknown macro will be lost", + "NOT IMPLEMENTED: skipping request", "line scope broken", "argument count wrong", "request scope close w/none open",