=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/mandoc.h,v retrieving revision 1.41 retrieving revision 1.42 diff -c -r1.41 -r1.42 *** src/usr.bin/mandoc/mandoc.h 2011/10/09 17:59:56 1.41 --- src/usr.bin/mandoc/mandoc.h 2011/11/05 16:02:18 1.42 *************** *** 1,4 **** ! /* $Id: mandoc.h,v 1.41 2011/10/09 17:59:56 schwarze Exp $ */ /* * Copyright (c) 2010, 2011 Kristaps Dzonsons * --- 1,4 ---- ! /* $Id: mandoc.h,v 1.42 2011/11/05 16:02:18 schwarze Exp $ */ /* * Copyright (c) 2010, 2011 Kristaps Dzonsons * *************** *** 150,156 **** MANDOCERR_NOTMANUAL, /* manual isn't really a manual */ MANDOCERR_COLUMNS, /* column syntax is inconsistent */ MANDOCERR_BADDISP, /* NOT IMPLEMENTED: .Bd -file */ - MANDOCERR_SYNTLINESCOPE, /* line scope broken, syntax violated */ MANDOCERR_SYNTARGVCOUNT, /* argument count wrong, violates syntax */ MANDOCERR_SYNTCHILD, /* child violates parent syntax */ MANDOCERR_SYNTARGCOUNT, /* argument count wrong, violates syntax */ --- 150,155 ----