diff options
author | 2011-02-05 18:26:14 +0000 | |
---|---|---|
committer | 2011-02-05 18:26:14 +0000 | |
commit | 9e04ed02aefbea274b8dd67b6fde183f5025f20d (patch) | |
tree | be41c22fe70015fa02ad15014924538c7349e43c | |
parent | some more tests found in my tree (diff) | |
download | wireguard-openbsd-9e04ed02aefbea274b8dd67b6fde183f5025f20d.tar.xz wireguard-openbsd-9e04ed02aefbea274b8dd67b6fde183f5025f20d.zip |
another test found in my tree
-rw-r--r-- | regress/usr.bin/mandoc/man/IP/Makefile | 6 | ||||
-rw-r--r-- | regress/usr.bin/mandoc/man/IP/spacing.in | 19 | ||||
-rw-r--r-- | regress/usr.bin/mandoc/man/IP/spacing.out_ascii | 28 |
3 files changed, 50 insertions, 3 deletions
diff --git a/regress/usr.bin/mandoc/man/IP/Makefile b/regress/usr.bin/mandoc/man/IP/Makefile index aa7f54a0f5a..979dddcc1ae 100644 --- a/regress/usr.bin/mandoc/man/IP/Makefile +++ b/regress/usr.bin/mandoc/man/IP/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.3 2011/01/04 01:58:56 schwarze Exp $ +# $OpenBSD: Makefile,v 1.4 2011/02/05 18:26:14 schwarze Exp $ -REGRESS_TARGETS=literal width manyargs -GROFF_TARGETS=literal width manyargs +REGRESS_TARGETS=literal spacing width manyargs +GROFF_TARGETS=literal spacing width manyargs .include <bsd.regress.mk> diff --git a/regress/usr.bin/mandoc/man/IP/spacing.in b/regress/usr.bin/mandoc/man/IP/spacing.in new file mode 100644 index 00000000000..30038ff95fd --- /dev/null +++ b/regress/usr.bin/mandoc/man/IP/spacing.in @@ -0,0 +1,19 @@ +.TH IP-SPACING 1 "2011-02-05" +.SH NAME +IP-spacing \- spacing in indentend paragraphs +.SH DESCRIPTION +Normal text. +.IP tag +Indented text. +.IP four +Indented text. +.IP ffive +Indented text. +.IP sixsix +Indented text. +.IP seseven +Indented text. +.IP "a much longer tag" +Indented text. +.LP +Normal text. diff --git a/regress/usr.bin/mandoc/man/IP/spacing.out_ascii b/regress/usr.bin/mandoc/man/IP/spacing.out_ascii new file mode 100644 index 00000000000..17898ad4712 --- /dev/null +++ b/regress/usr.bin/mandoc/man/IP/spacing.out_ascii @@ -0,0 +1,28 @@ +IP-SPACING(1) IP-SPACING(1) + + + +NNAAMMEE + IP-spacing - spacing in indentend paragraphs + +DDEESSCCRRIIPPTTIIOONN + Normal text. + + tag Indented text. + + four Indented text. + + ffive Indented text. + + sixsix Indented text. + + seseven + Indented text. + + a much longer tag + Indented text. + + Normal text. + + + |