diff options
author | 2014-01-18 22:28:18 +0000 | |
---|---|---|
committer | 2014-01-18 22:28:18 +0000 | |
commit | 955c1deb9989b7eca758a2f2457f3c9cfaba01d1 (patch) | |
tree | d9111c21644ca7a4810df9d4b96ef1d25b74a9f0 | |
parent | Fix the NAME section: (diff) | |
download | wireguard-openbsd-955c1deb9989b7eca758a2f2457f3c9cfaba01d1.tar.xz wireguard-openbsd-955c1deb9989b7eca758a2f2457f3c9cfaba01d1.zip |
use the standard notation of <set>XX.tgz for the install sets
from frantisek holop, thanks!
"Go ahead" espie@
-rw-r--r-- | usr.sbin/pkg_add/package.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/pkg_add/package.5 b/usr.sbin/pkg_add/package.5 index 46d2bd6b73b..64421872bb4 100644 --- a/usr.sbin/pkg_add/package.5 +++ b/usr.sbin/pkg_add/package.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: package.5,v 1.18 2014/01/17 11:09:36 espie Exp $ +.\" $OpenBSD: package.5,v 1.19 2014/01/18 22:28:18 halex Exp $ .\" Copyright (c) 2005-2006 Marc Espie <espie@openbsd.org> .\" .\" Permission to use, copy, modify, and distribute this software for any @@ -12,7 +12,7 @@ .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN .\" 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 17 2014 $ +.Dd $Mdocdate: January 18 2014 $ .Dt PACKAGE 5 .Os .Sh NAME @@ -45,8 +45,8 @@ the file name itself should conform to Note that the base distribution tarballs of .Ox (e.g.\& -.Pa baseXXX.tgz , -.Pa compXXX.tgz , +.Pa baseXX.tgz , +.Pa compXX.tgz , \&...) are not binary packages fit for .Xr pkg_add 1 . .Pp |