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 /regress/mdoc/Cd/cd.in | |
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 'regress/mdoc/Cd/cd.in')
-rw-r--r-- | regress/mdoc/Cd/cd.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/regress/mdoc/Cd/cd.in b/regress/mdoc/Cd/cd.in index 82e6b0a8..d966aa45 100644 --- a/regress/mdoc/Cd/cd.in +++ b/regress/mdoc/Cd/cd.in @@ -9,6 +9,8 @@ .Cd "it* at isa? port 0x2e" .Cd "it* at isa? port 0x2e" .Sh DESCRIPTION +.\" OLD GROFF WILL PUKE ON THIS PART, RENDERING IT JUST AS IT WAS +.\" RENDERED IN THE SYNOPSIS. .Cd "it* at isa? port 0x2e" .Cd "it* at isa? port 0x2e" .Cd "it* at isa? port 0x2e" |