=================================================================== RCS file: /cvs/mandoc/mandoc.h,v retrieving revision 1.196 retrieving revision 1.197 diff -u -p -r1.196 -r1.197 --- mandoc/mandoc.h 2015/02/04 18:03:47 1.196 +++ mandoc/mandoc.h 2015/02/06 03:38:45 1.197 @@ -1,4 +1,4 @@ -/* $Id: mandoc.h,v 1.196 2015/02/04 18:03:47 schwarze Exp $ */ +/* $Id: mandoc.h,v 1.197 2015/02/06 03:38:45 schwarze Exp $ */ /* * Copyright (c) 2010, 2011, 2014 Kristaps Dzonsons * Copyright (c) 2010-2015 Ingo Schwarze @@ -98,6 +98,7 @@ enum mandocerr { MANDOCERR_BL_LATETYPE, /* list type is not the first argument: Bl arg */ MANDOCERR_BL_NOWIDTH, /* missing -width in -tag list, using 8n */ MANDOCERR_EX_NONAME, /* missing utility name, using "": Ex */ + MANDOCERR_FO_NOHEAD, /* missing function name, using "": Fo */ MANDOCERR_IT_NOHEAD, /* empty head in list item: Bl -type It */ MANDOCERR_IT_NOBODY, /* empty list item: Bl -type It */ MANDOCERR_BF_NOFONT, /* missing font type, using \fR: Bf */