diff options
Diffstat (limited to 'manpages')
| -rw-r--r-- | manpages/brew-cask.1 | 2 | ||||
| -rw-r--r-- | manpages/brew.1 | 37 | 
2 files changed, 26 insertions, 13 deletions
| diff --git a/manpages/brew-cask.1 b/manpages/brew-cask.1 index b34249d69..21bd79aec 100644 --- a/manpages/brew-cask.1 +++ b/manpages/brew-cask.1 @@ -1,7 +1,7 @@  .\" generated with Ronn/v0.7.3  .\" http://github.com/rtomayko/ronn/tree/0.7.3  . -.TH "BREW\-CASK" "1" "October 2017" "Homebrew" "brew-cask" +.TH "BREW\-CASK" "1" "December 2017" "Homebrew" "brew-cask"  .  .SH "NAME"  \fBbrew\-cask\fR \- a friendly binary installer for macOS diff --git a/manpages/brew.1 b/manpages/brew.1 index bf0348658..55c526f67 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -1,7 +1,7 @@  .\" generated with Ronn/v0.7.3  .\" http://github.com/rtomayko/ronn/tree/0.7.3  . -.TH "BREW" "1" "October 2017" "Homebrew" "brew" +.TH "BREW" "1" "December 2017" "Homebrew" "brew"  .  .SH "NAME"  \fBbrew\fR \- The missing package manager for macOS @@ -152,7 +152,7 @@ The options \fB\-\-name=\fR\fIname\fR and \fB\-\-version=\fR\fIversion\fR each t  .  .TP  \fBdoctor\fR -Check your system for potential problems\. Doctor exits with a non\-zero status if any problems are found\. +Check your system for potential problems\. Doctor exits with a non\-zero status if any potential problems are found\. Please note that these warnings are just used to help the Homebrew maintainers with debugging if you file an issue\. If everything you use Homebrew for is working fine: please don\'t worry or file an issue; just ignore this\.  .  .TP  \fBfetch\fR [\fB\-\-force\fR] [\fB\-\-retry\fR] [\fB\-v\fR] [\fB\-\-devel\fR|\fB\-\-HEAD\fR] [\fB\-\-deps\fR] [\fB\-\-build\-from\-source\fR|\fB\-\-force\-bottle\fR] \fIformulae\fR @@ -1028,8 +1028,12 @@ If set, Homebrew will use this editor when editing a single formula, or several  \fINote:\fR \fBbrew edit\fR will open all of Homebrew as discontinuous files and directories\. TextMate can handle this correctly in project mode, but many editors will do strange things in this case\.  .  .TP +\fBHOMEBREW_FORCE_BREWED_CURL\fR +If set, Homebrew will use a Homebrew\-installed \fBcurl\fR rather than the system version\. +. +.TP  \fBHOMEBREW_FORCE_VENDOR_RUBY\fR -If set, Homebrew will always use its vendored, relocatable Ruby 2\.0 version even if the system version of Ruby is >=2\.0\. +If set, Homebrew will always use its vendored, relocatable Ruby version even if the system version of Ruby is new enough\.  .  .TP  \fBHOMEBREW_GIT\fR @@ -1104,30 +1108,39 @@ This issue typically occurs when using FileVault or custom SSD configurations\.  \fBHOMEBREW_VERBOSE\fR  If set, Homebrew always assumes \fB\-\-verbose\fR when running commands\.  . -.SH "USING HOMEBREW BEHIND A PROXY" -Homebrew uses several commands for downloading files (e\.g\. \fBcurl\fR, \fBgit\fR, \fBsvn\fR)\. Many of these tools can download via a proxy\. It\'s common for these tools to read proxy parameters from environment variables\. +.TP +\fBhttp_proxy\fR +Sets the HTTP proxy to be used by \fBcurl\fR, \fBgit\fR and \fBsvn\fR when downloading through Homebrew\.  . -.P -For the majority of cases setting \fBhttp_proxy\fR is enough\. You can set this in your shell profile, or you can use it before a brew command: +.TP +\fBhttps_proxy\fR +Sets the HTTPS proxy to be used by \fBcurl\fR, \fBgit\fR and \fBsvn\fR when downloading through Homebrew\. +. +.TP +\fBftp_proxy\fR +Sets the FTP proxy to be used 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:  .  .IP "" 4  .  .nf -http_proxy=http://<host>:<port> brew install foo +export http_proxy=http://<host>:<port>  .  .fi  .  .IP "" 0  .  .P -If your proxy requires authentication: +And for an authenticated HTTP proxy:  .  .IP "" 4  .  .nf -http_proxy=http://<user>:<password>@<host>:<port> brew install foo +export http_proxy=http://<user>:<password>@<host>:<port>  .  .fi  . @@ -1146,10 +1159,10 @@ Homebrew\'s lead maintainer is Mike McQuaid\.  Homebrew/homebrew\-core\'s lead maintainer is ilovezfs\.  .  .P -Homebrew\'s other current maintainers are Alyssa Ross, Andrew Janke, Alex Dunn, FX Coudert, Josh Hagins, JCount, Misty De Meo, neutric, Tomasz Pajor, Markus Reiter, Tim Smith, Tom Schoonjans, Uladzislau Shablinski and William Woodruff\. +Homebrew\'s other current maintainers are Alyssa Ross, Andrew Janke, Alex Dunn, FX Coudert, Josh Hagins, JCount, Misty De Meo, neutric, Tomasz Pajor, Markus Reiter, Tom Schoonjans, Uladzislau Shablinski and William Woodruff\.  .  .P -Former maintainers with significant contributions include Baptiste Fontaine, Xu Cheng, Martin Afanasjew, Dominyk Tiller, Brett Koonce, Charlie Sharpsteen, Jack Nagel, Adam Vandenberg and Homebrew\'s creator: Max Howell\. +Former maintainers with significant contributions include Tim Smith, Baptiste Fontaine, Xu Cheng, Martin Afanasjew, Dominyk Tiller, Brett Koonce, Charlie Sharpsteen, Jack Nagel, Adam Vandenberg and Homebrew\'s creator: Max Howell\.  .  .SH "BUGS"  See our issues on GitHub: | 
