aboutsummaryrefslogtreecommitdiffstatshomepage
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
commitccc48ef0cb2c302ab906918b551244c55c40d4bf (patch)
treec75fe22a997c1c4a5ea3cc6583aee402e72bd935 /main.c
parent5f27623657f4ddca94ff04ce11a91213fa4583a9 (diff)
downloadmandoc-ccc48ef0cb2c302ab906918b551244c55c40d4bf.tar.gz
mandoc-ccc48ef0cb2c302ab906918b551244c55c40d4bf.tar.zst
mandoc-ccc48ef0cb2c302ab906918b551244c55c40d4bf.zip
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.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/main.c b/main.c
index 0f6994f8..101ea941 100644
--- a/main.c
+++ b/main.c
@@ -1,4 +1,4 @@
-/* $Id: main.c,v 1.117 2010/12/05 15:49:37 kristaps Exp $ */
+/* $Id: main.c,v 1.118 2010/12/05 15:55:01 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2010 Ingo Schwarze <schwarze@openbsd.org>
@@ -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",