diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-06-04 21:05:39 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-06-04 21:05:39 +0000 |
commit | 8c29167218188f6baf91ea99e4a5cd3e70080638 (patch) | |
tree | b391112ae69692eae77d166b5f29f41995db38d7 /regress/mdoc | |
parent | bf61435dc0abfd7e6ec28cc908580306d14676f3 (diff) | |
download | mandoc-8c29167218188f6baf91ea99e4a5cd3e70080638.tar.gz |
Fixed `Fd' to format in the right way. Found when confused by what the
hell `Fd' is supposed to do anyway (answer: it's a historical macro and
we shouldn't be doing anything with it anyway).
Diffstat (limited to 'regress/mdoc')
-rw-r--r-- | regress/mdoc/Fd/fd.in | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/regress/mdoc/Fd/fd.in b/regress/mdoc/Fd/fd.in new file mode 100644 index 00000000..a4a5e0ac --- /dev/null +++ b/regress/mdoc/Fd/fd.in @@ -0,0 +1,22 @@ +.Dd $Mdocdate$ +.Dt FOO +.Os +.Sh NAME +.Nm foo +.Nd bar +.Sh SYNOPSIS +1 +.Fl +.Fd 2 3 4 +.Fd 3 +4 +.Sh DESCRIPTION +1 +.Fd 2 +.Fd 3 +4 +.Sh BLAH +1 +.Fd 2 +.Fd 3 +4 |