diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-07-18 21:22:37 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-07-18 21:22:37 +0000 |
commit | 2c28424c1d0f15445edbae6ec83d3604d8215f20 (patch) | |
tree | 552d12b4dd9b143e3237d7417b5f044965c92731 /share/man | |
parent | bd916b0c954e03d6fa5386c690f0bf4dd03cde83 (diff) |
packages-specs man page is section 7, not 5;
Diffstat (limited to 'share/man')
-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. |