diff options
author | 2013-03-09 09:03:48 +0000 | |
---|---|---|
committer | 2013-03-09 09:03:48 +0000 | |
commit | 06626ab845e0177b91eb5a3d52bb56db0c5383f9 (patch) | |
tree | 9bcb2cdf50a1c39a62947ced8df0c3826c1aa860 | |
parent | normalize structure definitions (diff) | |
download | wireguard-openbsd-06626ab845e0177b91eb5a3d52bb56db0c5383f9.tar.xz wireguard-openbsd-06626ab845e0177b91eb5a3d52bb56db0c5383f9.zip |
fix target name
-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 df1f35c8d1f..e0566ae21f2 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.368 2013/03/09 00:11:38 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.369 2013/03/09 09:03:48 espie Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -121,7 +121,7 @@ Complete the ${CHECKSUM_FILE} record of checksums with files that have been added since .Ar makesum . Complain if anything does not match. -.It Ar all-lib-depends +.It Ar all-lib-depends-args Process the full .Ev LIB_DEPENDS list into a form suitable for |