summaryrefslogtreecommitdiffstats
path: root/regress/mdoc/Fd
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-06-04 21:05:39 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-06-04 21:05:39 +0000
commit8c29167218188f6baf91ea99e4a5cd3e70080638 (patch)
treeb391112ae69692eae77d166b5f29f41995db38d7 /regress/mdoc/Fd
parentbf61435dc0abfd7e6ec28cc908580306d14676f3 (diff)
downloadmandoc-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/Fd')
-rw-r--r--regress/mdoc/Fd/fd.in22
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