summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/pkg_add/pkg_add.112
-rw-r--r--usr.sbin/pkg_add/pkg_create.113
-rw-r--r--usr.sbin/pkg_add/pkg_delete.110
3 files changed, 7 insertions, 28 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
diff --git a/usr.sbin/pkg_add/pkg_create.1 b/usr.sbin/pkg_add/pkg_create.1
index 5ca6151f02c..c71ffafaf6b 100644
--- a/usr.sbin/pkg_add/pkg_create.1
+++ b/usr.sbin/pkg_add/pkg_create.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pkg_create.1,v 1.113 2018/07/09 09:35:13 espie Exp $
+.\" $OpenBSD: pkg_create.1,v 1.114 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:
@@ -21,7 +21,7 @@
.\" [jkh] Took John's changes back and made some additional extensions for
.\" better integration with FreeBSD's new ports collection.
.\"
-.Dd $Mdocdate: July 9 2018 $
+.Dd $Mdocdate: July 10 2018 $
.Dt PKG_CREATE 1
.Os
.Sh NAME
@@ -923,15 +923,6 @@ inclusion will be ignored.
However, if both the positive and negative fragment files do not exist,
.Nm
will error out, to make it easier to spot fragment names errors.
-.Sh ENVIRONMENT
-.Bl -tag -width PKG_DESTDIR
-.It Ev PKG_DESTDIR
-Default value for
-.Ar pkg-destdir ,
-if no
-.Fl B
-option is specified.
-.El
.Sh SEE ALSO
.Xr pkg_add 1 ,
.Xr pkg_delete 1 ,
diff --git a/usr.sbin/pkg_add/pkg_delete.1 b/usr.sbin/pkg_add/pkg_delete.1
index 0903e0a578f..95c47b88694 100644
--- a/usr.sbin/pkg_add/pkg_delete.1
+++ b/usr.sbin/pkg_add/pkg_delete.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pkg_delete.1,v 1.58 2018/01/08 05:42:48 bentley Exp $
+.\" $OpenBSD: pkg_delete.1,v 1.59 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_DELETE 1
.Os
.Sh NAME
@@ -191,12 +191,6 @@ If set, verify files checksums during deletion, exactly like
.It Ev PKG_DBDIR
Where to look for installed packages instead of
.Pa /var/db/pkg .
-.It Ev PKG_DESTDIR
-Value for
-.Ar pkg-destdir ,
-if no
-.Fl B
-option is specified.
.El
.Sh SEE ALSO
.Xr pkg_add 1 ,