summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-09-20 07:15:26 +0000
committerZac Medico <zmedico@gentoo.org>2008-09-20 07:15:26 +0000
commit26b42afd044a5b17637e927088e521b1e5fee919 (patch)
tree5bc731534bbdd53d65c2c4fb3bca955292dbd6c2 /man
parentf6594305310080b02a39f6abf0263790ccecd42a (diff)
downloadportage-26b42afd044a5b17637e927088e521b1e5fee919.tar.gz
portage-26b42afd044a5b17637e927088e521b1e5fee919.tar.bz2
portage-26b42afd044a5b17637e927088e521b1e5fee919.zip
Bug #238157 - Update http_proxy/ftp_proxy docs to show protocol://, for
compat with rubygems. svn path=/main/trunk/; revision=11520
Diffstat (limited to 'man')
-rw-r--r--man/make.conf.52
1 files changed, 1 insertions, 1 deletions
diff --git a/man/make.conf.5 b/man/make.conf.5
index 054d83d1c..45ad93b0c 100644
--- a/man/make.conf.5
+++ b/man/make.conf.5
@@ -375,7 +375,7 @@ the \fIebuild scripts\fR. Merging 'mirrorselect' can help. Entries in this
variable that have no protocol and simply start with a '/' path separator may
be used to specify mounted filesystem mirrors.
.TP
-\fBhttp_proxy ftp_proxy\fR = \fI[host:port]\fR
+\fBhttp_proxy ftp_proxy\fR = \fI[protocol://host:port]\fR
These vars are used if the sources must be downloaded from the
internet by \fBwget\fR(1). They are only required if you use a
proxy server for internet access.