pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/doc/guide/files Add trailing slash after All/ in PKG_P...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4dcc6bc98a58
branches:  trunk
changeset: 645312:4dcc6bc98a58
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 26 23:00:00 2015 +0000

description:
Add trailing slash after All/ in PKG_PATH example.

diffstat:

 doc/guide/files/using.xml |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 43cf992ec68f -r 4dcc6bc98a58 doc/guide/files/using.xml
--- a/doc/guide/files/using.xml Mon Jan 26 18:38:44 2015 +0000
+++ b/doc/guide/files/using.xml Mon Jan 26 23:00:00 2015 +0000
@@ -1,4 +1,4 @@
-<!-- $NetBSD: using.xml,v 1.38 2010/03/18 10:56:18 wiz Exp $ -->
+<!-- $NetBSD: using.xml,v 1.39 2015/01/26 23:00:00 wiz Exp $ -->
 
 <chapter id="using"> <?dbhtml filename="using.html"?>
 <title>Using pkgsrc</title>
@@ -57,7 +57,7 @@
     <title>Installing binary packages</title>
 
     <para>In the directory from the last section, there is a
-    subdirectory called <filename>All</filename>, which contains all the
+    subdirectory called <filename>All/</filename>, which contains all the
     binary packages that are available for the platform, excluding those
     that may not be distributed via FTP or CDROM (depending on which
     medium you are using).</para>
@@ -68,7 +68,7 @@
 
 <screen>
 &rprompt; <userinput>PATH="/usr/pkg/sbin:$PATH"</userinput>
-&rprompt; <userinput>PKG_PATH="ftp://ftp.NetBSD.org/pub/pkgsrc/packages/<replaceable>OPSYS</replaceable>/<replaceable>ARCH</replaceable>/<replaceable>VERSIONS</replaceable>/All"</userinput>
+&rprompt; <userinput>PKG_PATH="ftp://ftp.NetBSD.org/pub/pkgsrc/packages/<replaceable>OPSYS</replaceable>/<replaceable>ARCH</replaceable>/<replaceable>VERSIONS</replaceable>/All/"</userinput>
 &rprompt; <userinput>export PATH PKG_PATH</userinput>
 </screen>
 



Home | Main Index | Thread Index | Old Index