Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/usr.sbin/pkg_install/add pullup 1.14->1.15 (cgd): Add s...



details:   https://anonhg.NetBSD.org/src/rev/794029363550
branches:  netbsd-1-4
changeset: 468928:794029363550
user:      perry <perry%NetBSD.org@localhost>
date:      Wed Jun 23 14:59:44 1999 +0000

description:
pullup 1.14->1.15 (cgd): Add support for fetching packages from HTTP URLs

diffstat:

 usr.sbin/pkg_install/add/pkg_add.1 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r fe936c8fbe29 -r 794029363550 usr.sbin/pkg_install/add/pkg_add.1
--- a/usr.sbin/pkg_install/add/pkg_add.1        Wed Jun 23 14:56:54 1999 +0000
+++ b/usr.sbin/pkg_install/add/pkg_add.1        Wed Jun 23 14:59:44 1999 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pkg_add.1,v 1.14 1999/03/22 18:44:02 garbled Exp $
+.\" $NetBSD: pkg_add.1,v 1.14.2.1 1999/06/23 14:59:44 perry Exp $
 .\"
 .\" FreeBSD install - a package for the installation and maintainance
 .\" of non-core utilities.
@@ -178,8 +178,8 @@
 .Ar pkg-name
 arguments may be specified, each being either a file containing the
 package (these usually ending with the ``.tgz'' suffix) or a
-URL pointing at a file available on an ftp site.  Thus you may
-extract files directly from their anonymous ftp locations (e.g.
+URL pointing at a file available on an ftp or web site.  Thus you may
+extract files directly from their anonymous ftp or WWW locations (e.g.
 .Nm
 ftp://ftp.netbsd.org/pub/NetBSD/packages/1.3.2/i386/shells/bash-2.02.1.tgz).
 Note:  If you wish to use



Home | Main Index | Thread Index | Old Index