From e4dc8a8b1841138e40283f308b7cc60883310342 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Mon, 13 Apr 2009 22:44:17 +0000 Subject: explicitely say that package signatures contain run time dependencies only and no pure build dependencies; ok jmc@ --- usr.sbin/pkg_add/pkg_info.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.sbin/pkg_add/pkg_info.1') 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 -- cgit v1.2.3