aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-07-20 16:35:38 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-07-20 16:35:38 +0000
commit60c49c17265db41eb3c3c06d6190c15787e6c145 (patch)
tree054abc02419684ecdb89fa3a5a46865f6ef27f29
parentb23b3d3d14570d30896854b9b55cf48bc1d6ae12 (diff)
downloadmandoc-60c49c17265db41eb3c3c06d6190c15787e6c145.tar.gz
mandoc-60c49c17265db41eb3c3c06d6190c15787e6c145.tar.zst
mandoc-60c49c17265db41eb3c3c06d6190c15787e6c145.zip
Avoid cross reference to mandoc(1) because it may cause a message
on other operating systems where mandoc is not installed, causing the test to fail in the portable test suite.
-rw-r--r--regress/mdoc/Sh/before.in6
-rw-r--r--regress/mdoc/Sh/before.out_ascii4
-rw-r--r--regress/mdoc/Sh/before.out_markdown4
-rw-r--r--regress/mdoc/Sh/subbefore.in6
-rw-r--r--regress/mdoc/Sh/subbefore.out_ascii4
-rw-r--r--regress/mdoc/Sh/subbefore.out_markdown4
6 files changed, 14 insertions, 14 deletions
diff --git a/regress/mdoc/Sh/before.in b/regress/mdoc/Sh/before.in
index 27ed39fa..20e3b13c 100644
--- a/regress/mdoc/Sh/before.in
+++ b/regress/mdoc/Sh/before.in
@@ -1,9 +1,9 @@
-.\" $OpenBSD: before.in,v 1.3 2017/07/04 14:53:26 schwarze Exp $
-.Dd $Mdocdate: July 4 2017 $
+.\" $OpenBSD: before.in,v 1.4 2017/07/20 16:33:13 schwarze Exp $
+.Dd $Mdocdate: July 20 2017 $
.Dt SH-BEFORE 1
.Os
Can
-.Xr mandoc 1
+.Xr man 1
on
.Ox
handle this?
diff --git a/regress/mdoc/Sh/before.out_ascii b/regress/mdoc/Sh/before.out_ascii
index 5f03dfe1..3fb8f8c8 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 mandoc(1) on OpenBSD handle this?
+Can man(1) on OpenBSD handle this?
NNAAMMEE
SShh--bbeeffoorree - content before the first section header
@@ -8,4 +8,4 @@ NNAAMMEE
DDEESSCCRRIIPPTTIIOONN
some text
-OpenBSD July 4, 2017 OpenBSD
+OpenBSD July 20, 2017 OpenBSD
diff --git a/regress/mdoc/Sh/before.out_markdown b/regress/mdoc/Sh/before.out_markdown
index bd184a3e..835fb40b 100644
--- a/regress/mdoc/Sh/before.out_markdown
+++ b/regress/mdoc/Sh/before.out_markdown
@@ -1,7 +1,7 @@
SH-BEFORE(1) - General Commands Manual
Can
-mandoc(1)
+man(1)
on
OpenBSD
handle this?
@@ -14,4 +14,4 @@ handle this?
some text
-OpenBSD - July 4, 2017
+OpenBSD - July 20, 2017
diff --git a/regress/mdoc/Sh/subbefore.in b/regress/mdoc/Sh/subbefore.in
index 5209836f..41204021 100644
--- a/regress/mdoc/Sh/subbefore.in
+++ b/regress/mdoc/Sh/subbefore.in
@@ -1,10 +1,10 @@
-.\" $OpenBSD: subbefore.in,v 1.2 2017/07/04 14:53:26 schwarze Exp $
-.Dd $Mdocdate: July 4 2017 $
+.\" $OpenBSD: subbefore.in,v 1.3 2017/07/20 16:33:13 schwarze Exp $
+.Dd $Mdocdate: July 20 2017 $
.Dt SH-SUBBEFORE 1
.Os
.Ss Subsection
Can
-.Xr mandoc 1
+.Xr man 1
on
.Ox
handle this?
diff --git a/regress/mdoc/Sh/subbefore.out_ascii b/regress/mdoc/Sh/subbefore.out_ascii
index 67202e1b..c36fc124 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 mandoc(1) on OpenBSD handle this?
+ Can man(1) on OpenBSD handle this?
NNAAMMEE
SShh--ssuubbbbeeffoorree - subsection before the first section header
@@ -9,4 +9,4 @@ NNAAMMEE
DDEESSCCRRIIPPTTIIOONN
some text
-OpenBSD July 4, 2017 OpenBSD
+OpenBSD July 20, 2017 OpenBSD
diff --git a/regress/mdoc/Sh/subbefore.out_markdown b/regress/mdoc/Sh/subbefore.out_markdown
index 82667779..c01172b3 100644
--- a/regress/mdoc/Sh/subbefore.out_markdown
+++ b/regress/mdoc/Sh/subbefore.out_markdown
@@ -3,7 +3,7 @@ SH-SUBBEFORE(1) - General Commands Manual
## Subsection
Can
-mandoc(1)
+man(1)
on
OpenBSD
handle this?
@@ -16,4 +16,4 @@ handle this?
some text
-OpenBSD - July 4, 2017
+OpenBSD - July 20, 2017