aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/read.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-07-30 23:38:52 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-07-30 23:38:52 +0000
commit0190b5d7285fc827bbcf891fc40e4debd1150213 (patch)
treec6bc0e343a1933184f5a49bef49c49f2d5d573e3 /read.c
parent402f3efa27669efc0b793dbed0c7e590ee577ef3 (diff)
downloadmandoc-0190b5d7285fc827bbcf891fc40e4debd1150213.tar.gz
mandoc-0190b5d7285fc827bbcf891fc40e4debd1150213.tar.zst
mandoc-0190b5d7285fc827bbcf891fc40e4debd1150213.zip
Remove the useless FATAL error "argument count wrong, violates syntax".
The last remaining instance was .It in .Bl -column with more than one excessive .Ta. However, simply downgrading from FATAL to ERROR, it just works fine, almost the same way as in groff, without any other changes.
Diffstat (limited to 'read.c')
-rw-r--r--read.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/read.c b/read.c
index dd336570..201100cd 100644
--- a/read.c
+++ b/read.c
@@ -1,4 +1,4 @@
-/* $Id: read.c,v 1.73 2014/07/30 17:06:26 schwarze Exp $ */
+/* $Id: read.c,v 1.74 2014/07/30 23:38:52 schwarze Exp $ */
/*
* Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2010-2014 Ingo Schwarze <schwarze@openbsd.org>
@@ -207,7 +207,6 @@ static const char * const mandocerrs[MANDOCERR_MAX] = {
"input too large",
"column syntax is inconsistent",
"NOT IMPLEMENTED: .Bd -file",
- "argument count wrong, violates syntax",
"NOT IMPLEMENTED: .so with absolute path or \"..\"",
".so request failed",
"static buffer exhausted",