summaryrefslogtreecommitdiff
path: root/doc/guide
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-01-26 23:00:00 +0000
committerwiz <wiz@pkgsrc.org>2015-01-26 23:00:00 +0000
commite6ff6a0b1e7e65199251e137689daa1a242778a9 (patch)
tree62e4134d10397215113e19b5217ea5fa080d45ef /doc/guide
parent2f3b0bf23b3616a5ca1fa669e51e8d8fcd86581c (diff)
downloadpkgsrc-e6ff6a0b1e7e65199251e137689daa1a242778a9.tar.gz
Add trailing slash after All/ in PKG_PATH example.
Diffstat (limited to 'doc/guide')
-rw-r--r--doc/guide/files/using.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/guide/files/using.xml b/doc/guide/files/using.xml
index 0f589ce28af..ee8d727df96 100644
--- a/doc/guide/files/using.xml
+++ b/doc/guide/files/using.xml
@@ -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 @@ and you can still use binary packages from someone else.</para>
<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 @@ and you can still use binary packages from someone else.</para>
<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>