diff options
| author | Baptiste Fontaine | 2015-02-23 20:26:27 +0100 |
|---|---|---|
| committer | Jack Nagel | 2015-02-24 00:04:02 -0500 |
| commit | ae0c76d9a8e43348bce45feb7854e87e92653e7d (patch) | |
| tree | 13cdf0284283aa80bada95fb98e688328cca3217 /Library/Homebrew | |
| parent | b33e8a759b6256cc600b5d9da36de97fab28a5b2 (diff) | |
| download | homebrew-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 'Library/Homebrew')
| -rw-r--r-- | Library/Homebrew/manpages/brew.1.md | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Library/Homebrew/manpages/brew.1.md b/Library/Homebrew/manpages/brew.1.md index 3be5acadd..ef8834266 100644 --- a/Library/Homebrew/manpages/brew.1.md +++ b/Library/Homebrew/manpages/brew.1.md @@ -327,7 +327,7 @@ Note that these flags should only appear after a command. * `sh [--env=std]`: Instantiate a Homebrew build environment. Uses our years-battle-hardened 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 which otherwise build-systems would not find. @@ -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 --repair`: - - Ensures all tapped formula are symlinked into Library/Formula and prunes dead - formula from Library/Formula. + Ensure all tapped formulae are symlinked into Library/Formula and prune dead + formulae from Library/Formula. * `test` [--devel|--HEAD] [--debug] <formula>: 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. If no <formulae> are provided, all linked app will be removed. * `unpack [--git|--patch] [--destdir=<path>]` <formulae>: - Unpack the source files for <formulae> into subdirectories of the current working directory. If `--destdir=<path>` is given, the subdirectories will be created in the directory named by `<path>` instead. |
