]> git.cameronkatri.com Git - mandoc.git/blob - regress/char/space/leading-mdoc.in
Issue a STYLE message when normalizing the date format in .Dd/.TH.
[mandoc.git] / regress / char / space / leading-mdoc.in
1 .\" $OpenBSD: leading-mdoc.in,v 1.4 2017/07/04 14:53:23 schwarze Exp $
2 .Dd $Mdocdate: July 4 2017 $
3 .Dt SPACE-LEADING_MDOC 1
4 .Os
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