summaryrefslogtreecommitdiffstats
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
commit312c3b3894a653cdae71205eb853a602598198a5 (patch)
tree3b897a1e5608d4d7f0dd4eaa5724f1edccb48c7d /regress/mdoc/Sh/before.in
parent404488c175ec95c522681e9630a8834ac830a378 (diff)
downloadmandoc-312c3b3894a653cdae71205eb853a602598198a5.tar.gz
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.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/mdoc/Sh/before.in b/regress/mdoc/Sh/before.in
index 710d7db2..bc181a0b 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 $
+.\" $OpenBSD: before.in,v 1.4 2017/07/20 16:33:13 schwarze Exp $
.Dd $Mdocdate$
.Dt SH-BEFORE 1
.Os
Can
-.Xr mandoc 1
+.Xr man 1
on
.Ox
handle this?