diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2021-05-03 07:48:17 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2021-05-03 07:48:17 +0000 |
commit | b4fedf929d5bb07acd8a6f6ee14c12092cc28bf7 (patch) | |
tree | 53df199ca49c4912a8e221f26adb2244dc0732b5 | |
parent | f559710c5168ea3e40c0bd7b771afa94adf93fa9 (diff) |
thinko, noticed by jmc@
-rw-r--r-- | share/man/man1/dpb.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man1/dpb.1 b/share/man/man1/dpb.1 index e6474c7e3fb..dd8d040845a 100644 --- a/share/man/man1/dpb.1 +++ b/share/man/man1/dpb.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dpb.1,v 1.23 2021/05/03 07:21:15 espie Exp $ +.\" $OpenBSD: dpb.1,v 1.24 2021/05/03 07:48:16 espie Exp $ .\" .\" Copyright (c) 2010-2013 Marc Espie <espie@openbsd.org> .\" @@ -266,7 +266,7 @@ Override for the default .Ar FETCH_CMD coming from ports. This might be useful because fetching isn't chroot'd -and is run as ${FETCH_USER}, +and is run as ${FETCH_USER}. .It Ar FETCH_USER User for all fetch activities if possible .Po defaults to |