From 94b5e78c3c72288a055e1760e2dcebb95873c0a0 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Wed, 30 Jul 2014 23:38:52 +0000 Subject: 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. --- read.c | 1 - 1 file changed, 1 deletion(-) (limited to 'read.c') diff --git a/read.c b/read.c index cfd641b2..eb23870d 100644 --- a/read.c +++ b/read.c @@ -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", -- cgit