summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Mestdagh <steven@cvs.openbsd.org>2008-05-18 13:45:19 +0000
committerSteven Mestdagh <steven@cvs.openbsd.org>2008-05-18 13:45:19 +0000
commit821c30135f708c20a8886c89fe5c173b96ab2f93 (patch)
tree8213cea51728689405e78d45a1be88b36443d54d
parent0fbafca9bb11a9e26f31986344984ea0ba0e8cc8 (diff)
typo, found by markus.lude@gmx.de
-rw-r--r--share/man/man5/port-modules.510
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5
index 990aac2ab2f..dd793984b11 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.10 2008/05/17 10:35:34 wcmaier Exp $
+.\" $OpenBSD: port-modules.5,v 1.11 2008/05/18 13:45:18 steven 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: May 17 2008 $
+.Dd $Mdocdate: May 18 2008 $
.Dt PORT-MODULES 5
.Os
.Sh NAME
@@ -175,7 +175,7 @@ addition to
but as the normal configure process.
If
.Ar do-configure
-is overriden, normal hook processing will not happen.
+is overridden, normal hook processing will not happen.
.It Ar fake
There is a
.Ar pre-fake
@@ -195,7 +195,7 @@ It will be run right before installing the package with
.Xr pkg_add 1 .
.El
.Sh OVERRIDING VARIABLE BEHAVIOR
-Some variables can be overriden by modules.
+Some variables can be overridden by modules.
Be very cautious, as this can make the module difficult to use,
or interact badly with other modules.
As a rule, always provide the override as:
@@ -206,7 +206,7 @@ and provide a module-specific variable with the same value:
.Pp
.Dl MODFOO_VARIABLE = value .
.Pp
-The following variables can be overriden in a relatively safe fashion:
+The following variables can be overridden in a relatively safe fashion:
.Ev ALL_TARGET ,
.Ev CONFIGURE_SCRIPT ,
.Ev DESTDIRNAME ,