aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vandenberg2014-02-22 14:48:34 -0800
committerAdam Vandenberg2014-02-23 08:31:03 -0800
commitfe0c9804c094666961c1a4922694e9c55ae9c412 (patch)
tree189589fbbab6f59d39e8a8a4e5302b594474c864
parent53ce20b753f3a32aba6f2a877bc542f8b54c7f79 (diff)
downloadhomebrew-fe0c9804c094666961c1a4922694e9c55ae9c412.tar.bz2
remove HOMEBREW_KEEP_INFO from man page
-rw-r--r--Library/Contributions/manpages/brew.1.md7
-rw-r--r--share/man/man1/brew.19
2 files changed, 1 insertions, 15 deletions
diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md
index e21ec60b3..a51d0cd5d 100644
--- a/Library/Contributions/manpages/brew.1.md
+++ b/Library/Contributions/manpages/brew.1.md
@@ -513,13 +513,6 @@ can take several different forms:
<http://developer.github.com/v3/#rate-limiting> for more information.
Homebrew uses the GitHub API for features such as `brew search`.
- * HOMEBREW\_KEEP\_INFO:
- If set, Homebrew will not remove files from `share/info`, allowing them
- to be linked from the Cellar. To access these info files, prepend
- `share/info` to your `INFOPATH` environment variable.
-
- *Example:* `export INFOPATH='/usr/local/share/info:/usr/share/info'`
-
* HOMEBREW\_MAKE\_JOBS:
If 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 0f88edf4b..70175cbdd 100644
--- a/share/man/man1/brew.1
+++ b/share/man/man1/brew.1
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
-.TH "BREW" "1" "January 2014" "Homebrew" "brew"
+.TH "BREW" "1" "February 2014" "Homebrew" "brew"
.
.SH "NAME"
\fBbrew\fR \- The missing package manager for OS X
@@ -545,13 +545,6 @@ HOMEBREW_GITHUB_API_TOKEN
A personal GitHub API Access token, which you can create at \fIhttps://github\.com/settings/applications\fR\. If set, GitHub will allow you a greater number of API requests\. See \fIhttp://developer\.github\.com/v3/#rate\-limiting\fR for more information\. Homebrew uses the GitHub API for features such as \fBbrew search\fR\.
.
.TP
-HOMEBREW_KEEP_INFO
-If set, Homebrew will not remove files from \fBshare/info\fR, allowing them to be linked from the Cellar\. To access these info files, prepend \fBshare/info\fR to your \fBINFOPATH\fR environment variable\.
-.
-.IP
-\fIExample:\fR \fBexport INFOPATH=\'/usr/local/share/info:/usr/share/info\'\fR
-.
-.TP
HOMEBREW_MAKE_JOBS
If set, instructs Homebrew to use the value of \fBHOMEBREW_MAKE_JOBS\fR as the number of parallel jobs to run when building with \fBmake\fR(1)\.
.