diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-06-12 11:41:50 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-06-12 11:41:50 +0000 |
commit | 16173bda3531a2bb54b45b2e327c8b7e2cf37fd6 (patch) | |
tree | f56dca9a70f2620b119aa051dbc980a7576967bf /main.c | |
parent | dfe0c6ee455f4a355885a711c81c5ae06ac20160 (diff) | |
download | mandoc-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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", |