[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.2

1.2     ! schwarze    1: .\" $OpenBSD: leading-mdoc.in,v 1.4 2017/07/04 14:53:23 schwarze Exp $
        !             2: .Dd $Mdocdate: July 4 2017 $
1.1       schwarze    3: .Dt SPACE-LEADING_MDOC 1
1.2     ! schwarze    4: .Os
1.1       schwarze    5: .Sh NAME
                      6: .Nm space-leading-mdoc
                      7: .Nd leading spaces on text lines in mdoc documents
                      8: .Sh DESCRIPTION
                      9: normal line of text
                     10: second normal line
                     11:  line with a leading space
                     12: .Ux
                     13: normal line after a macro line
                     14: .Ux
                     15:  leading space after a macro line
                     16: .Bd -literal
                     17: normal line in a literal display
                     18:  leading space in a literal display
                     19: another normal line
                     20: .Ed
                     21: .Bd -filled
                     22: normal line in a filled display
                     23:  leading space in a filled display
                     24: another normal line
                     25: .Ed

CVSweb