From 4cfdef65ed52dede275944b174173f665e1e3e3c Mon Sep 17 00:00:00 2001
From: Mike McQuaid
Date: Tue, 20 Oct 2015 08:52:46 +0100
Subject: [PATCH] Update manpage.
---
share/doc/homebrew/brew.1.html | 4 +++-
share/man/man1/brew.1 | 3 +++
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/share/doc/homebrew/brew.1.html b/share/doc/homebrew/brew.1.html
index dcee76bef6..33d770f31a 100644
--- a/share/doc/homebrew/brew.1.html
+++ b/share/doc/homebrew/brew.1.html
@@ -537,7 +537,9 @@ editors will do strange things in this case.
https://github.com/settings/tokens. If set, GitHub will allow you a
greater number of API requests. See
https://developer.github.com/v3/#rate-limiting for more information.
-Homebrew uses the GitHub API for features such as brew search
.
+Homebrew uses the GitHub API for features such as brew search
.
+
+NOTE: Homebrew doesn't require permissions for any of the scopes.
HOMEBREW_LOGSIf set, Homebrew will use the given directory to store log files.
HOMEBREW_MAKE_JOBSIf set, instructs Homebrew to use the value of HOMEBREW_MAKE_JOBS
as
the number of parallel jobs to run when building with make
(1).
diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1
index 639768398c..6d094645a9 100644
--- a/share/man/man1/brew.1
+++ b/share/man/man1/brew.1
@@ -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\.