[BACK]Return to bd-empty-offset.in CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / mdoc / Bd

File: [cvsweb.bsd.lv] / mandoc / regress / mdoc / Bd / Attic / bd-empty-offset.in (download)

Revision 1.1, Sat Jun 12 11:41:50 2010 UTC (13 years, 11 months ago) by kristaps
Branch: MAIN
CVS Tags: VERSION_1_12_1, VERSION_1_12_0, VERSION_1_11_7, VERSION_1_11_6, VERSION_1_11_5, VERSION_1_11_4, VERSION_1_11_3, VERSION_1_11_2, VERSION_1_11_1, VERSION_1_10_9, VERSION_1_10_8, VERSION_1_10_7, VERSION_1_10_6, VERSION_1_10_5_PREPDF, VERSION_1_10_5, VERSION_1_10_4, VERSION_1_10_3, VERSION_1_10_2, VERSION_1_10_10

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).

.Dd $Mdocdate: June 12 2010 $
.Dt FOO 1
.Os
.Sh NAME
.Nm foo
.Nd bar
.Sh DESCRIPTION
1
.Bd -literal -offset
a b
c d
.Ed
2
1
.Bd -filled -offset
a b
c d
.Ed
2
1
.Bd -ragged -offset
a b
c d
.Ed
2
1
.Bd -unfilled -offset
a b
c d
.Ed
2