aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Ft
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-02-08 03:02:13 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-02-08 03:02:13 +0000
commitd9f0f81c846a8405c29870e4a8379e5e79d1cad3 (patch)
treec07efd74ac58650949dc67576001a720e688319f /regress/mdoc/Ft
parentcdbb1fca07752eb230e5219c22e9e65075c85b82 (diff)
downloadmandoc-d9f0f81c846a8405c29870e4a8379e5e79d1cad3.tar.gz
mandoc-d9f0f81c846a8405c29870e4a8379e5e79d1cad3.tar.zst
mandoc-d9f0f81c846a8405c29870e4a8379e5e79d1cad3.zip
Finally port the OpenBSD regression suite.
Both kristaps@ and wiz@ repeated asked for this, literally for years.
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