From c8554296125ad858ac1130e0ec5572007d67cb7a Mon Sep 17 00:00:00 2001 From: Lionell Loh Jian An Date: Tue, 7 Jul 2020 21:39:53 +0800 Subject: [PATCH] Apply suggestions from code review code review changes Co-authored-by: Mike McQuaid --- docs/Manpage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Manpage.md b/docs/Manpage.md index 0b7aca2828..77771d0ede 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -1395,7 +1395,7 @@ Note that environment variables must have a value set to be detected. For exampl *Default:* `15`. * `HOMEBREW_FORBIDDEN_LICENSES`: - Use this environment variable to define a blacklist of space separated licenses and Homebrew will avoid installing the packages with those licenses. + Use this environment variable to define a denylist of space separated licenses and Homebrew will refuse to install packages known to have those licenses. * `HOMEBREW_FORCE_BREWED_CURL`: If set, always use a Homebrew-installed `curl`(1) rather than the system version. Automatically set if the system version of `curl` is too old.