=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/mandoc.h,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- src/usr.bin/mandoc/mandoc.h 2010/09/26 20:19:58 1.13 +++ src/usr.bin/mandoc/mandoc.h 2010/09/27 21:25:28 1.14 @@ -1,4 +1,4 @@ -/* $Id: mandoc.h,v 1.13 2010/09/26 20:19:58 schwarze Exp $ */ +/* $Id: mandoc.h,v 1.14 2010/09/27 21:25:28 schwarze Exp $ */ /* * Copyright (c) 2010 Kristaps Dzonsons * @@ -99,6 +99,7 @@ MANDOCERR_FONTTYPE, /* missing font type */ MANDOCERR_ARGSLOST, /* line argument(s) will be lost */ MANDOCERR_BODYLOST, /* body argument(s) will be lost */ + MANDOCERR_IGNPAR, /* paragraph macro ignored */ MANDOCERR_FATAL, /* ===== end of fatal errors ===== */