=================================================================== RCS file: /cvs/mandoc/regress/mdoc/break/twice.in,v retrieving revision 1.1 retrieving revision 1.3 diff -u -p -r1.1 -r1.3 --- mandoc/regress/mdoc/break/twice.in 2017/02/08 03:03:16 1.1 +++ mandoc/regress/mdoc/break/twice.in 2017/07/04 15:26:26 1.3 @@ -1,11 +1,12 @@ -.Dd February 12, 2015 +.\" $OpenBSD: twice.in,v 1.3 2017/07/04 15:26:26 schwarze Exp $ +.Dd $Mdocdate: July 4 2017 $ .Dt BREAK-TWICE 1 -.Os OpenBSD +.Os .Sh NAME .Nm break-twice .Nd breaking the same block twice .Sh DESCRIPTION -Standard case, explicit: +Standard case, fully explicit: .Bo bo .Bro bro .Ao ao brc @@ -13,12 +14,12 @@ Standard case, explicit: .Bc ac .Ac .Pp -Standard case, implicit: +Standard case, implicit broken block: .Bo bo .Bro bro .Aq aq brc Brc bc Bc eol .Pp -Two of the same kind, explicit: +Two of the same kind, fully explicit: .Bo bo .Bo bo .Ao ao bc @@ -26,7 +27,16 @@ Two of the same kind, explicit: .Bc ac .Ac .Pp -Two of the same kind, implicit: +Two of the same kind, implicit broken block: .Bo bo .Bo bo .Aq aq bc Bc bc Bc eol +.Pp +Two implicit breakers: +.Bl -dash +.Aq aq Bq bq Po po +pc +.Pc +.It +it +.El