diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-04-15 19:50:23 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-04-15 19:50:23 +0000 |
commit | 8011d9fff7a2e2dc0f4b60c758e37f5bbd6110a1 (patch) | |
tree | 9dd06485d3a13146068a2920a85e64cdb357e234 /usr.sbin | |
parent | 06d0da722e5f59efd24eeab4cc98476e7a68e1cd (diff) |
added trailing slash to ftp example;
from Ingolf Schuchardt, PR 3203;
ok pval@
Diffstat (limited to 'usr.sbin')
-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 6fdcd436bb8..202d22e7bdc 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.30 2003/03/07 06:30:38 david Exp $ +.\" $OpenBSD: pkg_add.1,v 1.31 2003/04/15 19:50:22 jmc Exp $ .\" .\" FreeBSD install - a package for the installation and maintenance .\" of non-core utilities. @@ -79,7 +79,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.7/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) @@ -300,7 +300,7 @@ If the .Ar install script exits with a non-zero status code, the installation is terminated. .It -The packing list is used as a guide for moving (or copying, as necessary) +The packing list is used as a guide for moving (or copying, as necessary) files from the staging area into their final locations. .It If the package contains an |