diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2007-05-22 11:02:58 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2007-05-22 11:02:58 +0000 |
commit | fb032318a854417c2370bccb0b24789112055093 (patch) | |
tree | f884e1b1c97a9b11f6eee5dca2c8f00428d98162 /usr.sbin/pkg_add/pkg_create.1 | |
parent | 5d2c4b4e0002177a7b90fd29b3f68d77a682dea4 (diff) |
zap references to pkgdep. Packing-Lists no longer even record it, anyways.
Diffstat (limited to 'usr.sbin/pkg_add/pkg_create.1')
-rw-r--r-- | usr.sbin/pkg_add/pkg_create.1 | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/usr.sbin/pkg_add/pkg_create.1 b/usr.sbin/pkg_add/pkg_create.1 index 3788f9445c2..94ccc026287 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.36 2007/05/22 00:25:42 espie Exp $ +.\" $OpenBSD: pkg_create.1,v 1.37 2007/05/22 11:02:57 espie Exp $ .\" .\" Documentation and design originally from FreeBSD. All the code has .\" been rewritten since. We keep the documentation's notice: @@ -568,23 +568,6 @@ Deprecated, use .Cm @conflict instead. .Pp -.It Cm @pkgdep Ar pkgname -Declare a dependency on the -.Ar pkgname -package. -The -.Ar pkgname -package must be installed before this package may be -installed, and this package must be deinstalled before the -.Ar pkgname -package is deinstalled. -Multiple -.Cm @pkgdep -directives may be used if the package depends on multiple other packages. -Deprecated, use -.Cm @depend -instead. -.Pp .It Cm @pkgpath Ar pkgpath Declare an extra .Ar pkgpath |