aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/read.c
diff options
context:
space:
mode:
Diffstat (limited to 'read.c')
-rw-r--r--read.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/read.c b/read.c
index 090f5261..5f381584 100644
--- a/read.c
+++ b/read.c
@@ -1,4 +1,4 @@
-/* $Id: read.c,v 1.116 2015/01/26 00:57:22 schwarze Exp $ */
+/* $Id: read.c,v 1.117 2015/01/26 13:03:48 schwarze Exp $ */
/*
* Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2010-2015 Ingo Schwarze <schwarze@openbsd.org>
@@ -224,6 +224,7 @@ static const char * const mandocerrs[MANDOCERR_MAX] = {
"unsupported roff request",
"unsupported table layout",
"ignoring macro in table",
+ "eqn in tbl",
};
static const char * const mandoclevels[MANDOCLEVEL_MAX] = {