aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress
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
commit12bd5ba1acfc34cc1274b3b3d2c1a9e28978bb6e (patch)
tree3f52fef3639d5f03ff253146f32112017cc0ce7f /regress
parentcdd2b3c33fbd3e98ec382b355b933fe87e0bd605 (diff)
downloadmandoc-12bd5ba1acfc34cc1274b3b3d2c1a9e28978bb6e.tar.gz
mandoc-12bd5ba1acfc34cc1274b3b3d2c1a9e28978bb6e.tar.zst
mandoc-12bd5ba1acfc34cc1274b3b3d2c1a9e28978bb6e.zip
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')
-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..80285012
--- /dev/null
+++ b/regress/mdoc/Fd/fd.in
@@ -0,0 +1,22 @@
+.Dd $Mdocdate: June 4 2010 $
+.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