aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-07-28 12:48:04 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-07-28 12:48:04 +0000
commitdb15ebd94c8da39172e20818208b9ee1a521e02e (patch)
tree60fbf543126d4e50a3ed6193ed2864af77dbfb8f
parente97bd37b6c4e291467ca0d2f627deb1fa66fb79e (diff)
downloadmandoc-db15ebd94c8da39172e20818208b9ee1a521e02e.tar.gz
mandoc-db15ebd94c8da39172e20818208b9ee1a521e02e.tar.zst
mandoc-db15ebd94c8da39172e20818208b9ee1a521e02e.zip
Do not test .Xr here. It is not what this directory should focus on,
and it is causing too much trouble in -portable.
-rw-r--r--regress/mdoc/Sh/before.in12
-rw-r--r--regress/mdoc/Sh/before.out_ascii4
-rw-r--r--regress/mdoc/Sh/before.out_markdown10
-rw-r--r--regress/mdoc/Sh/subbefore.in12
-rw-r--r--regress/mdoc/Sh/subbefore.out_ascii4
-rw-r--r--regress/mdoc/Sh/subbefore.out_markdown10
6 files changed, 22 insertions, 30 deletions
diff --git a/regress/mdoc/Sh/before.in b/regress/mdoc/Sh/before.in
index 20e3b13c..82f8bdb4 100644
--- a/regress/mdoc/Sh/before.in
+++ b/regress/mdoc/Sh/before.in
@@ -1,12 +1,10 @@
-.\" $OpenBSD: before.in,v 1.4 2017/07/20 16:33:13 schwarze Exp $
-.Dd $Mdocdate: July 20 2017 $
+.\" $OpenBSD: before.in,v 1.5 2017/07/28 12:37:51 schwarze Exp $
+.Dd $Mdocdate: July 28 2017 $
.Dt SH-BEFORE 1
.Os
-Can
-.Xr man 1
-on
-.Ox
-handle this?
+Plain text and
+.Em a macro
+before the first section header.
.Sh NAME
.Nm Sh-before
.Nd content before the first section header
diff --git a/regress/mdoc/Sh/before.out_ascii b/regress/mdoc/Sh/before.out_ascii
index 3fb8f8c8..5447dfea 100644
--- a/regress/mdoc/Sh/before.out_ascii
+++ b/regress/mdoc/Sh/before.out_ascii
@@ -1,6 +1,6 @@
SH-BEFORE(1) General Commands Manual SH-BEFORE(1)
-Can man(1) on OpenBSD handle this?
+Plain text and _a _m_a_c_r_o before the first section header.
NNAAMMEE
SShh--bbeeffoorree - content before the first section header
@@ -8,4 +8,4 @@ NNAAMMEE
DDEESSCCRRIIPPTTIIOONN
some text
-OpenBSD July 20, 2017 OpenBSD
+OpenBSD July 28, 2017 OpenBSD
diff --git a/regress/mdoc/Sh/before.out_markdown b/regress/mdoc/Sh/before.out_markdown
index 835fb40b..069798b0 100644
--- a/regress/mdoc/Sh/before.out_markdown
+++ b/regress/mdoc/Sh/before.out_markdown
@@ -1,10 +1,8 @@
SH-BEFORE(1) - General Commands Manual
-Can
-man(1)
-on
-OpenBSD
-handle this?
+Plain text and
+*a macro*
+before the first section header.
# NAME
@@ -14,4 +12,4 @@ handle this?
some text
-OpenBSD - July 20, 2017
+OpenBSD - July 28, 2017
diff --git a/regress/mdoc/Sh/subbefore.in b/regress/mdoc/Sh/subbefore.in
index 41204021..84cf6e54 100644
--- a/regress/mdoc/Sh/subbefore.in
+++ b/regress/mdoc/Sh/subbefore.in
@@ -1,13 +1,11 @@
-.\" $OpenBSD: subbefore.in,v 1.3 2017/07/20 16:33:13 schwarze Exp $
-.Dd $Mdocdate: July 20 2017 $
+.\" $OpenBSD: subbefore.in,v 1.4 2017/07/28 12:37:51 schwarze Exp $
+.Dd $Mdocdate: July 28 2017 $
.Dt SH-SUBBEFORE 1
.Os
.Ss Subsection
-Can
-.Xr man 1
-on
-.Ox
-handle this?
+Plain text and
+.Em a macro
+before the first section header.
.Sh NAME
.Nm Sh-subbefore
.Nd subsection before the first section header
diff --git a/regress/mdoc/Sh/subbefore.out_ascii b/regress/mdoc/Sh/subbefore.out_ascii
index c36fc124..0c35be6b 100644
--- a/regress/mdoc/Sh/subbefore.out_ascii
+++ b/regress/mdoc/Sh/subbefore.out_ascii
@@ -1,7 +1,7 @@
SH-SUBBEFORE(1) General Commands Manual SH-SUBBEFORE(1)
SSuubbsseeccttiioonn
- Can man(1) on OpenBSD handle this?
+ Plain text and _a _m_a_c_r_o before the first section header.
NNAAMMEE
SShh--ssuubbbbeeffoorree - subsection before the first section header
@@ -9,4 +9,4 @@ NNAAMMEE
DDEESSCCRRIIPPTTIIOONN
some text
-OpenBSD July 20, 2017 OpenBSD
+OpenBSD July 28, 2017 OpenBSD
diff --git a/regress/mdoc/Sh/subbefore.out_markdown b/regress/mdoc/Sh/subbefore.out_markdown
index c01172b3..b7237866 100644
--- a/regress/mdoc/Sh/subbefore.out_markdown
+++ b/regress/mdoc/Sh/subbefore.out_markdown
@@ -2,11 +2,9 @@ SH-SUBBEFORE(1) - General Commands Manual
## Subsection
-Can
-man(1)
-on
-OpenBSD
-handle this?
+Plain text and
+*a macro*
+before the first section header.
# NAME
@@ -16,4 +14,4 @@ handle this?
some text
-OpenBSD - July 20, 2017
+OpenBSD - July 28, 2017