summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2012-07-08 10:58:45 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2012-07-08 10:58:45 +0000
commitbf0567e299d9d3dfa064e980d9629d042b4a9d0b (patch)
tree0dbc0b320e7399a8c3f6b36726fb4ac7f8dc7c2a /regress
parentdefc8ac065bba5c6ac50f857ffb0ce30e53df920 (diff)
implement -Tman .Vt
Diffstat (limited to 'regress')
-rw-r--r--regress/usr.bin/mandoc/mdoc/Vt/Makefile6
-rw-r--r--regress/usr.bin/mandoc/mdoc/Vt/spacing.in16
-rw-r--r--regress/usr.bin/mandoc/mdoc/Vt/spacing.out_ascii13
3 files changed, 31 insertions, 4 deletions
diff --git a/regress/usr.bin/mandoc/mdoc/Vt/Makefile b/regress/usr.bin/mandoc/mdoc/Vt/Makefile
index d97e3c05063..1314efdea70 100644
--- a/regress/usr.bin/mandoc/mdoc/Vt/Makefile
+++ b/regress/usr.bin/mandoc/mdoc/Vt/Makefile
@@ -1,7 +1,5 @@
-# $OpenBSD: Makefile,v 1.2 2011/11/17 16:28:46 schwarze Exp $
+# $OpenBSD: Makefile,v 1.3 2012/07/08 10:58:44 schwarze Exp $
-REGRESS_TARGETS=noarg
-
-SKIP_TMAN ?= noarg
+REGRESS_TARGETS = noarg spacing
.include <bsd.regress.mk>
diff --git a/regress/usr.bin/mandoc/mdoc/Vt/spacing.in b/regress/usr.bin/mandoc/mdoc/Vt/spacing.in
new file mode 100644
index 00000000000..afb4c70edfc
--- /dev/null
+++ b/regress/usr.bin/mandoc/mdoc/Vt/spacing.in
@@ -0,0 +1,16 @@
+.Dd July 8, 2012
+.Dt VT-SPACING 1
+.Os OpenBSD
+.Sh NAME
+.Nm Vt-spacing
+.Nd spacing around the variable type macro
+.Sh SYNOPSIS
+.Vt extern char **environ
+.Vt extern int errno
+.Sh DESCRIPTION
+various types, for example
+.Vt unsigned int ,
+.Vt long int
+and
+.Vt float ,
+.Vt double
diff --git a/regress/usr.bin/mandoc/mdoc/Vt/spacing.out_ascii b/regress/usr.bin/mandoc/mdoc/Vt/spacing.out_ascii
new file mode 100644
index 00000000000..1c8e6d2704f
--- /dev/null
+++ b/regress/usr.bin/mandoc/mdoc/Vt/spacing.out_ascii
@@ -0,0 +1,13 @@
+VT-SPACING(1) OpenBSD Reference Manual VT-SPACING(1)
+
+NNAAMMEE
+ VVtt--ssppaacciinngg - spacing around the variable type macro
+
+SSYYNNOOPPSSIISS
+ _e_x_t_e_r_n _c_h_a_r _*_*_e_n_v_i_r_o_n
+ _e_x_t_e_r_n _i_n_t _e_r_r_n_o
+
+DDEESSCCRRIIPPTTIIOONN
+ various types, for example _u_n_s_i_g_n_e_d _i_n_t, _l_o_n_g _i_n_t and _f_l_o_a_t, _d_o_u_b_l_e
+
+OpenBSD July 8, 2012 OpenBSD