diff options
author | 2010-07-11 07:19:05 +0000 | |
---|---|---|
committer | 2010-07-11 07:19:05 +0000 | |
commit | 627102453647aaa3dd56c8fa170f30c642f4db45 (patch) | |
tree | f87c8384b52e3b3c6c38e6b2194d3e9d1f164179 | |
parent | Fixup structures to be correct size (diff) | |
download | wireguard-openbsd-627102453647aaa3dd56c8fa170f30c642f4db45.tar.xz wireguard-openbsd-627102453647aaa3dd56c8fa170f30c642f4db45.zip |
thinko (found by Daniel Dickman)
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index e8aae09ac82..62d8d937be8 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.254 2010/07/10 10:49:15 jmc Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.255 2010/07/11 07:19:05 espie 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: July 10 2010 $ +.Dd $Mdocdate: July 11 2010 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -1192,9 +1192,9 @@ Read-only. Full name of the created package, taking flavors into account. Defaults to ${PKGNAME}${FLAVOR_EXT}. See also -.It Ev EPOCH +.Ev EPOCH and -.It Ev REVISION . +.Ev REVISION . .It Ev FULLPKGPATH Path to the current port's directory, relative to ${PORTSDIR}, including flavors and subpackages. |