aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Sh/before.in
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 /regress/mdoc/Sh/before.in
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.
Diffstat (limited to 'regress/mdoc/Sh/before.in')
-rw-r--r--regress/mdoc/Sh/before.in6
1 files changed, 3 insertions, 3 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?