zap really old stuff
authorespie <espie@openbsd.org>
Tue, 10 Jul 2018 10:20:51 +0000 (10:20 +0000)
committerespie <espie@openbsd.org>
Tue, 10 Jul 2018 10:20:51 +0000 (10:20 +0000)
usr.sbin/pkg_add/pkg_add.1
usr.sbin/pkg_add/pkg_create.1
usr.sbin/pkg_add/pkg_delete.1

index d85cfa1..a4ba6d6 100644 (file)
@@ -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
index 5ca6151..c71ffaf 100644 (file)
@@ -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 ,
index 0903e0a..95c47b8 100644 (file)
@@ -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 ,