diff options
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/pkg_add/pkg_add.1 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/usr.sbin/pkg_add/pkg_add.1 b/usr.sbin/pkg_add/pkg_add.1 index f3edbb9ca32..7941f48e80b 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.42 2005/08/16 12:05:58 espie Exp $ +.\" $OpenBSD: pkg_add.1,v 1.43 2005/08/16 12:20:21 espie Exp $ .\" .\" FreeBSD install - a package for the installation and maintenance .\" of non-core utilities. @@ -314,10 +314,9 @@ For packages tagged with architecture constraints, verifies that the current machine architecture agrees with the constraints. .It All package dependencies (from -.Cm @pkgdep , -.Cm @libdepend , +.Cm @depend and -.Cm @newdepend +.Cm @wantlib directives; see .Xr pkg_create 1 ) are read from the packing list. |