aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.c b/main.c
index 7ad8a3e5..a66475fb 100644
--- a/main.c
+++ b/main.c
@@ -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 <kristaps@kth.se>
*
@@ -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"
};