diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2023-04-26 19:12:50 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2023-04-26 19:12:50 +0000 |
commit | 15adee8b172f4af5eb42bc6ca0c5796a48c95d87 (patch) | |
tree | 723c6e0fe719b8a5bdcfeb585b11ae237f2c2f98 /share/man/man5 | |
parent | bb5fed46535642181b0c8fc880e73553224763b5 (diff) |
fix some Xr;
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/port-modules.5 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5 index ae05d981fd4..36e2d4742d4 100644 --- a/share/man/man5/port-modules.5 +++ b/share/man/man5/port-modules.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: port-modules.5,v 1.261 2023/04/24 11:54:28 ajacoutot Exp $ +.\" $OpenBSD: port-modules.5,v 1.262 2023/04/26 19:12:48 jmc Exp $ .\" .\" Copyright (c) 2008 Marc Espie .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: April 24 2023 $ +.Dd $Mdocdate: April 26 2023 $ .Dt PORT-MODULES 5 .Os .Sh NAME @@ -589,7 +589,8 @@ is added to DPB_PROPERTIES because CMake's include files parser cheats too much. .It devel/cabal See -.Xr cabal-module 5 for porting Haskell applications . +.Xr cabal-module 5 +for porting Haskell applications. .It devel/cargo See .Xr cargo-module 5 . |