diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-04-09 21:36:58 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-04-09 21:36:58 +0000 |
commit | 82acd569dc5cf5f7a41955b7a25506cbb42073f4 (patch) | |
tree | 0b631b024bb9305291a13cee7de137fce05dc9c3 | |
parent | c6d16fdc18ef04193ef5cfcb50b71a68eb4852ef (diff) |
`an URL' -> `a URL';
-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 |