aboutsummaryrefslogtreecommitdiffstats
path: root/share/man/man1/brew.1
diff options
context:
space:
mode:
authorBaptiste Fontaine2015-02-23 20:26:27 +0100
committerJack Nagel2015-02-24 00:04:02 -0500
commitae0c76d9a8e43348bce45feb7854e87e92653e7d (patch)
tree13cdf0284283aa80bada95fb98e688328cca3217 /share/man/man1/brew.1
parentb33e8a759b6256cc600b5d9da36de97fab28a5b2 (diff)
downloadhomebrew-ae0c76d9a8e43348bce45feb7854e87e92653e7d.tar.bz2
typos fixed & empty lines removed in the brew manpage
Closes #37121. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'share/man/man1/brew.1')
-rw-r--r--share/man/man1/brew.112
1 files changed, 4 insertions, 8 deletions
diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1
index 46375b435..6379edbe2 100644
--- a/share/man/man1/brew.1
+++ b/share/man/man1/brew.1
@@ -349,7 +349,7 @@ Search for \fItext\fR in the given package manager\'s list\.
.
.TP
\fBsh [\-\-env=std]\fR
-Instantiate a Homebrew build environment\. Uses our years\-battle\-hardened Homebrew build logic to help your \fB\./configure && make && make install\fR or even your \fBgem install\fR succeeed\. Especially handy if you run Homebrew in a Xcode\-only configuration since it adds tools like make to your PATH which otherwise build\-systems would not find\.
+Instantiate a Homebrew build environment\. Uses our years\-battle\-hardened Homebrew build logic to help your \fB\./configure && make && make install\fR or even your \fBgem install\fR succeed\. Especially handy if you run Homebrew in a Xcode\-only configuration since it adds tools like make to your PATH which otherwise build\-systems would not find\.
.
.TP
\fBtap\fR [\fItap\fR]
@@ -359,10 +359,8 @@ Tap a new formula repository from GitHub, or list existing taps\.
\fItap\fR is of the form \fIuser\fR/\fIrepo\fR, e\.g\. \fBbrew tap homebrew/dupes\fR\.
.
.TP
-\fBtap \-\-repair\fR:
-.
-.IP
-Ensures all tapped formula are symlinked into Library/Formula and prunes dead formula from Library/Formula\.
+\fBtap \-\-repair\fR
+Ensure all tapped formulae are symlinked into Library/Formula and prune dead formulae from Library/Formula\.
.
.TP
\fBtest\fR [\-\-devel|\-\-HEAD] [\-\-debug] \fIformula\fR
@@ -389,9 +387,7 @@ Removes links created by \fBbrew linkapps\fR\.
If no \fIformulae\fR are provided, all linked app will be removed\.
.
.TP
-\fBunpack [\-\-git|\-\-patch] [\-\-destdir=<path>]\fR \fIformulae\fR:
-.
-.IP
+\fBunpack [\-\-git|\-\-patch] [\-\-destdir=<path>]\fR \fIformulae\fR
Unpack the source files for \fIformulae\fR into subdirectories of the current working directory\. If \fB\-\-destdir=<path>\fR is given, the subdirectories will be created in the directory named by \fB<path>\fR instead\.
.
.IP