Update man page to pick up changes made in #205.

Seems like last-minute changes were made without re-running `brew man`.
This commit is contained in:
Martin Afanasjew 2016-05-09 01:31:42 +02:00
parent 4059d5fc26
commit 815edc0686
2 changed files with 2 additions and 2 deletions

View File

@ -200,7 +200,7 @@ options but do not install the specified formula.</p>
source even if a bottle is provided. Dependencies will still be installed source even if a bottle is provided. Dependencies will still be installed
from bottles if they are available.</p> from bottles if they are available.</p>
<p>If HOMEBREW_BUILD_FROM_SOURCE is set, regardless of whether <code>--build-from-source</code> was <p>If <code>HOMEBREW_BUILD_FROM_SOURCE</code> is set, regardless of whether <code>--build-from-source</code> was
passed, then both <var>formula</var> and the dependencies installed as part of this process passed, then both <var>formula</var> and the dependencies installed as part of this process
are built from source even if bottles are available.</p> are built from source even if bottles are available.</p>

View File

@ -268,7 +268,7 @@ If \fB\-\-cc=\fR\fIcompiler\fR is passed, attempt to compile using \fIcompiler\f
If \fB\-\-build\-from\-source\fR or \fB\-s\fR is passed, compile the specified \fIformula\fR from source even if a bottle is provided\. Dependencies will still be installed from bottles if they are available\. If \fB\-\-build\-from\-source\fR or \fB\-s\fR is passed, compile the specified \fIformula\fR from source even if a bottle is provided\. Dependencies will still be installed from bottles if they are available\.
. .
.IP .IP
If HOMEBREW_BUILD_FROM_SOURCE is set, regardless of whether \fB\-\-build\-from\-source\fR was passed, then both \fIformula\fR and the dependencies installed as part of this process are built from source even if bottles are available\. If \fBHOMEBREW_BUILD_FROM_SOURCE\fR is set, regardless of whether \fB\-\-build\-from\-source\fR was passed, then both \fIformula\fR and the dependencies installed as part of this process are built from source even if bottles are available\.
. .
.IP .IP
If \fB\-\-force\-bottle\fR is passed, install from a bottle if it exists for the current version of OS X, even if custom options are given\. If \fB\-\-force\-bottle\fR is passed, install from a bottle if it exists for the current version of OS X, even if custom options are given\.