summaryrefslogtreecommitdiffstats
path: root/share/man/man7
diff options
context:
space:
mode:
authorespie <espie@openbsd.org>2010-05-01 10:30:41 +0000
committerespie <espie@openbsd.org>2010-05-01 10:30:41 +0000
commit90bcb8edf42765464be90a58057c917e28a0e3c4 (patch)
tree53ca1f2199383951ec7d0fbc17a969b79b05be3d /share/man/man7
parentthis one is going to be fun to fix... (diff)
downloadwireguard-openbsd-90bcb8edf42765464be90a58057c917e28a0e3c4.tar.xz
wireguard-openbsd-90bcb8edf42765464be90a58057c917e28a0e3c4.zip
document STARTAFTER
Diffstat (limited to 'share/man/man7')
-rw-r--r--share/man/man7/ports.711
1 files changed, 9 insertions, 2 deletions
diff --git a/share/man/man7/ports.7 b/share/man/man7/ports.7
index 3402e64ccb3..1d8a8a84d74 100644
--- a/share/man/man7/ports.7
+++ b/share/man/man7/ports.7
@@ -23,10 +23,10 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $OpenBSD: ports.7,v 1.79 2009/10/11 21:07:06 steven Exp $
+.\" $OpenBSD: ports.7,v 1.80 2010/05/01 10:30:41 espie Exp $
.\" $FreeBSD: ports.7,v 1.7 1998/06/23 04:38:50 hoek Exp $
.\"
-.Dd $Mdocdate: October 11 2009 $
+.Dd $Mdocdate: May 1 2010 $
.Dt PORTS 7
.Os
.Sh NAME
@@ -168,6 +168,13 @@ The recursion will skip all directories up to that package path.
This can be used to resume a full build at some specific point without having
to go through thousands of directories first.
.Pp
+The variable
+.Ev STARTAFTER
+can hold the path to a starting directory.
+The recursion will skip all directories up to and including that package path.
+This can be used to resume a full build after some specific point without having
+to go through thousands of directories first.
+.Pp
In case of failure in a subdirectory, the shell fragment held in
.Ev REPORT_PROBLEM
is executed.