aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Mt
diff options
context:
space:
mode:
Diffstat (limited to 'regress/mdoc/Mt')
-rw-r--r--regress/mdoc/Mt/Makefile5
-rw-r--r--regress/mdoc/Mt/font.in10
-rw-r--r--regress/mdoc/Mt/font.out_ascii9
-rw-r--r--regress/mdoc/Mt/simple.in12
-rw-r--r--regress/mdoc/Mt/simple.out_ascii11
5 files changed, 47 insertions, 0 deletions
diff --git a/regress/mdoc/Mt/Makefile b/regress/mdoc/Mt/Makefile
new file mode 100644
index 00000000..34cbbe19
--- /dev/null
+++ b/regress/mdoc/Mt/Makefile
@@ -0,0 +1,5 @@
+# $OpenBSD: Makefile,v 1.5 2012/07/09 17:52:09 schwarze Exp $
+
+REGRESS_TARGETS = simple font
+
+.include <bsd.regress.mk>
diff --git a/regress/mdoc/Mt/font.in b/regress/mdoc/Mt/font.in
new file mode 100644
index 00000000..66c5ba1f
--- /dev/null
+++ b/regress/mdoc/Mt/font.in
@@ -0,0 +1,10 @@
+.Dd July 9, 2012
+.Dt MT-FONT 1
+.Os OpenBSD
+.Sh NAME
+.Nm Mt-font
+.Nd changing fonts inside the mailto macro
+.Sh DESCRIPTION
+normal text
+.Mt emphasis\\fBbold\\fPback
+trailing text
diff --git a/regress/mdoc/Mt/font.out_ascii b/regress/mdoc/Mt/font.out_ascii
new file mode 100644
index 00000000..f19cc2bf
--- /dev/null
+++ b/regress/mdoc/Mt/font.out_ascii
@@ -0,0 +1,9 @@
+MT-FONT(1) General Commands Manual MT-FONT(1)
+
+NNAAMMEE
+ MMtt--ffoonntt - changing fonts inside the mailto macro
+
+DDEESSCCRRIIPPTTIIOONN
+ normal text _e_m_p_h_a_s_i_sbboolldd_b_a_c_k trailing text
+
+OpenBSD July 9, 2012 OpenBSD
diff --git a/regress/mdoc/Mt/simple.in b/regress/mdoc/Mt/simple.in
new file mode 100644
index 00000000..d9e36c3a
--- /dev/null
+++ b/regress/mdoc/Mt/simple.in
@@ -0,0 +1,12 @@
+.Dd February 17, 2010
+.Dt MT-SIMPLE 1
+.Os OpenBSD
+.Sh NAME
+.Nm Mt-simple
+.Nd mailto
+.Sh DESCRIPTION
+Please send mail to
+.Mt schwarze@openbsd.org .
+.Pp
+Do not send mail to
+.Mt .
diff --git a/regress/mdoc/Mt/simple.out_ascii b/regress/mdoc/Mt/simple.out_ascii
new file mode 100644
index 00000000..65cde864
--- /dev/null
+++ b/regress/mdoc/Mt/simple.out_ascii
@@ -0,0 +1,11 @@
+MT-SIMPLE(1) General Commands Manual MT-SIMPLE(1)
+
+NNAAMMEE
+ MMtt--ssiimmppllee - mailto
+
+DDEESSCCRRIIPPTTIIOONN
+ Please send mail to _s_c_h_w_a_r_z_e_@_o_p_e_n_b_s_d_._o_r_g.
+
+ Do not send mail to _~.
+
+OpenBSD February 17, 2010 OpenBSD