diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-03-05 19:59:33 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-03-05 19:59:33 +0000 |
commit | 6720c2e5aeecf3fc18ed94d21fe39caffaa70f11 (patch) | |
tree | e6edc639916f43b52d2efb638f3621e9b9f65207 /regress/mdoc/Ux | |
parent | e89ce06acbd8218e6d0eb1ba09458d12ec60ee25 (diff) | |
download | mandoc-6720c2e5aeecf3fc18ed94d21fe39caffaa70f11.tar.gz |
first batch of -T markdown tests
Diffstat (limited to 'regress/mdoc/Ux')
-rw-r--r-- | regress/mdoc/Ux/Makefile | 1 | ||||
-rw-r--r-- | regress/mdoc/Ux/eos.out_markdown | 25 | ||||
-rw-r--r-- | regress/mdoc/Ux/spacing.out_markdown | 23 |
3 files changed, 49 insertions, 0 deletions
diff --git a/regress/mdoc/Ux/Makefile b/regress/mdoc/Ux/Makefile index c945b5e6..05a3316d 100644 --- a/regress/mdoc/Ux/Makefile +++ b/regress/mdoc/Ux/Makefile @@ -1,5 +1,6 @@ # $OpenBSD: Makefile,v 1.2 2013/12/22 14:06:29 schwarze Exp $ REGRESS_TARGETS = spacing eos +MARKDOWN_TARGETS = spacing eos .include <bsd.regress.mk> diff --git a/regress/mdoc/Ux/eos.out_markdown b/regress/mdoc/Ux/eos.out_markdown new file mode 100644 index 00000000..49f3a9ce --- /dev/null +++ b/regress/mdoc/Ux/eos.out_markdown @@ -0,0 +1,25 @@ +UX-EOS(1) - General Commands Manual + +# NAME + +**Ux-eos** - end of sentence spacing after Unix macros + +# DESCRIPTION + +In the beginning Ken and Dennis wrote +UNIX. +The CSRG rewrote it to become +BSD. +When it dissolved, people started +BSD/OS. +And +NetBSD. +And +FreeBSD. +And +OpenBSD. +And +DragonFly. +By now, it's free for everyone. + +OpenBSD - December 22, 2013 diff --git a/regress/mdoc/Ux/spacing.out_markdown b/regress/mdoc/Ux/spacing.out_markdown new file mode 100644 index 00000000..528bee43 --- /dev/null +++ b/regress/mdoc/Ux/spacing.out_markdown @@ -0,0 +1,23 @@ +UX-SPACING(1) - General Commands Manual + +# NAME + +**Ux-spacing** - spacing around the Unix macro + +# DESCRIPTION + +The +UNIX +family of operating systems, including +NetBSD, +OpenBSD, +FreeBSD, +DragonFly +and +BSD/OS. +The system is +currently under development. +The system +is currently in beta test. + +OpenBSD - October 20, 2011 |