diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2014-02-08 08:54:27 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2014-02-08 08:54:27 +0000 |
commit | 09ae12374c53a9cc4704f462df964ee68b2ed6bc (patch) | |
tree | fff3b1808fe5ea889b36c7c56dbb964cf0ef8d5e /usr.sbin/pkg_add/pkg_add.1 | |
parent | 0b01f1b0cadf3240965d0de445e26f067e64be0f (diff) |
document -Dunsigned
Diffstat (limited to 'usr.sbin/pkg_add/pkg_add.1')
-rw-r--r-- | usr.sbin/pkg_add/pkg_add.1 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/usr.sbin/pkg_add/pkg_add.1 b/usr.sbin/pkg_add/pkg_add.1 index cd5e2faed6c..d59a37d58aa 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.122 2014/01/22 01:29:33 juanfra Exp $ +.\" $OpenBSD: pkg_add.1,v 1.123 2014/02/08 08:54:26 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 22 2014 $ +.Dd $Mdocdate: February 8 2014 $ .Dt PKG_ADD 1 .Os .Sh NAME @@ -312,6 +312,11 @@ Defaults to any key matching for packages, and any key matching .Sq *fw for firmwares. +.It Ar unsigned +allow the installation of unsigned packages without warnings/errors +(necessary for +.Xr ports 7 , +automatically set by the build infrastructure). .It Ar updatedepends force update even if forward dependencies no longer match. .El |