Update manpage.

This commit is contained in:
Mike McQuaid 2015-10-20 08:52:46 +01:00
parent eb5d90c1df
commit 4cfdef65ed
2 changed files with 6 additions and 1 deletions

View File

@ -537,7 +537,9 @@ editors will do strange things in this case.</p></dd>
<a href="https://github.com/settings/tokens" data-bare-link="true">https://github.com/settings/tokens</a>. If set, GitHub will allow you a
greater number of API requests. See
<a href="https://developer.github.com/v3/#rate-limiting" data-bare-link="true">https://developer.github.com/v3/#rate-limiting</a> for more information.
Homebrew uses the GitHub API for features such as <code>brew search</code>.</p></dd>
Homebrew uses the GitHub API for features such as <code>brew search</code>.</p>
<p><em>NOTE</em>: Homebrew doesn't require permissions for any of the scopes.</p></dd>
<dt>HOMEBREW_LOGS</dt><dd><p>If set, Homebrew will use the given directory to store log files.</p></dd>
<dt>HOMEBREW_MAKE_JOBS</dt><dd><p>If set, instructs Homebrew to use the value of <code>HOMEBREW_MAKE_JOBS</code> as
the number of parallel jobs to run when building with <code>make</code>(1).</p>

View File

@ -595,6 +595,9 @@ If set, Homebrew will use this editor when editing a single formula, or several
HOMEBREW_GITHUB_API_TOKEN
A personal access token for the GitHub API, which you can create at \fIhttps://github\.com/settings/tokens\fR\. If set, GitHub will allow you a greater number of API requests\. See \fIhttps://developer\.github\.com/v3/#rate\-limiting\fR for more information\. Homebrew uses the GitHub API for features such as \fBbrew search\fR\.
.
.IP
\fINOTE\fR: Homebrew doesn\'t require permissions for any of the scopes\.
.
.TP
HOMEBREW_LOGS
If set, Homebrew will use the given directory to store log files\.