aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Ux
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-02-08 03:02:13 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-02-08 03:02:13 +0000
commitd9f0f81c846a8405c29870e4a8379e5e79d1cad3 (patch)
treec07efd74ac58650949dc67576001a720e688319f /regress/mdoc/Ux
parentcdbb1fca07752eb230e5219c22e9e65075c85b82 (diff)
downloadmandoc-d9f0f81c846a8405c29870e4a8379e5e79d1cad3.tar.gz
mandoc-d9f0f81c846a8405c29870e4a8379e5e79d1cad3.tar.zst
mandoc-d9f0f81c846a8405c29870e4a8379e5e79d1cad3.zip
Finally port the OpenBSD regression suite.
Both kristaps@ and wiz@ repeated asked for this, literally for years.
Diffstat (limited to 'regress/mdoc/Ux')
-rw-r--r--regress/mdoc/Ux/Makefile5
-rw-r--r--regress/mdoc/Ux/eos.in22
-rw-r--r--regress/mdoc/Ux/eos.out_ascii11
-rw-r--r--regress/mdoc/Ux/spacing.in20
-rw-r--r--regress/mdoc/Ux/spacing.out_ascii11
5 files changed, 69 insertions, 0 deletions
diff --git a/regress/mdoc/Ux/Makefile b/regress/mdoc/Ux/Makefile
new file mode 100644
index 00000000..c945b5e6
--- /dev/null
+++ b/regress/mdoc/Ux/Makefile
@@ -0,0 +1,5 @@
+# $OpenBSD: Makefile,v 1.2 2013/12/22 14:06:29 schwarze Exp $
+
+REGRESS_TARGETS = spacing eos
+
+.include <bsd.regress.mk>
diff --git a/regress/mdoc/Ux/eos.in b/regress/mdoc/Ux/eos.in
new file mode 100644
index 00000000..b0713481
--- /dev/null
+++ b/regress/mdoc/Ux/eos.in
@@ -0,0 +1,22 @@
+.Dd December 22, 2013
+.Dt UX-EOS 1
+.Os OpenBSD
+.Sh NAME
+.Nm Ux-eos
+.Nd end of sentence spacing after Unix macros
+.Sh DESCRIPTION
+In the beginning Ken and Dennis wrote
+.Ux .
+The CSRG rewrote it to become
+.Bx .
+When it dissolved, people started
+.Bsx .
+And
+.Nx .
+And
+.Fx .
+And
+.Ox .
+And
+.Dx .
+By now, it's free for everyone.
diff --git a/regress/mdoc/Ux/eos.out_ascii b/regress/mdoc/Ux/eos.out_ascii
new file mode 100644
index 00000000..16e05df9
--- /dev/null
+++ b/regress/mdoc/Ux/eos.out_ascii
@@ -0,0 +1,11 @@
+UX-EOS(1) General Commands Manual UX-EOS(1)
+
+NNAAMMEE
+ UUxx--eeooss - end of sentence spacing after Unix macros
+
+DDEESSCCRRIIPPTTIIOONN
+ In the beginning Ken and Dennis wrote UNIX. The CSRG rewrote it to
+ become BSD. When it dissolved, people started BSD/OS. And NetBSD. And
+ FreeBSD. And OpenBSD. And DragonFly. By now, it's free for everyone.
+
+OpenBSD December 22, 2013 OpenBSD
diff --git a/regress/mdoc/Ux/spacing.in b/regress/mdoc/Ux/spacing.in
new file mode 100644
index 00000000..e78ada3c
--- /dev/null
+++ b/regress/mdoc/Ux/spacing.in
@@ -0,0 +1,20 @@
+.Dd October 20, 2011
+.Dt UX-SPACING 1
+.Os OpenBSD
+.Sh NAME
+.Nm Ux-spacing
+.Nd spacing around the Unix macro
+.Sh DESCRIPTION
+The
+.Ux
+family of operating systems, including
+.Nx ,
+.Ox ,
+.Fx ,
+.Dx
+and
+.Bsx .
+The system is
+.Ud
+The system
+.Bt
diff --git a/regress/mdoc/Ux/spacing.out_ascii b/regress/mdoc/Ux/spacing.out_ascii
new file mode 100644
index 00000000..be5050c3
--- /dev/null
+++ b/regress/mdoc/Ux/spacing.out_ascii
@@ -0,0 +1,11 @@
+UX-SPACING(1) General Commands Manual UX-SPACING(1)
+
+NNAAMMEE
+ UUxx--ssppaacciinngg - spacing around the Unix macro
+
+DDEESSCCRRIIPPTTIIOONN
+ The UNIX family of operating systems, including NetBSD, OpenBSD, FreeBSD,
+ DragonFly and BSD/OS. The system is currently under development. The
+ system is currently in beta test.
+
+OpenBSD October 20, 2011 OpenBSD