diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2004-01-22 21:11:44 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2004-01-22 21:11:44 +0000 |
commit | fea5e5e20bb3cf8d4e4e72e0a2e3f77bdb8c2a6e (patch) | |
tree | 35e6b220e4d8fd147caf53a1e0249cf083d70a81 /usr.sbin/pkg_add/pkg_add.1 | |
parent | 0991a9522eeb0c7735a7e45554c1698d9c79d89c (diff) |
document/activate @arch. Fix list handling.
Diffstat (limited to 'usr.sbin/pkg_add/pkg_add.1')
-rw-r--r-- | usr.sbin/pkg_add/pkg_add.1 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.sbin/pkg_add/pkg_add.1 b/usr.sbin/pkg_add/pkg_add.1 index 296b74114ea..683a3574e95 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.6 2003/11/14 23:18:50 espie Exp $ +.\" $OpenBSD: pkg_add.1,v 1.7 2004/01/22 21:11:43 espie Exp $ .\" .\" FreeBSD install - a package for the installation and maintenance .\" of non-core utilities. @@ -158,6 +158,10 @@ directives, see with an already recorded as installed package. If it is, installation is terminated. .It +For packages tagged with architecture constraints, +.Nm +verifies that the current machine architecture agrees with the constraints. +.It All package dependencies (from .Cm @pkgdep , .Cm @libdepend , |