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 /share | |
parent | ddba5a930262767119274bac07ae65c245715002 (diff) |
explicitely say that package signatures contain run time dependencies
only and no pure build dependencies; ok jmc@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man7/packages.7 | 6 |
1 files changed, 3 insertions, 3 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 |