aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Ox
diff options
context:
space:
mode:
Diffstat (limited to 'regress/mdoc/Ox')
-rw-r--r--regress/mdoc/Ox/Makefile5
-rw-r--r--regress/mdoc/Ox/keep.in11
-rw-r--r--regress/mdoc/Ox/keep.out_ascii10
3 files changed, 26 insertions, 0 deletions
diff --git a/regress/mdoc/Ox/Makefile b/regress/mdoc/Ox/Makefile
new file mode 100644
index 00000000..7f532eb1
--- /dev/null
+++ b/regress/mdoc/Ox/Makefile
@@ -0,0 +1,5 @@
+# $OpenBSD: Makefile,v 1.3 2012/07/18 16:55:54 schwarze Exp $
+
+REGRESS_TARGETS = keep
+
+.include <bsd.regress.mk>
diff --git a/regress/mdoc/Ox/keep.in b/regress/mdoc/Ox/keep.in
new file mode 100644
index 00000000..2a8bfff0
--- /dev/null
+++ b/regress/mdoc/Ox/keep.in
@@ -0,0 +1,11 @@
+.Dd January 30, 2011
+.Dt OX-KEEP 1
+.Os OpenBSD
+.Sh NAME
+.Nm Ox-keep
+.Nd interaction of unix variant macros and word keeps
+.Sh DESCRIPTION
+Because we use a keep,
+.Bk -words
+.Ox 4.9 must be at the beginning of a new line.
+.Ek
diff --git a/regress/mdoc/Ox/keep.out_ascii b/regress/mdoc/Ox/keep.out_ascii
new file mode 100644
index 00000000..9f01890a
--- /dev/null
+++ b/regress/mdoc/Ox/keep.out_ascii
@@ -0,0 +1,10 @@
+OX-KEEP(1) General Commands Manual OX-KEEP(1)
+
+NNAAMMEE
+ OOxx--kkeeeepp - interaction of unix variant macros and word keeps
+
+DDEESSCCRRIIPPTTIIOONN
+ Because we use a keep,
+ OpenBSD 4.9 must be at the beginning of a new line.
+
+OpenBSD January 30, 2011 OpenBSD