diff options
author | 2018-06-18 13:27:16 +0000 | |
---|---|---|
committer | 2018-06-18 13:27:16 +0000 | |
commit | 1caef1760ebd79a4420e887324717d9e2390161d (patch) | |
tree | 06edfa3c7c63bd930157d2e3a073ef260f97cda3 /share/man/man5 | |
parent | Do not allow to change the rdomain of the default loopback interface. (diff) | |
download | wireguard-openbsd-1caef1760ebd79a4420e887324717d9e2390161d.tar.xz wireguard-openbsd-1caef1760ebd79a4420e887324717d9e2390161d.zip |
space needed between macro args and punctuation;
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index d7f43251ebe..388fcb6b981 100644 --- a/share/man/man5/bsd.port.mk.5 +++ b/share/man/man5/bsd.port.mk.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bsd.port.mk.5,v 1.482 2018/06/18 09:06:11 sthen Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.483 2018/06/18 13:27:16 jmc Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -3047,7 +3047,7 @@ but otherwise work with base In those cases do not set .Ev USE_LIBTOOL , instead just set -.Li BUILD_DEPENDS = devel/libtool. +.Li BUILD_DEPENDS = devel/libtool . .It Ev USE_MFS Set to .Sq Yes |