summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-06-12 11:41:50 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-06-12 11:41:50 +0000
commit16173bda3531a2bb54b45b2e327c8b7e2cf37fd6 (patch)
treef56dca9a70f2620b119aa051dbc980a7576967bf /main.c
parentdfe0c6ee455f4a355885a711c81c5ae06ac20160 (diff)
downloadmandoc-16173bda3531a2bb54b45b2e327c8b7e2cf37fd6.tar.gz
Removed stipulation that an empty `Bd -offset' will default to 6n. Not
sure where this came about. Added regression tests to convince myself that this is so. Also consolidated COMPATIBILITY notes regarding `Bd'. Added COMPATIBILITY note to the effect that old groff pukes on `Bd -compact -ragged' (regression test will fail on old groff).
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index f8e2e99f..1996712b 100644
--- a/main.c
+++ b/main.c
@@ -109,6 +109,7 @@ static const char * const mandocerrs[MANDOCERR_MAX] = {
"unterminated quoted string",
"argument requires the width argument",
"superfluous width argument",
+ "ignoring argument",
"bad date argument",
"bad width argument",
"unknown manual section",