diff options
author | Sam James <sam@gentoo.org> | 2023-08-19 15:58:24 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-08-19 15:59:00 +0100 |
commit | 45341379cdcdfb74ab44ffb0297564f12fb9beb5 (patch) | |
tree | 357f4bf21ed224872c4a2b1c16610c24eda89fc1 /man | |
parent | NEWS: update for proxy fixes (diff) | |
download | portage-45341379cdcdfb74ab44ffb0297564f12fb9beb5.tar.gz portage-45341379cdcdfb74ab44ffb0297564f12fb9beb5.tar.bz2 portage-45341379cdcdfb74ab44ffb0297564f12fb9beb5.zip |
make.conf.5: mention https_proxy
We support it as of recent (from today) commits.
Bug: https://bugs.gentoo.org/587484
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'man')
-rw-r--r-- | man/make.conf.5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/make.conf.5 b/man/make.conf.5 index 75206d5e7..a1a433b10 100644 --- a/man/make.conf.5 +++ b/man/make.conf.5 @@ -871,7 +871,7 @@ The user name used to drop root privileges during verification. Defaults to "nobody" .br .TP -\fBhttp_proxy ftp_proxy RSYNC_PROXY\fR = \fI[protocol://host:port]\fR +\fBhttp_proxy https_proxy ftp_proxy RSYNC_PROXY\fR = \fI[protocol://host:port]\fR These variables are used by network clients such as \fBwget\fR(1) and \fBrsync\fR(1). They are only required if you use a proxy server for internet access. |