diff options
Diffstat (limited to 'regress/mdoc/Brq')
-rw-r--r-- | regress/mdoc/Brq/Makefile | 3 | ||||
-rw-r--r-- | regress/mdoc/Brq/empty.out_markdown | 17 |
2 files changed, 19 insertions, 1 deletions
diff --git a/regress/mdoc/Brq/Makefile b/regress/mdoc/Brq/Makefile index 24f19edf..d4c41e6e 100644 --- a/regress/mdoc/Brq/Makefile +++ b/regress/mdoc/Brq/Makefile @@ -1,5 +1,6 @@ # $OpenBSD: Makefile,v 1.1.1.1 2011/12/04 03:09:25 schwarze Exp $ -REGRESS_TARGETS=empty +REGRESS_TARGETS = empty +MARKDOWN_TARGETS = empty .include <bsd.regress.mk> diff --git a/regress/mdoc/Brq/empty.out_markdown b/regress/mdoc/Brq/empty.out_markdown new file mode 100644 index 00000000..f32edd8c --- /dev/null +++ b/regress/mdoc/Brq/empty.out_markdown @@ -0,0 +1,17 @@ +BRQ-EMPTY(1) - General Commands Manual + +# NAME + +**Brq-empty** - empty implicit enclosure macros + +# DESCRIPTION + +An empty +{} +and a full +{user@host} +quotation. +And another +{full} one. + +OpenBSD - October 21, 2010 |