diff options
Diffstat (limited to 'regress/mdoc/Bd/bd0.in')
-rw-r--r-- | regress/mdoc/Bd/bd0.in | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/regress/mdoc/Bd/bd0.in b/regress/mdoc/Bd/bd0.in new file mode 100644 index 00000000..16921d3c --- /dev/null +++ b/regress/mdoc/Bd/bd0.in @@ -0,0 +1,28 @@ +.Dd $Mdocdate$ +.Dt FOO 1 +.Os +.Sh NAME +.Nm foo +.Nd bar +.Sh DESCRIPTION +1 +.Em who are you? +.Bd -ragged +a b +c d +.Ed +2 +.Bd -unfilled +a b +c d +.Ed +3 +.Bd -filled +a b +c d +.Ed +4 +.Bd -literal +a b +c d +.Ed |