diff options
author | bmah <bmah@FreeBSD.org> | 2002-09-10 02:42:59 +0000 |
---|---|---|
committer | bmah <bmah@FreeBSD.org> | 2002-09-10 02:42:59 +0000 |
commit | 7297daa77aa83ce65d288621560ed19db241ff37 (patch) | |
tree | 17fc4831dd7d28df7786fd0f5ad890567b85569d /usr.sbin | |
parent | ab723a2a1b1c6f1edd706d2a0e0fb1cd93d9308f (diff) | |
download | FreeBSD-src-7297daa77aa83ce65d288621560ed19db241ff37.zip FreeBSD-src-7297daa77aa83ce65d288621560ed19db241ff37.tar.gz |
Update to use *.tbz suffix, also update example URL.
While I'm here, fix a gramm-o.
PR: 42576
Submitted by: Jeff Ito <jeffi@rcn.com>
MFC after: 1 day
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/pkg_install/add/pkg_add.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/pkg_install/add/pkg_add.1 b/usr.sbin/pkg_install/add/pkg_add.1 index 4622d44..0931aea 100644 --- a/usr.sbin/pkg_install/add/pkg_add.1 +++ b/usr.sbin/pkg_install/add/pkg_add.1 @@ -180,13 +180,13 @@ and the contents then acted on as normal. One or more .Ar pkg-name arguments may be specified, each being either a file containing the -package (these usually ending with the -.Dq .tgz +package (these usually end with a +.Dq .tbz suffix) or a URL pointing at a file available on an ftp site. Thus you may extract files directly from their anonymous ftp locations (e.g.\& .Nm -.Li ftp://ftp.FreeBSD.org/pub/FreeBSD/packages/shells/bash-1.14.4.tgz ) . +.Li ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/packages/shells/bash-1.14.7.tbz ) . Note: If you wish to use .Bf -emphasis passive mode |