diff options
Diffstat (limited to 'regress/usr.bin/mandoc')
-rw-r--r-- | regress/usr.bin/mandoc/man/nf/Makefile | 4 | ||||
-rw-r--r-- | regress/usr.bin/mandoc/man/nf/vert.in | 28 | ||||
-rw-r--r-- | regress/usr.bin/mandoc/man/nf/vert.out_ascii | 24 |
3 files changed, 54 insertions, 2 deletions
diff --git a/regress/usr.bin/mandoc/man/nf/Makefile b/regress/usr.bin/mandoc/man/nf/Makefile index 640d103077b..0b8694a7ca5 100644 --- a/regress/usr.bin/mandoc/man/nf/Makefile +++ b/regress/usr.bin/mandoc/man/nf/Makefile @@ -1,5 +1,5 @@ -# $OpenBSD: Makefile,v 1.3 2011/11/17 16:28:45 schwarze Exp $ +# $OpenBSD: Makefile,v 1.4 2012/07/10 17:05:16 schwarze Exp $ -REGRESS_TARGETS=indent args +REGRESS_TARGETS = indent args vert .include <bsd.regress.mk> diff --git a/regress/usr.bin/mandoc/man/nf/vert.in b/regress/usr.bin/mandoc/man/nf/vert.in new file mode 100644 index 00000000000..3241e6afb44 --- /dev/null +++ b/regress/usr.bin/mandoc/man/nf/vert.in @@ -0,0 +1,28 @@ +.TH NF-VERT 1 "June 2, 2012" OpenBSD +.SH NAME +nf-vert \- spacing around filling macros +.SH DESCRIPTION +regular +text +.nf +literal +text +.fi +regular +text +.br +.nf +literal +text +.br +.fi +regular +text +.sp +.nf +literal +text +.sp +.fi +regular +text diff --git a/regress/usr.bin/mandoc/man/nf/vert.out_ascii b/regress/usr.bin/mandoc/man/nf/vert.out_ascii new file mode 100644 index 00000000000..feef3222874 --- /dev/null +++ b/regress/usr.bin/mandoc/man/nf/vert.out_ascii @@ -0,0 +1,24 @@ +NF-VERT(1) OpenBSD Reference Manual NF-VERT(1) + + + +NNAAMMEE + nf-vert - spacing around filling macros + +DDEESSCCRRIIPPTTIIOONN + regular text + literal + text + regular text + literal + text + regular text + + literal + text + + regular text + + + +OpenBSD June 2, 2012 NF-VERT(1) |