diff options
Diffstat (limited to 'usr.sbin/pkg_add/pkg_add.1')
-rw-r--r-- | usr.sbin/pkg_add/pkg_add.1 | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/usr.sbin/pkg_add/pkg_add.1 b/usr.sbin/pkg_add/pkg_add.1 index d85cfa19a48..a4ba6d6cc5a 100644 --- a/usr.sbin/pkg_add/pkg_add.1 +++ b/usr.sbin/pkg_add/pkg_add.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pkg_add.1,v 1.153 2018/01/08 05:42:48 bentley Exp $ +.\" $OpenBSD: pkg_add.1,v 1.154 2018/07/10 10:20:51 espie Exp $ .\" .\" Documentation and design originally from FreeBSD. All the code has .\" been rewritten since. We keep the documentation's notice: @@ -15,7 +15,7 @@ .\" Jordan K. Hubbard .\" .\" -.Dd $Mdocdate: January 8 2018 $ +.Dd $Mdocdate: July 10 2018 $ .Dt PKG_ADD 1 .Os .Sh NAME @@ -760,7 +760,7 @@ Once all dependencies are up to date, will update the package. .El .Sh ENVIRONMENT -.Bl -tag -width PKG_DESTDIR +.Bl -tag -width PKG_CHECKSUM .It Ev FTPMODE Specifies whether .Xr ftp 1 @@ -785,12 +785,6 @@ If set, verify files checksums during deletion, exactly like .It Ev PKG_DBDIR Where to register packages instead of .Pa /var/db/pkg . -.It Ev PKG_DESTDIR -Value for -.Ar pkg-destdir , -if no -.Fl B -option is specified. .It Ev PKG_PATH If a given package name cannot be found, the directories named by |