From: Zac Medico Date: Sat, 20 Sep 2008 07:15:26 +0000 (-0000) Subject: Bug #238157 - Update http_proxy/ftp_proxy docs to show protocol://, for X-Git-Tag: v2.2_rc9~11 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=26b42afd044a5b17637e927088e521b1e5fee919;p=portage.git Bug #238157 - Update http_proxy/ftp_proxy docs to show protocol://, for compat with rubygems. svn path=/main/trunk/; revision=11520 --- 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.