diff options
author | 2020-11-09 15:23:48 +0000 | |
---|---|---|
committer | 2020-11-09 15:23:48 +0000 | |
commit | 5dbadba5ba2739bde9ca81c7ebf1e0963cf27c94 (patch) | |
tree | 60ff1ef5a920797fbd9ef9477de220b2f6d3be14 | |
parent | There seems to be a silicon errata for 82598 ix(4) chips. When the (diff) | |
download | wireguard-openbsd-5dbadba5ba2739bde9ca81c7ebf1e0963cf27c94.tar.xz wireguard-openbsd-5dbadba5ba2739bde9ca81c7ebf1e0963cf27c94.zip |
blurb about @tag being recorded as well
-rw-r--r-- | usr.sbin/pkg_add/pkg_check.8 | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/usr.sbin/pkg_add/pkg_check.8 b/usr.sbin/pkg_add/pkg_check.8 index b33fe5dbd8c..61dc156cd4f 100644 --- a/usr.sbin/pkg_add/pkg_check.8 +++ b/usr.sbin/pkg_add/pkg_check.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pkg_check.8,v 1.10 2018/01/08 05:42:48 bentley Exp $ +.\" $OpenBSD: pkg_check.8,v 1.11 2020/11/09 15:23:48 espie Exp $ .\" .\" Copyright (c) 2010 Marc Espie <espie@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: January 8 2018 $ +.Dd $Mdocdate: November 9 2020 $ .Dt PKG_CHECK 8 .Os .Sh NAME @@ -46,13 +46,17 @@ Checks that only contains directories, that each directory holds a packing-list, and that said packing-list is an actual packing-list that matches the directory. .It Direct dependencies -Checks that all direct dependencies are recorded correctly, specifically, that -.Cm @depend +Checks that all direct dependencies are recorded correctly, +specifically, that +.Cm @depend , +.Cm @tag and .Cm @wantlib match actual packages. It currently does not verify that .Cm @wantlib +or +.Cm @tag are reachable from the base package. .It Reverse dependencies Checks that all direct dependencies have corresponding reverse dependencies. |