diff options
author | Anil Madhavapeddy <avsm@cvs.openbsd.org> | 2002-11-25 10:18:25 +0000 |
---|---|---|
committer | Anil Madhavapeddy <avsm@cvs.openbsd.org> | 2002-11-25 10:18:25 +0000 |
commit | 6b0aea411db8688a421614752d2c739b66241824 (patch) | |
tree | 29e8468a923d77ba716d231b38693ff0a22ce897 /share/man/man5 | |
parent | 938489b11d62d1744f9a29e37b37715efa0c4f00 (diff) |
succesful -> successful
Diffstat (limited to 'share/man/man5')
-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 ef7d20a20eb..3d28a6f0394 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.77 2002/11/08 08:08:47 mpech Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.78 2002/11/25 10:18:24 avsm Exp $ .\" .\" Copyright (c) 2000 Marc Espie .\" @@ -323,7 +323,7 @@ specifically, in ${WRKDIR}/directory. .It Ev BULK If set to .Sq Yes , -succesful package builds and installations will clean +successful package builds and installations will clean their working directories, after invoking .Ar ftp-packages , .Ar cdrom-packages , @@ -333,7 +333,7 @@ See .Ev BIN_PACKAGES , .Ev TRUST_PACKAGES . .It Ev BULK_COOKIES_DIR -Used to store cookies for succesful bulk-package builds, defaults to +Used to store cookies for successful bulk-package builds, defaults to .Pa ${PORTSDIR}/bulk/${MACHINE_ARCH} . .It Ev BULK_FLAGS Flags to pass to build each target in |