diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-04-09 21:35:36 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-04-09 21:35:36 +0000 |
commit | c6d16fdc18ef04193ef5cfcb50b71a68eb4852ef (patch) | |
tree | ce07f97fc5abbbca4afa5d2180513de2dc0405b6 /usr.sbin | |
parent | fff3c95c3e57a6b394125f6d14881c78ec535614 (diff) |
add scp example;
from olivier cherrier;
ok espie@
Diffstat (limited to 'usr.sbin')
-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 |