[BACK]Return to leading-mdoc.in CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / char / space

Annotation of mandoc/regress/char/space/leading-mdoc.in, Revision 1.1

1.1     ! schwarze    1: .Dd January 15, 2011
        !             2: .Dt SPACE-LEADING_MDOC 1
        !             3: .Os OpenBSD
        !             4: .Sh NAME
        !             5: .Nm space-leading-mdoc
        !             6: .Nd leading spaces on text lines in mdoc documents
        !             7: .Sh DESCRIPTION
        !             8: normal line of text
        !             9: second normal line
        !            10:  line with a leading space
        !            11: .Ux
        !            12: normal line after a macro line
        !            13: .Ux
        !            14:  leading space after a macro line
        !            15: .Bd -literal
        !            16: normal line in a literal display
        !            17:  leading space in a literal display
        !            18: another normal line
        !            19: .Ed
        !            20: .Bd -filled
        !            21: normal line in a filled display
        !            22:  leading space in a filled display
        !            23: another normal line
        !            24: .Ed

CVSweb