diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-07-20 16:35:38 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-07-20 16:35:38 +0000 |
commit | 312c3b3894a653cdae71205eb853a602598198a5 (patch) | |
tree | 3b897a1e5608d4d7f0dd4eaa5724f1edccb48c7d /regress/mdoc/Sh/subbefore.in | |
parent | 404488c175ec95c522681e9630a8834ac830a378 (diff) | |
download | mandoc-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/subbefore.in')
-rw-r--r-- | regress/mdoc/Sh/subbefore.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/mdoc/Sh/subbefore.in b/regress/mdoc/Sh/subbefore.in index b573df1c..d7dbcc60 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 $ +.\" $OpenBSD: subbefore.in,v 1.3 2017/07/20 16:33:13 schwarze Exp $ .Dd $Mdocdate$ .Dt SH-SUBBEFORE 1 .Os .Ss Subsection Can -.Xr mandoc 1 +.Xr man 1 on .Ox handle this? |