diff options
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 |