diff options
author | 2015-09-20 18:20:37 +0000 | |
---|---|---|
committer | 2015-09-20 18:20:37 +0000 | |
commit | 9499fcead3e6684a5d7b24af557addda03254695 (patch) | |
tree | 5077c2f9af6f55d4b2aefd60a212e34b2acfd2b2 /share/man/man5 | |
parent | More IP26 bits. (diff) | |
download | wireguard-openbsd-9499fcead3e6684a5d7b24af557addda03254695.tar.xz wireguard-openbsd-9499fcead3e6684a5d7b24af557addda03254695.zip |
fix an Xr to pkg_create(1);
from michael reed
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index ba0780b81b1..e3b42b7bd3a 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.420 2015/09/16 19:59:57 schwarze Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.421 2015/09/20 18:20:37 jmc Exp $ .\" .\" Copyright (c) 2000-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: September 16 2015 $ +.Dd $Mdocdate: September 20 2015 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -560,7 +560,7 @@ Resolve .Ev WANTLIB against the ports tree itself and system libraries, without looking at built or installed packages, and writes a list of options suitable for -.Xr pkg-create 1 . +.Xr pkg_create 1 . See .Ar print-package-args . .It Ar prepare |