diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-04-25 19:56:52 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-04-25 19:56:52 +0000 |
commit | 5e423820a3c4dfc825fe5e28d0fcde0501be066f (patch) | |
tree | b7948f9551695c7889964af9ea4bc5a786f6baeb /usr.sbin/pkg_install/add/pkg_add.1 | |
parent | c7ec3e8981c218a2a0920dd906f7f37d73f33e70 (diff) |
2.6 -> 2.7; deraadt@
Diffstat (limited to 'usr.sbin/pkg_install/add/pkg_add.1')
-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 250fd0de6dc..5519cbfdd3d 100644 --- a/usr.sbin/pkg_install/add/pkg_add.1 +++ b/usr.sbin/pkg_install/add/pkg_add.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pkg_add.1,v 1.20 2000/04/15 02:15:19 aaron Exp $ +.\" $OpenBSD: pkg_add.1,v 1.21 2000/04/25 19:56:51 aaron Exp $ .\" .\" FreeBSD install - a package for the installation and maintainance .\" of non-core utilities. @@ -55,7 +55,7 @@ or suffix) or an FTP location in the form of an URL. For example, the following is valid: .Pp -.Ic pkg_add -v ftp://ftp.openbsd.org/pub/OpenBSD/2.6/packages/i386/m4-1.4.tgz +.Ic pkg_add -v ftp://ftp.openbsd.org/pub/OpenBSD/2.7/packages/i386/m4-1.4.tgz .Pp If the given package names are not found in the current working directory, .Nm @@ -72,7 +72,7 @@ Alternatively, it is possible to add packages interactively from within the ftp client. For example, the following works: .Bd -literal - $ ftp ftp://ftp.openbsd.org/pub/OpenBSD/2.6/packages/i386 + $ ftp ftp://ftp.openbsd.org/pub/OpenBSD/2.7/packages/i386 250 CWD command successful ftp> ls m* 227 Entering Passive Mode (129,128,5,191,164,73) |