diff options
| author | Mandar Gokhale | 2016-11-03 02:51:22 +0000 |
|---|---|---|
| committer | Mandar Gokhale | 2016-11-03 12:09:44 +0000 |
| commit | 0e15ffff627c17b6c83e7424c0f1357e99902802 (patch) | |
| tree | e110fbab20670db220010b75f293e5b29862376a /docs | |
| parent | 2a865f085e7b900e3b09cc6df17ac1636fd55448 (diff) | |
| download | brew-0e15ffff627c17b6c83e7424c0f1357e99902802.tar.bz2 | |
Correct a few typos
...and update man pages where applicable
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/brew.1.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/brew.1.html b/docs/brew.1.html index 931daf936..7af76e6f0 100644 --- a/docs/brew.1.html +++ b/docs/brew.1.html @@ -374,7 +374,7 @@ be created in the directory named by <code><path></code> instead.</p> <p>If <code>--patch</code> is passed, patches for <var>formulae</var> will be applied to the unpacked source.</p> -<p>If <code>--git</code> is passed, a Git repository will be initalized in the unpacked +<p>If <code>--git</code> is passed, a Git repository will be initialized in the unpacked source. This is useful for creating patches for the software.</p></dd> <dt><code>unpin</code> <var>formulae</var></dt><dd><p>Unpin <var>formulae</var>, allowing them to be upgraded by <code>brew upgrade</code>. See also <code>pin</code>.</p></dd> @@ -447,7 +447,7 @@ style checks.</p> connection are run.</p> <p>If <code>--new-formula</code> is passed, various additional checks are run that check -if a new formula is eligable for Homebrew. This should be used when creating +if a new formula is eligible for Homebrew. This should be used when creating new formulae and implies <code>--strict</code> and <code>--online</code>.</p> <p>If <code>--display-cop-names</code> is passed, the RuboCop cop name for each violation |
