diff options
-rw-r--r-- | usr.sbin/pkg_add/pkg_add.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pkg_add/pkg_add.1 b/usr.sbin/pkg_add/pkg_add.1 index 8166d9e2401..91049a3cc92 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.36 2005/04/09 21:35:35 jmc Exp $ +.\" $OpenBSD: pkg_add.1,v 1.37 2005/04/09 21:36:57 jmc Exp $ .\" .\" FreeBSD install - a package for the installation and maintenance .\" of non-core utilities. @@ -60,7 +60,7 @@ packages and may not be installed using 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. +suffix) or a URL referring to FTP, HTTP, 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 |