diff options
author | 2009-06-04 13:51:57 +0000 | |
---|---|---|
committer | 2009-06-04 13:51:57 +0000 | |
commit | 7dfc7333bb41132739f10a99680a2dcb7d012f7c (patch) | |
tree | 6f936a536ceb582069789fae11f222f53ea866e8 | |
parent | Keep around the SSL session for each checked host. This way SSL (diff) | |
download | wireguard-openbsd-7dfc7333bb41132739f10a99680a2dcb7d012f7c.tar.xz wireguard-openbsd-7dfc7333bb41132739f10a99680a2dcb7d012f7c.zip |
tweak previous;
-rw-r--r-- | share/man/man5/port-modules.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5 index 8ca1c7532a1..dc1db95d370 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.39 2009/06/04 01:11:57 jasper Exp $ +.\" $OpenBSD: port-modules.5,v 1.40 2009/06/04 13:51:57 jmc Exp $ .\" .\" Copyright (c) 2008 Marc Espie .\" @@ -356,7 +356,7 @@ Adds to BUILD_DEPENDS. Sets MODSCONS_BIN and MODSCONS_ENV. Also defines an overridable MODSCONS_FLAGS. -It provides a do-build and do-install target, that can be overriden in the +It provides a do-build and do-install target that can be overridden in the port Makefile. .It devel/waf Adds |