=================================================================== RCS file: /cvs/mandoc/main.c,v retrieving revision 1.77 retrieving revision 1.78 diff -u -p -r1.77 -r1.78 --- mandoc/main.c 2010/05/16 19:08:11 1.77 +++ mandoc/main.c 2010/05/16 22:28:33 1.78 @@ -1,4 +1,4 @@ -/* $Id: main.c,v 1.77 2010/05/16 19:08:11 kristaps Exp $ */ +/* $Id: main.c,v 1.78 2010/05/16 22:28:33 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -798,8 +798,8 @@ mwarn(void *arg, int line, int col, const char *msg) 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)", + "request for scope closure when no matching scope is open: ignored", + "macro requires line argument(s): ignored", "line arguments will be lost", "memory exhausted" };