summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-12-05 15:55:01 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-12-05 15:55:01 +0000
commitda864306deafefa98f63fe802fa901c9aec68f65 (patch)
treed2c992b5d14975fd6dd68e2ec32344c1a233d599 /main.c
parent17d87274a35b068e7bf8fa10374f640943cf7bb4 (diff)
downloadmandoc-da864306deafefa98f63fe802fa901c9aec68f65.tar.gz
Remove long-standing FIXME regarding the consolidation of WIDTHARG and
NOARGV warnings. From patch by schwarze@.
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.c b/main.c
index e884a636..64166f6c 100644
--- a/main.c
+++ b/main.c
@@ -133,7 +133,6 @@ static const char * const mandocerrs[MANDOCERR_MAX] = {
"bad escape sequence",
"unterminated quoted string",
"argument requires the width argument",
- "superfluous width argument",
"bad date argument",
"bad width argument",
"unknown manual section",