=================================================================== RCS file: /cvs/mandoc/main.c,v retrieving revision 1.141 retrieving revision 1.142 diff -u -p -r1.141 -r1.142 --- mandoc/main.c 2011/01/25 12:24:27 1.141 +++ mandoc/main.c 2011/02/02 21:40:45 1.142 @@ -1,4 +1,4 @@ -/* $Id: main.c,v 1.141 2011/01/25 12:24:27 schwarze Exp $ */ +/* $Id: main.c,v 1.142 2011/02/02 21:40:45 kristaps Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010, 2011 Ingo Schwarze @@ -146,6 +146,7 @@ static const char * const mandocerrs[MANDOCERR_MAX] = /* related to macros and nesting */ "skipping obsolete macro", "skipping paragraph macro", + "skipping no-space macro", "blocks badly nested", "child violates parent syntax", "nested displays are not portable",