diff options
Diffstat (limited to 'regress/roff/ps')
-rw-r--r-- | regress/roff/ps/Makefile | 5 | ||||
-rw-r--r-- | regress/roff/ps/ignore.in | 9 | ||||
-rw-r--r-- | regress/roff/ps/ignore.out_ascii | 13 |
3 files changed, 27 insertions, 0 deletions
diff --git a/regress/roff/ps/Makefile b/regress/roff/ps/Makefile new file mode 100644 index 00000000..24e50bbd --- /dev/null +++ b/regress/roff/ps/Makefile @@ -0,0 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 2011/11/17 16:28:46 schwarze Exp $ + +REGRESS_TARGETS=ignore + +.include <bsd.regress.mk> diff --git a/regress/roff/ps/ignore.in b/regress/roff/ps/ignore.in new file mode 100644 index 00000000..439afda5 --- /dev/null +++ b/regress/roff/ps/ignore.in @@ -0,0 +1,9 @@ +.TH PS-IGNORE 1 "Febuary 5, 2011" OpenBSD +.SH NAME +ps-ignore \- ignoreing point size macros +.SH DESCRIPTION +normal text +.ps -1 +small text +.ps +1 +big text diff --git a/regress/roff/ps/ignore.out_ascii b/regress/roff/ps/ignore.out_ascii new file mode 100644 index 00000000..b1bfacac --- /dev/null +++ b/regress/roff/ps/ignore.out_ascii @@ -0,0 +1,13 @@ +PS-IGNORE(1) General Commands Manual PS-IGNORE(1) + + + +NNAAMMEE + ps-ignore - ignoreing point size macros + +DDEESSCCRRIIPPTTIIOONN + normal text small text big text + + + +OpenBSD Febuary 5, 2011 PS-IGNORE(1) |