=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/mandoc.h,v retrieving revision 1.47 retrieving revision 1.48 diff -c -r1.47 -r1.48 *** src/usr.bin/mandoc/mandoc.h 2012/07/12 15:09:50 1.47 --- src/usr.bin/mandoc/mandoc.h 2012/07/18 11:09:30 1.48 *************** *** 1,4 **** ! /* $Id: mandoc.h,v 1.47 2012/07/12 15:09:50 schwarze Exp $ */ /* * Copyright (c) 2010, 2011 Kristaps Dzonsons * --- 1,4 ---- ! /* $Id: mandoc.h,v 1.48 2012/07/18 11:09:30 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_MOVEPAR, /* moving paragraph macro out of list */ MANDOCERR_IGNNS, /* skipping no-space macro */ MANDOCERR_SCOPENEST, /* blocks badly nested */ MANDOCERR_CHILD, /* child violates parent syntax */