diff options
Diffstat (limited to 'regress/mdoc/Tn')
-rw-r--r-- | regress/mdoc/Tn/Makefile | 1 | ||||
-rw-r--r-- | regress/mdoc/Tn/font.out_markdown | 13 | ||||
-rw-r--r-- | regress/mdoc/Tn/noarg.out_markdown | 14 |
3 files changed, 28 insertions, 0 deletions
diff --git a/regress/mdoc/Tn/Makefile b/regress/mdoc/Tn/Makefile index 1be2a84a..e13130c1 100644 --- a/regress/mdoc/Tn/Makefile +++ b/regress/mdoc/Tn/Makefile @@ -2,5 +2,6 @@ REGRESS_TARGETS = noarg font LINT_TARGETS = noarg +MARKDOWN_TARGETS = noarg font .include <bsd.regress.mk> diff --git a/regress/mdoc/Tn/font.out_markdown b/regress/mdoc/Tn/font.out_markdown new file mode 100644 index 00000000..d84b4618 --- /dev/null +++ b/regress/mdoc/Tn/font.out_markdown @@ -0,0 +1,13 @@ +TN-FONT(1) - General Commands Manual + +# NAME + +**Tn-font** - changing fonts inside the trade name macro + +# DESCRIPTION + +normal text +`literal*emphasis*back` +trailing text + +OpenBSD - July 9, 2012 diff --git a/regress/mdoc/Tn/noarg.out_markdown b/regress/mdoc/Tn/noarg.out_markdown new file mode 100644 index 00000000..64641d63 --- /dev/null +++ b/regress/mdoc/Tn/noarg.out_markdown @@ -0,0 +1,14 @@ +TN-NOARG(1) - General Commands Manual + +# NAME + +**Tn-noarg** - trade name macro without argument + +# DESCRIPTION + +with argument +`IBM` +no argument +end of test document + +OpenBSD - January 19, 2011 |