diff options
author | 2009-04-13 22:44:16 +0000 | |
---|---|---|
committer | 2009-04-13 22:44:16 +0000 | |
commit | 1c446fefb38d050b7fac0e93112e9cec2ff9f799 (patch) | |
tree | 5087c4716493c4d5cb1ac796f9f4eae59150c8e0 | |
parent | Convert the page queue lock to a mutex instead of a simplelock. (diff) | |
download | wireguard-openbsd-1c446fefb38d050b7fac0e93112e9cec2ff9f799.tar.xz wireguard-openbsd-1c446fefb38d050b7fac0e93112e9cec2ff9f799.zip |
explicitely say that package signatures contain run time dependencies
only and no pure build dependencies; ok jmc@
-rw-r--r-- | share/man/man7/packages.7 | 6 | ||||
-rw-r--r-- | usr.sbin/pkg_add/pkg_info.1 | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man7/packages.7 b/share/man/man7/packages.7 index 8d9174bea46..9b729f346d5 100644 --- a/share/man/man7/packages.7 +++ b/share/man/man7/packages.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: packages.7,v 1.27 2007/05/31 19:19:58 jmc Exp $ +.\" $OpenBSD: packages.7,v 1.28 2009/04/13 22:44:16 schwarze Exp $ .\" .\" Copyright (c) 2000 Marc Espie .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: April 13 2009 $ .Dt PACKAGES 7 .Os .Sh NAME @@ -135,7 +135,7 @@ package that holds those files, and is not useful as a stand-alone package. .Sh PACKAGE VERSIONS All packages have an obvious version number in their name, and a not so obvious version inside the actual package: -the dependencies used for building. +the run time dependencies used for building. Tools like pkg_add -u and out-of-date will look at those dependencies to decide when to perform an update. .Pp 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 |