Skip to content
Snippets Groups Projects
Commit 18fe0da2 authored by Baptiste Fontaine's avatar Baptiste Fontaine Committed by Jack Nagel
Browse files

typos fixed & empty lines removed in the brew manpage


Closes Homebrew/homebrew#37121.

Signed-off-by: default avatarJack Nagel <jacknagel@gmail.com>
parent 1dc4412f
No related branches found
No related tags found
No related merge requests found
...@@ -327,7 +327,7 @@ Note that these flags should only appear after a command. ...@@ -327,7 +327,7 @@ Note that these flags should only appear after a command.
* `sh [--env=std]`: * `sh [--env=std]`:
Instantiate a Homebrew build environment. Uses our years-battle-hardened Instantiate a Homebrew build environment. Uses our years-battle-hardened
Homebrew build logic to help your `./configure && make && make install` Homebrew build logic to help your `./configure && make && make install`
or even your `gem install` succeeed. Especially handy if you run Homebrew or even your `gem install` succeed. Especially handy if you run Homebrew
in a Xcode-only configuration since it adds tools like make to your PATH in a Xcode-only configuration since it adds tools like make to your PATH
which otherwise build-systems would not find. which otherwise build-systems would not find.
...@@ -337,9 +337,8 @@ Note that these flags should only appear after a command. ...@@ -337,9 +337,8 @@ Note that these flags should only appear after a command.
<tap> is of the form <user>/<repo>, e.g. `brew tap homebrew/dupes`. <tap> is of the form <user>/<repo>, e.g. `brew tap homebrew/dupes`.
* `tap --repair`: * `tap --repair`:
Ensure all tapped formulae are symlinked into Library/Formula and prune dead
Ensures all tapped formula are symlinked into Library/Formula and prunes dead formulae from Library/Formula.
formula from Library/Formula.
* `test` [--devel|--HEAD] [--debug] <formula>: * `test` [--devel|--HEAD] [--debug] <formula>:
A few formulae provide a test method. `brew test <formula>` runs this A few formulae provide a test method. `brew test <formula>` runs this
...@@ -366,7 +365,6 @@ Note that these flags should only appear after a command. ...@@ -366,7 +365,6 @@ Note that these flags should only appear after a command.
If no <formulae> are provided, all linked app will be removed. If no <formulae> are provided, all linked app will be removed.
* `unpack [--git|--patch] [--destdir=<path>]` <formulae>: * `unpack [--git|--patch] [--destdir=<path>]` <formulae>:
Unpack the source files for <formulae> into subdirectories of the current Unpack the source files for <formulae> into subdirectories of the current
working directory. If `--destdir=<path>` is given, the subdirectories will working directory. If `--destdir=<path>` is given, the subdirectories will
be created in the directory named by `<path>` instead. be created in the directory named by `<path>` instead.
......
...@@ -349,7 +349,7 @@ Search for \fItext\fR in the given package manager\'s list\. ...@@ -349,7 +349,7 @@ Search for \fItext\fR in the given package manager\'s list\.
. .
.TP .TP
\fBsh [\-\-env=std]\fR \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 .TP
\fBtap\fR [\fItap\fR] \fBtap\fR [\fItap\fR]
...@@ -359,10 +359,8 @@ Tap a new formula repository from GitHub, or list existing taps\. ...@@ -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\. \fItap\fR is of the form \fIuser\fR/\fIrepo\fR, e\.g\. \fBbrew tap homebrew/dupes\fR\.
. .
.TP .TP
\fBtap \-\-repair\fR: \fBtap \-\-repair\fR
. Ensure all tapped formulae are symlinked into Library/Formula and prune dead formulae from Library/Formula\.
.IP
Ensures all tapped formula are symlinked into Library/Formula and prunes dead formula from Library/Formula\.
. .
.TP .TP
\fBtest\fR [\-\-devel|\-\-HEAD] [\-\-debug] \fIformula\fR \fBtest\fR [\-\-devel|\-\-HEAD] [\-\-debug] \fIformula\fR
...@@ -389,9 +387,7 @@ Removes links created by \fBbrew linkapps\fR\. ...@@ -389,9 +387,7 @@ Removes links created by \fBbrew linkapps\fR\.
If no \fIformulae\fR are provided, all linked app will be removed\. If no \fIformulae\fR are provided, all linked app will be removed\.
. .
.TP .TP
\fBunpack [\-\-git|\-\-patch] [\-\-destdir=<path>]\fR \fIformulae\fR: \fBunpack [\-\-git|\-\-patch] [\-\-destdir=<path>]\fR \fIformulae\fR
.
.IP
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\. 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 .IP
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment