aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Ft
diff options
context:
space:
mode:
Diffstat (limited to 'regress/mdoc/Ft')
-rw-r--r--regress/mdoc/Ft/Makefile5
-rw-r--r--regress/mdoc/Ft/font.in10
-rw-r--r--regress/mdoc/Ft/font.out_ascii9
3 files changed, 24 insertions, 0 deletions
diff --git a/regress/mdoc/Ft/Makefile b/regress/mdoc/Ft/Makefile
new file mode 100644
index 00000000..915e456c
--- /dev/null
+++ b/regress/mdoc/Ft/Makefile
@@ -0,0 +1,5 @@
+# $OpenBSD: Makefile,v 1.1 2012/07/09 17:52:09 schwarze Exp $
+
+REGRESS_TARGETS = font
+
+.include <bsd.regress.mk>
diff --git a/regress/mdoc/Ft/font.in b/regress/mdoc/Ft/font.in
new file mode 100644
index 00000000..6304aadd
--- /dev/null
+++ b/regress/mdoc/Ft/font.in
@@ -0,0 +1,10 @@
+.Dd July 9, 2012
+.Dt FT-FONT 1
+.Os OpenBSD
+.Sh NAME
+.Nm Ft-font
+.Nd changing fonts inside the function return type macro
+.Sh DESCRIPTION
+normal text
+.Ft emphasis\\fBbold\\fPback
+trailing text
diff --git a/regress/mdoc/Ft/font.out_ascii b/regress/mdoc/Ft/font.out_ascii
new file mode 100644
index 00000000..ded66eca
--- /dev/null
+++ b/regress/mdoc/Ft/font.out_ascii
@@ -0,0 +1,9 @@
+FT-FONT(1) General Commands Manual FT-FONT(1)
+
+NNAAMMEE
+ FFtt--ffoonntt - changing fonts inside the function return type macro
+
+DDEESSCCRRIIPPTTIIOONN
+ normal text _e_m_p_h_a_s_i_sbboolldd_b_a_c_k trailing text
+
+OpenBSD July 9, 2012 OpenBSD