diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2017-03-07 13:27:59 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2017-03-07 13:27:59 +0000 |
commit | 0052e915c4a343b09c34e9dbaa36af859a4feb43 (patch) | |
tree | c605ad8be3b70a33621bbe04c0dc25d1089489a0 /regress | |
parent | 64d12e7429353055cb033905d75792fc898aa051 (diff) |
fix spacing after empty .Fl
Diffstat (limited to 'regress')
-rw-r--r-- | regress/usr.bin/mandoc/mdoc/Fl/Makefile | 4 | ||||
-rw-r--r-- | regress/usr.bin/mandoc/mdoc/Fl/noarg.out_markdown | 2 | ||||
-rw-r--r-- | regress/usr.bin/mandoc/mdoc/Fl/parsed.out_markdown | 21 |
3 files changed, 24 insertions, 3 deletions
diff --git a/regress/usr.bin/mandoc/mdoc/Fl/Makefile b/regress/usr.bin/mandoc/mdoc/Fl/Makefile index 05f21a8f258..8f1634c2311 100644 --- a/regress/usr.bin/mandoc/mdoc/Fl/Makefile +++ b/regress/usr.bin/mandoc/mdoc/Fl/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.9 2017/03/05 19:59:26 schwarze Exp $ +# $OpenBSD: Makefile,v 1.10 2017/03/07 13:27:58 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/usr.bin/mandoc/mdoc/Fl/noarg.out_markdown b/regress/usr.bin/mandoc/mdoc/Fl/noarg.out_markdown index 9edc191db29..7c023597f9c 100644 --- a/regress/usr.bin/mandoc/mdoc/Fl/noarg.out_markdown +++ b/regress/usr.bin/mandoc/mdoc/Fl/noarg.out_markdown @@ -16,7 +16,7 @@ trailing punctuation **-**. Following macros -**-** \[flag] +**-**\[flag] follow without white space. OpenBSD - August 21, 2014 diff --git a/regress/usr.bin/mandoc/mdoc/Fl/parsed.out_markdown b/regress/usr.bin/mandoc/mdoc/Fl/parsed.out_markdown new file mode 100644 index 00000000000..b99652aaf9e --- /dev/null +++ b/regress/usr.bin/mandoc/mdoc/Fl/parsed.out_markdown @@ -0,0 +1,21 @@ +FL-PARSED(1) - General Commands Manual + +# NAME + +**Fl-parsed** - is the Fl macro parsed? + +# DESCRIPTION + +\[**-**UNIX] + +\[UNIX] + +\[**-**‌**x**] + +**-W** **-all** +versus +**-W**‌**all** + +**-**‌**help** + +OpenBSD - April 7, 2010 |