diff options
Diffstat (limited to 'regress/roff/scale')
-rw-r--r-- | regress/roff/scale/Makefile | 5 | ||||
-rw-r--r-- | regress/roff/scale/horiz.in | 31 | ||||
-rw-r--r-- | regress/roff/scale/horiz.out_ascii | 27 |
3 files changed, 63 insertions, 0 deletions
diff --git a/regress/roff/scale/Makefile b/regress/roff/scale/Makefile new file mode 100644 index 00000000..822f7555 --- /dev/null +++ b/regress/roff/scale/Makefile @@ -0,0 +1,5 @@ +# $OpenBSD: Makefile,v 1.1 2014/08/14 02:00:53 schwarze Exp $ + +REGRESS_TARGETS = horiz + +.include <bsd.regress.mk> diff --git a/regress/roff/scale/horiz.in b/regress/roff/scale/horiz.in new file mode 100644 index 00000000..edba2f75 --- /dev/null +++ b/regress/roff/scale/horiz.in @@ -0,0 +1,31 @@ +.TH HORIZ 1 "December 23, 2014" OpenBSD +.SH NAME +horiz \- horizontal distances +.SH DESCRIPTION +initial text +.in 240u +240u +.in 3.6c +3.6c +.in 0.003f +0.003f +.in 2i +2i +.in 500M +500M +.in 6P +6P +.in 36p +36p +.in 10n +10n +.in 5m +5m +.in 79n +79n +.in 1.5ix +1.5ix +.in -6n +-6n +.PP +final text diff --git a/regress/roff/scale/horiz.out_ascii b/regress/roff/scale/horiz.out_ascii new file mode 100644 index 00000000..75e12a4f --- /dev/null +++ b/regress/roff/scale/horiz.out_ascii @@ -0,0 +1,27 @@ +HORIZ(1) General Commands Manual HORIZ(1) + + + +NNAAMMEE + horiz - horizontal distances + +DDEESSCCRRIIPPTTIIOONN + initial text + 240u + 3.6c + 0.003f + 2i + 500M + 6P + 36p + 10n + 5m + 79n + 1.5ix + -6n + + final text + + + +OpenBSD December 23, 2014 HORIZ(1) |