diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2018-11-25 12:04:30 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2018-11-25 12:04:30 +0000 |
commit | ad491da8ade2f21f514ba1b5be8a3b7930803ec0 (patch) | |
tree | 946e7043c125361a706f9daba2a23a5ca67ce107 /share/man/man1 | |
parent | 875dc5e402f34323809299618d950da6b61dcb8a (diff) |
document knob
Diffstat (limited to 'share/man/man1')
-rw-r--r-- | share/man/man1/dpb.1 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/share/man/man1/dpb.1 b/share/man/man1/dpb.1 index 9d8698a5813..0a9ed8a81de 100644 --- a/share/man/man1/dpb.1 +++ b/share/man/man1/dpb.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dpb.1,v 1.8 2018/11/02 08:11:43 espie Exp $ +.\" $OpenBSD: dpb.1,v 1.9 2018/11/25 12:04:29 espie Exp $ .\" .\" Copyright (c) 2010-2013 Marc Espie <espie@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: November 2 2018 $ +.Dd $Mdocdate: November 25 2018 $ .Dt DPB 1 .Os .Sh NAME @@ -306,6 +306,10 @@ Do not update the distfiles history. For instance, if .Nm is run a second time after a problem during the first run. +.It Ar NO_QUICK_SCAN +Disable the quick scan default heuristic, +where full bulks will start by scanning the most prominent ports +in former builds. .It Ar PORT_USER User that can write to the ports tree. Not really used for anything yet. |