=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/mandoc.h,v retrieving revision 1.31 retrieving revision 1.32 diff -c -r1.31 -r1.32 *** src/usr.bin/mandoc/mandoc.h 2011/01/16 19:27:25 1.31 --- src/usr.bin/mandoc/mandoc.h 2011/02/06 17:33:20 1.32 *************** *** 1,4 **** ! /* $Id: mandoc.h,v 1.31 2011/01/16 19:27:25 schwarze Exp $ */ /* * Copyright (c) 2010, 2011 Kristaps Dzonsons * --- 1,4 ---- ! /* $Id: mandoc.h,v 1.32 2011/02/06 17:33:20 schwarze Exp $ */ /* * Copyright (c) 2010, 2011 Kristaps Dzonsons * *************** *** 68,73 **** --- 68,74 ---- /* related to macros and nesting */ MANDOCERR_MACROOBS, /* skipping obsolete macro */ MANDOCERR_IGNPAR, /* skipping paragraph macro */ + MANDOCERR_IGNNS, /* skipping no-space macro */ MANDOCERR_SCOPENEST, /* blocks badly nested */ MANDOCERR_CHILD, /* child violates parent syntax */ MANDOCERR_NESTEDDISP, /* nested displays are not portable */