diff options
-rw-r--r-- | usr.sbin/pkg_add/pkg_add.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/pkg_add/pkg_add.1 b/usr.sbin/pkg_add/pkg_add.1 index 4feef0ead74..8166d9e2401 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.35 2005/03/26 02:14:36 pvalchev Exp $ +.\" $OpenBSD: pkg_add.1,v 1.36 2005/04/09 21:35:35 jmc Exp $ .\" .\" FreeBSD install - a package for the installation and maintenance .\" of non-core utilities. @@ -61,9 +61,10 @@ Each package name may be specified as a filename (which normally consists of the package name itself plus the .Dq .tgz suffix) or an URL referring to FTP, HTTP, or SCP locations. -For example, the following is valid: +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 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, .Nm |