diff options
author | T.J. Townsend <tj@cvs.openbsd.org> | 2016-05-14 03:41:49 +0000 |
---|---|---|
committer | T.J. Townsend <tj@cvs.openbsd.org> | 2016-05-14 03:41:49 +0000 |
commit | 4ca8b49a9e295753d3fefa3ab50c0b5406aad614 (patch) | |
tree | e1a6e8b7e1087cebb4a78e0e4defc509377840d1 /usr.sbin/pkg_add | |
parent | 247b066ab681b4fd1d194ec488f3c30a94af1a81 (diff) |
ftp:// -> http:// for main ftp site example.
Diffstat (limited to 'usr.sbin/pkg_add')
-rw-r--r-- | usr.sbin/pkg_add/pkg_add.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/pkg_add/pkg_add.1 b/usr.sbin/pkg_add/pkg_add.1 index 5cda0a12fc8..c9af794c1a3 100644 --- a/usr.sbin/pkg_add/pkg_add.1 +++ b/usr.sbin/pkg_add/pkg_add.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pkg_add.1,v 1.134 2015/11/04 16:59:58 mmcc Exp $ +.\" $OpenBSD: pkg_add.1,v 1.135 2016/05/14 03:41:48 tj 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: November 4 2015 $ +.Dd $Mdocdate: May 14 2016 $ .Dt PKG_ADD 1 .Os .Sh NAME @@ -132,7 +132,7 @@ package name itself plus the suffix) or a URL referring to FTP, HTTP, HTTPS, or SCP locations. The following examples are valid: .Pp -.Li pkg_add -v ftp://ftp.openbsd.org/pub/OpenBSD/2.7/packages/i386/m4-1.4.tgz +.Li pkg_add -v http://ftp.openbsd.org/pub/OpenBSD/2.7/packages/i386/m4-1.4.tgz .Li pkg_add -v scp://login@host/usr/ports/packages/sparc/all/tcl-8.4.7.tgz .Pp If the given package names are not found in the current working directory, |