=================================================================== RCS file: /cvs/mandoc/main.c,v retrieving revision 1.76 retrieving revision 1.77 diff -u -p -r1.76 -r1.77 --- mandoc/main.c 2010/05/16 10:59:36 1.76 +++ mandoc/main.c 2010/05/16 19:08:11 1.77 @@ -1,4 +1,4 @@ -/* $Id: main.c,v 1.76 2010/05/16 10:59:36 kristaps Exp $ */ +/* $Id: main.c,v 1.77 2010/05/16 19:08:11 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -799,6 +799,7 @@ static const char * const mandocerrs[MANDOCERR_MAX] = "ok", "multi-line scope open on exit", "request for scope closure when no matching scope is open", + "macro requires line argument(s)", "line arguments will be lost", "memory exhausted" };