aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Fl/Makefile
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-03-07 13:28:02 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-03-07 13:28:02 +0000
commit510b3c8287817db66b5cc52d4532763c113e341d (patch)
tree5f16f55d95981fc8029f035291b80e5de3413397 /regress/mdoc/Fl/Makefile
parent65a4977ab032daa686d1fb9c4b076d62a13329e8 (diff)
downloadmandoc-510b3c8287817db66b5cc52d4532763c113e341d.tar.gz
mandoc-510b3c8287817db66b5cc52d4532763c113e341d.tar.zst
mandoc-510b3c8287817db66b5cc52d4532763c113e341d.zip
fix spacing after empty .Fl
Diffstat (limited to 'regress/mdoc/Fl/Makefile')
-rw-r--r--regress/mdoc/Fl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/mdoc/Fl/Makefile b/regress/mdoc/Fl/Makefile
index b024856e..df24f7c0 100644
--- a/regress/mdoc/Fl/Makefile
+++ b/regress/mdoc/Fl/Makefile
@@ -1,6 +1,6 @@
# $OpenBSD: Makefile,v 1.8 2014/08/21 12:56:24 schwarze Exp $
REGRESS_TARGETS = noarg multiarg parsed punct font
-MARKDOWN_TARGETS = noarg multiarg punct font
+MARKDOWN_TARGETS = noarg multiarg parsed punct font
.include <bsd.regress.mk>