diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2014-07-30 23:38:52 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2014-07-30 23:38:52 +0000 |
commit | 94b5e78c3c72288a055e1760e2dcebb95873c0a0 (patch) | |
tree | 2c4a527fb2fd995a9a527185e4c9b5ebb7174025 /mandoc.h | |
parent | d04c6341b9459e49c141ef24f7c7b8956dd53c31 (diff) | |
download | mandoc-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 'mandoc.h')
-rw-r--r-- | mandoc.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -163,7 +163,6 @@ enum mandocerr { MANDOCERR_TOOLARGE, /* input too large */ MANDOCERR_COLUMNS, /* column syntax is inconsistent */ MANDOCERR_BADDISP, /* NOT IMPLEMENTED: .Bd -file */ - MANDOCERR_SYNTARGCOUNT, /* argument count wrong, violates syntax */ MANDOCERR_SO_PATH, /* NOT IMPLEMENTED: .so with absolute path or ".." */ MANDOCERR_SO_FAIL, /* .so request failed */ MANDOCERR_MEM, /* static buffer exhausted */ |