diff options
author | 2018-07-16 13:14:06 +0000 | |
---|---|---|
committer | 2018-07-16 13:14:06 +0000 | |
commit | 45e8cf53376ad4dbf2ef5a10680e3a577fbca0b4 (patch) | |
tree | eb506fa38e72af8bad81fa29b1adf2cf393e1c45 | |
parent | Implement FBT_FSYNC, which is called on fsync(2) and fdatasync(2). (diff) | |
download | wireguard-openbsd-45e8cf53376ad4dbf2ef5a10680e3a577fbca0b4.tar.xz wireguard-openbsd-45e8cf53376ad4dbf2ef5a10680e3a577fbca0b4.zip |
Be more explicit in FETCH_TIMEOUT description.
It only happens on the command line.
If you want to put it in a config file, it's a DEFAULT or localhost
property called fetch_timeout instead.
-rw-r--r-- | share/man/man1/dpb.1 | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/share/man/man1/dpb.1 b/share/man/man1/dpb.1 index 055f5ba1626..c6d20f3efd2 100644 --- a/share/man/man1/dpb.1 +++ b/share/man/man1/dpb.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dpb.1,v 1.5 2018/07/09 18:27:58 jmc Exp $ +.\" $OpenBSD: dpb.1,v 1.6 2018/07/16 13:14:06 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: July 9 2018 $ +.Dd $Mdocdate: July 16 2018 $ .Dt DPB 1 .Os .Sh NAME @@ -252,6 +252,13 @@ User for all fetch activities if possible .It Ar FETCH_TIMEOUT Timeout (in seconds) after which fetches that don't show any progress will be killed. +This can be instead set in +.Ar DEFAULT +or +.Ar localhost +as the +.Sq fetch_timeout +property. .It Ar FTP_ONLY Don't fetch distfiles that are not allowed for ftp. .It Ar HISTORY_ONLY @@ -407,6 +414,13 @@ value). Chroot to .Ar dir before building. +.It fetch_timeout=s +Timeout (in seconds) after which fetches that don't show +any progress will be killed. +Only makes sense for +.Ar DEFAULT +or +.Ar localhost . .It jobs=n Number of jobs to run on that host, defaults to hw.ncpu. .It junk=n |