Merge pull request #1846 from MikeMcQuaid/fix-head-upgrade-man

Fix documentation for HEAD upgrades.
This commit is contained in:
Mike McQuaid 2017-01-15 20:42:23 +00:00 committed by GitHub
commit 8f88b4c8e6
3 changed files with 1 additions and 10 deletions

View File

@ -44,9 +44,6 @@
#: If `--keep-tmp` is passed, the temporary files created during installation #: If `--keep-tmp` is passed, the temporary files created during installation
#: are not deleted. #: are not deleted.
#: #:
#: To install a newer version of HEAD use
#: `brew rm <foo> && brew install --HEAD <foo>`.
#:
#: * `install` `--interactive` [`--git`] <formula>: #: * `install` `--interactive` [`--git`] <formula>:
#: Download and patch <formula>, then open a shell. This allows the user to #: Download and patch <formula>, then open a shell. This allows the user to
#: run `./configure --help` and otherwise determine how to turn the software #: run `./configure --help` and otherwise determine how to turn the software

View File

@ -196,10 +196,7 @@ for installation.</p>
aka master, trunk, unstable.</p> aka master, trunk, unstable.</p>
<p>If <code>--keep-tmp</code> is passed, the temporary files created during installation <p>If <code>--keep-tmp</code> is passed, the temporary files created during installation
are not deleted.</p> are not deleted.</p></dd>
<p>To install a newer version of HEAD use
<code>brew rm &lt;foo> &amp;&amp; brew install --HEAD &lt;foo></code>.</p></dd>
<dt><code>install</code> <code>--interactive</code> [<code>--git</code>] <var>formula</var></dt><dd><p>Download and patch <var>formula</var>, then open a shell. This allows the user to <dt><code>install</code> <code>--interactive</code> [<code>--git</code>] <var>formula</var></dt><dd><p>Download and patch <var>formula</var>, then open a shell. This allows the user to
run <code>./configure --help</code> and otherwise determine how to turn the software run <code>./configure --help</code> and otherwise determine how to turn the software
package into a Homebrew formula.</p> package into a Homebrew formula.</p>

View File

@ -258,9 +258,6 @@ If \fB\-\-HEAD\fR is passed, and \fIformula\fR defines it, install the HEAD vers
.IP .IP
If \fB\-\-keep\-tmp\fR is passed, the temporary files created during installation are not deleted\. If \fB\-\-keep\-tmp\fR is passed, the temporary files created during installation are not deleted\.
. .
.IP
To install a newer version of HEAD use \fBbrew rm <foo> && brew install \-\-HEAD <foo>\fR\.
.
.TP .TP
\fBinstall\fR \fB\-\-interactive\fR [\fB\-\-git\fR] \fIformula\fR \fBinstall\fR \fB\-\-interactive\fR [\fB\-\-git\fR] \fIformula\fR
Download and patch \fIformula\fR, then open a shell\. This allows the user to run \fB\./configure \-\-help\fR and otherwise determine how to turn the software package into a Homebrew formula\. Download and patch \fIformula\fR, then open a shell\. This allows the user to run \fB\./configure \-\-help\fR and otherwise determine how to turn the software package into a Homebrew formula\.