aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc
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
parent65a4977ab032daa686d1fb9c4b076d62a13329e8 (diff)
downloadmandoc-510b3c8287817db66b5cc52d4532763c113e341d.tar.gz
mandoc-510b3c8287817db66b5cc52d4532763c113e341d.tar.zst
mandoc-510b3c8287817db66b5cc52d4532763c113e341d.zip
fix spacing after empty .Fl
Diffstat (limited to 'regress/mdoc')
-rw-r--r--regress/mdoc/Fl/Makefile2
-rw-r--r--regress/mdoc/Fl/noarg.out_markdown2
2 files changed, 2 insertions, 2 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>
diff --git a/regress/mdoc/Fl/noarg.out_markdown b/regress/mdoc/Fl/noarg.out_markdown
index 9edc191d..7c023597 100644
--- a/regress/mdoc/Fl/noarg.out_markdown
+++ b/regress/mdoc/Fl/noarg.out_markdown
@@ -16,7 +16,7 @@ trailing punctuation
**-**.
Following macros
-**-** \[flag]
+**-**\[flag]
follow without white space.
OpenBSD - August 21, 2014