=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/mandoc.h,v retrieving revision 1.14 retrieving revision 1.15 diff -c -r1.14 -r1.15 *** src/usr.bin/mandoc/mandoc.h 2010/09/27 21:25:28 1.14 --- src/usr.bin/mandoc/mandoc.h 2010/10/16 20:49:37 1.15 *************** *** 1,4 **** ! /* $Id: mandoc.h,v 1.14 2010/09/27 21:25:28 schwarze Exp $ */ /* * Copyright (c) 2010 Kristaps Dzonsons * --- 1,4 ---- ! /* $Id: mandoc.h,v 1.15 2010/10/16 20:49:37 schwarze Exp $ */ /* * Copyright (c) 2010 Kristaps Dzonsons * *************** *** 100,105 **** --- 100,106 ---- MANDOCERR_ARGSLOST, /* line argument(s) will be lost */ MANDOCERR_BODYLOST, /* body argument(s) will be lost */ MANDOCERR_IGNPAR, /* paragraph macro ignored */ + MANDOCERR_TBL, /* tbl(1) error */ MANDOCERR_FATAL, /* ===== end of fatal errors ===== */