diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2009-04-13 22:44:17 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2009-04-13 22:44:17 +0000 |
commit | e4dc8a8b1841138e40283f308b7cc60883310342 (patch) | |
tree | 438412e1585d8b0a74c35c7500d3abe910c3c1ef /usr.sbin/pkg_add/pkg_info.1 | |
parent | ddba5a930262767119274bac07ae65c245715002 (diff) |
explicitely say that package signatures contain run time dependencies
only and no pure build dependencies; ok jmc@
Diffstat (limited to 'usr.sbin/pkg_add/pkg_info.1')
-rw-r--r-- | usr.sbin/pkg_add/pkg_info.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/pkg_add/pkg_info.1 b/usr.sbin/pkg_add/pkg_info.1 index 39ba3b29b0c..066a949fd48 100644 --- a/usr.sbin/pkg_add/pkg_info.1 +++ b/usr.sbin/pkg_add/pkg_info.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pkg_info.1,v 1.30 2008/10/26 16:16:37 espie Exp $ +.\" $OpenBSD: pkg_info.1,v 1.31 2009/04/13 22:44:16 schwarze 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: October 26 2008 $ +.Dd $Mdocdate: April 13 2009 $ .Dt PKG_INFO 1 .Os .Sh NAME @@ -156,7 +156,7 @@ Show the requirements script (if any) for each package. .It Fl S Show the package signature for each package. This signature is a unique tag showing the package name, and the version number -of every dependency and shared library necessary to build this package. +of every run time dependency and shared library used to build this package. .It Fl s Show an estimate of the total size of each package. .It Fl t |