summaryrefslogtreecommitdiffstatshomepage
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
commit9e1c8c4504be3ee8555871134f21b59fba7bd8ac (patch)
treef962a1dc9d54009b312c3de97f2013da79ae5c9f /main.c
parentaf1a16ee46c535e7e97fe26fc4c6c05844de41e2 (diff)
downloadmandoc-9e1c8c4504be3ee8555871134f21b59fba7bd8ac.tar.gz
mandoc-9e1c8c4504be3ee8555871134f21b59fba7bd8ac.tar.zst
mandoc-9e1c8c4504be3ee8555871134f21b59fba7bd8ac.zip
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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.c b/main.c
index d397d3dd..0c014da1 100644
--- a/main.c
+++ b/main.c
@@ -1,4 +1,4 @@
-/* $Id: main.c,v 1.87 2010/06/12 10:09:19 kristaps Exp $ */
+/* $Id: main.c,v 1.88 2010/06/12 11:41:50 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -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",