diff options
| author | Ivars Berzinsh | 2017-12-19 10:59:04 +0200 |
|---|---|---|
| committer | Ivars Berzinsh | 2017-12-19 10:59:04 +0200 |
| commit | 28a0e445f0fb6aa02fc1be41bdd3cae11065e4fe (patch) | |
| tree | eab889853987b207cb70ec138caf3d733606ef37 /manpages | |
| parent | 25f65c1a136728ece1f4b4b88d7e9121e23879d1 (diff) | |
| download | brew-28a0e445f0fb6aa02fc1be41bdd3cae11065e4fe.tar.bz2 | |
Added info about no_proxy to docs
Diffstat (limited to 'manpages')
| -rw-r--r-- | manpages/brew.1 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/manpages/brew.1 b/manpages/brew.1 index 55c526f67..d8cea8975 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -1120,8 +1120,15 @@ Sets the HTTPS proxy to be used by \fBcurl\fR, \fBgit\fR and \fBsvn\fR when down \fBftp_proxy\fR Sets the FTP proxy to be used by \fBcurl\fR, \fBgit\fR and \fBsvn\fR when downloading through Homebrew\. . +.TP +\fBno_proxy\fR +Sets the comma\-separated list of hostnames and domain names that should be excluded from proxying by \fBcurl\fR, \fBgit\fR and \fBsvn\fR when downloading through Homebrew\. +. .SH "USING HOMEBREW BEHIND A PROXY" -Use the \fBhttp_proxy\fR, \fBhttps_proxy\fR and/or \fBftp_proxy\fR documented above\. For example for an unauthenticated HTTP proxy: +Use the \fBhttp_proxy\fR, \fBhttps_proxy\fR, \fBno_proxy\fR and/or \fBftp_proxy\fR documented above\. +. +.P +For example for an unauthenticated HTTP proxy: . .IP "" 4 . |
