=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/mandoc.h,v retrieving revision 1.51 retrieving revision 1.52 diff -c -r1.51 -r1.52 *** src/usr.bin/mandoc/mandoc.h 2013/05/31 21:37:08 1.51 --- src/usr.bin/mandoc/mandoc.h 2013/07/13 12:51:37 1.52 *************** *** 1,7 **** ! /* $Id: mandoc.h,v 1.51 2013/05/31 21:37:08 schwarze Exp $ */ /* * Copyright (c) 2010, 2011 Kristaps Dzonsons ! * Copyright (c) 2012 Ingo Schwarze * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above --- 1,7 ---- ! /* $Id: mandoc.h,v 1.52 2013/07/13 12:51:37 schwarze Exp $ */ /* * Copyright (c) 2010, 2011 Kristaps Dzonsons ! * Copyright (c) 2012, 2013 Ingo Schwarze * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above *************** *** 145,150 **** --- 145,151 ---- MANDOCERR_NOARGS, /* macro requires line argument(s) */ MANDOCERR_NOBODY, /* macro requires body argument(s) */ MANDOCERR_NOARGV, /* macro requires argument(s) */ + MANDOCERR_NUMERIC, /* request requires a numeric argument */ MANDOCERR_LISTTYPE, /* missing list type */ MANDOCERR_ARGSLOST, /* line argument(s) will be lost */ MANDOCERR_BODYLOST, /* body argument(s) will be lost */