diff options
author | 2015-08-21 01:24:12 +0000 | |
---|---|---|
committer | 2015-08-21 01:24:12 +0000 | |
commit | 0dd99ab8149b4688c8246ee03417e246d99b5ad6 (patch) | |
tree | 652fe3b0c989c73cc77382aa7726e8cda089df50 /share/man/man5 | |
parent | stdlib.h is in scope; do not cast malloc/calloc/realloc* (diff) | |
download | wireguard-openbsd-0dd99ab8149b4688c8246ee03417e246d99b5ad6.tar.xz wireguard-openbsd-0dd99ab8149b4688c8246ee03417e246d99b5ad6.zip |
Fix typo: MODLUA_DEAFULT_VERSION to MODLUA_DEFAULT_VERSION.
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/port-modules.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5 index b7ddf644204..db91c8eddd1 100644 --- a/share/man/man5/port-modules.5 +++ b/share/man/man5/port-modules.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: port-modules.5,v 1.193 2015/08/11 20:18:03 jasper Exp $ +.\" $OpenBSD: port-modules.5,v 1.194 2015/08/21 01:24:12 bentley Exp $ .\" .\" Copyright (c) 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: August 11 2015 $ +.Dd $Mdocdate: August 21 2015 $ .Dt PORT-MODULES 5 .Os .Sh NAME @@ -941,7 +941,7 @@ is set to 5.1. .Ev MODLUA_DEFAULT_VERSION by default. Ports can be built with two lua versions. -If no FLAVOR is set it defaults to MODLUA_DEAFULT_VERSION. +If no FLAVOR is set it defaults to MODLUA_DEFAULT_VERSION. Otherwise the FULLPKGNAME is adjusted, if MODLUA_SA is not set. In order to set a build, run or test dependency on a lua port, use the following, which will propagate the currently used flavor: |