aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Fd/Makefile
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-03-07 12:39:01 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-03-07 12:39:01 +0000
commit77f25660d4c378743ba5de7f47385d7979d357e3 (patch)
treec68906fb5319b52508988edc560b3994b34d2636 /regress/mdoc/Fd/Makefile
parentc30903de74e443fffffd9d160ef6911d2d434468 (diff)
downloadmandoc-77f25660d4c378743ba5de7f47385d7979d357e3.tar.gz
mandoc-77f25660d4c378743ba5de7f47385d7979d357e3.tar.zst
mandoc-77f25660d4c378743ba5de7f47385d7979d357e3.zip
Fix .In formatting in the SYNOPSIS:
No &zwnj; in the middle of **, please.
Diffstat (limited to 'regress/mdoc/Fd/Makefile')
-rw-r--r--regress/mdoc/Fd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/mdoc/Fd/Makefile b/regress/mdoc/Fd/Makefile
index c1c6d5dd..9c120609 100644
--- a/regress/mdoc/Fd/Makefile
+++ b/regress/mdoc/Fd/Makefile
@@ -3,6 +3,6 @@
REGRESS_TARGETS = break empty eos font
LINT_TARGETS = empty
SKIP_TMAN = eos
-MARKDOWN_TARGETS = break eos font
+MARKDOWN_TARGETS = break empty eos font
.include <bsd.regress.mk>