diff options
| author | Mike McQuaid | 2015-12-06 22:18:16 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2015-12-07 13:37:49 +0000 |
| commit | b745546943a05bd2aa6d129e9a44e29771bf115a (patch) | |
| tree | 6943a6c239b3fe0850b1712af382992c4047ff6b /share/man | |
| parent | fe8a0569ca1fc419f80196bea22cc1de0ff3b93a (diff) | |
| download | brew-b745546943a05bd2aa6d129e9a44e29771bf115a.tar.bz2 | |
Overhaul, simplify and cleanup documentation.
Remove duplication, link to the API documentation more often,
tweak wording, add `@UniqMartin` as a maintainer, note `@jacknagel`'s
and `@adamv`'s significant past contributions to Homebrew, delete some
outdated or unneeded documentation, add some missing `Formula` API.
entries and simplify/improve `CONTRIBUTING.md`.
Closes Homebrew/homebrew#46179.
Closes Homebrew/homebrew#46618.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'share/man')
| -rw-r--r-- | share/man/man1/brew.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1 index 3e75ccb3f..f7cb73ef8 100644 --- a/share/man/man1/brew.1 +++ b/share/man/man1/brew.1 @@ -555,7 +555,7 @@ If set, uses this setting as the browser when opening project homepages, instead . .TP \fBHOMEBREW_BUILD_FROM_SOURCE\fR -If set, instructs Homebrew to compile from source even when a formula provides a bottle\. +If set, instructs Homebrew to compile from source even when a formula provides a bottle\. This environment variable is intended for use by Homebrew developers\. Please do not file issues if you encounter errors when using this environment variable\. . .TP \fBHOMEBREW_CACHE\fR @@ -692,10 +692,10 @@ Homebrew Documentation: \fIhttps://github\.com/Homebrew/homebrew/blob/master/sha \fBgit\fR(1), \fBgit\-log\fR(1) . .SH "AUTHORS" -Homebrew\'s current maintainers are Misty De Meo, Andrew Janke, Xu Cheng, Mike McQuaid, Baptiste Fontaine, Brett Koonce, Dominyk Tiller, Tim Smith and Alex Dunn\. +Homebrew\'s current maintainers are Misty De Meo, Andrew Janke, Xu Cheng, Mike McQuaid, Baptiste Fontaine, Brett Koonce, Martin Afanasjew, Dominyk Tiller, Tim Smith and Alex Dunn\. . .P -Homebrew was originally created by Max Howell\. +Former maintainers with significant contributions include Jack Nagel, Adam Vandenberg and Homebrew\'s creator: Max Howell\. . .SH "BUGS" -See Issues on GitHub: \fIhttps://github\.com/Homebrew/homebrew/issues\fR +See our issues on GitHub: \fIhttps://github\.com/Homebrew/homebrew/issues\fR |
