diff options
Diffstat (limited to 'regress/mdoc/Sq')
-rw-r--r-- | regress/mdoc/Sq/Makefile | 3 | ||||
-rw-r--r-- | regress/mdoc/Sq/empty.out_markdown | 17 |
2 files changed, 19 insertions, 1 deletions
diff --git a/regress/mdoc/Sq/Makefile b/regress/mdoc/Sq/Makefile index 24f19edf..d4c41e6e 100644 --- a/regress/mdoc/Sq/Makefile +++ b/regress/mdoc/Sq/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/Sq/empty.out_markdown b/regress/mdoc/Sq/empty.out_markdown new file mode 100644 index 00000000..34a3fcbf --- /dev/null +++ b/regress/mdoc/Sq/empty.out_markdown @@ -0,0 +1,17 @@ +SQ-EMPTY(1) - General Commands Manual + +# NAME + +**Sq-empty** - empty implicit enclosure macros + +# DESCRIPTION + +An empty +'' +and a full +'user@host' +quotation. +And another +'full' one. + +OpenBSD - October 21, 2010 |