summaryrefslogtreecommitdiffstats
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
commit94b5e78c3c72288a055e1760e2dcebb95873c0a0 (patch)
tree2c4a527fb2fd995a9a527185e4c9b5ebb7174025 /read.c
parentd04c6341b9459e49c141ef24f7c7b8956dd53c31 (diff)
downloadmandoc-94b5e78c3c72288a055e1760e2dcebb95873c0a0.tar.gz
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.c1
1 files changed, 0 insertions, 1 deletions
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",