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

Annotation of mandoc/regress/mdoc/Bd/paragraph.in, Revision 1.1

1.1     ! schwarze    1: .\" $OpenBSD: paragraph.in,v 1.1 2019/01/07 06:51:37 schwarze Exp $
        !             2: .Dd $Mdocdate: January 7 2019 $
        !             3: .Dt BD-PARAGRAPH 1
        !             4: .Os
        !             5: .Sh NAME
        !             6: .Nm Bd-paragraph
        !             7: .Nd interaction of paragraphs and displays
        !             8: .Sh DESCRIPTION
        !             9: BEGINTEST
        !            10: initial
        !            11: text
        !            12: .Pp
        !            13: normal
        !            14: paragraph
        !            15: .Bd -filled
        !            16: filled
        !            17: display
        !            18: .Pp
        !            19: paragraph
        !            20: in display
        !            21: .Ed
        !            22: back
        !            23: to normal
        !            24: .Pp
        !            25: another
        !            26: paragraph
        !            27: .Bd -unfilled
        !            28: unfilled
        !            29: display
        !            30: .Pp
        !            31: unfilled
        !            32: paragraph
        !            33: .Ed
        !            34: again back
        !            35: to normal
        !            36: .br
        !            37: ENDTEST
        !            38: .br
        !            39: end of file

CVSweb