diff options
author | 2010-07-18 21:22:36 +0000 | |
---|---|---|
committer | 2010-07-18 21:22:36 +0000 | |
commit | 0f1a6900a6e7b8698c1bcd195fc199895ba7d6a6 (patch) | |
tree | 02c36492badd57338d11d77ec5542b7b0026b6cf | |
parent | Support from vblank events in drm. (diff) | |
download | wireguard-openbsd-0f1a6900a6e7b8698c1bcd195fc199895ba7d6a6.tar.xz wireguard-openbsd-0f1a6900a6e7b8698c1bcd195fc199895ba7d6a6.zip |
packages-specs man page is section 7, not 5;
-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 8d497bb83a3..72a0d157f5f 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.256 2010/07/18 18:50:38 naddy Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.257 2010/07/18 21:22:36 jmc Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -1058,7 +1058,7 @@ Gets automatically incorporated into as .Sq v${EPOCH} to form a full package-name conforming to -.Xr packages-specs 5 . +.Xr packages-specs 7 . .It Ev ERRORS List of errors found while parsing the port's Makefile. Display the errors before making any target, and if any error starts with @@ -1756,7 +1756,7 @@ Gets automatically incorporated into as .Sq p${REVISION} to form a full package-name conforming to -.Xr packages-specs 5 . +.Xr packages-specs 7 . .It Ev RUN_DEPENDS Specification of ports this port needs installed to be functional. Same format as BUILD_DEPENDS. |