diff options
| author | Martin Afanasjew | 2016-05-01 15:00:09 +0200 |
|---|---|---|
| committer | Martin Afanasjew | 2016-05-02 21:19:09 +0200 |
| commit | 8284fb3fef9860a67f3303f17cb6fd99a2ebc168 (patch) | |
| tree | ae75456b53defc483a74195c9b88932b2ad2a1a9 /share/doc | |
| parent | 02289fce4235ba7d887a7681b88def4dcef62727 (diff) | |
| download | brew-8284fb3fef9860a67f3303f17cb6fd99a2ebc168.tar.bz2 | |
Update Homebrew/homebrew references in man page
Replace `homebrew` with `brew`, `homebrew-core`, or `legacy-homebrew`
depending on context.
Closes #175.
Signed-off-by: Martin Afanasjew <martin@afanasjew.de>
Diffstat (limited to 'share/doc')
| -rw-r--r-- | share/doc/homebrew/brew.1.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/doc/homebrew/brew.1.html b/share/doc/homebrew/brew.1.html index 56b217677..4626588be 100644 --- a/share/doc/homebrew/brew.1.html +++ b/share/doc/homebrew/brew.1.html @@ -456,7 +456,8 @@ can take several different forms:</p> <dl> <dt>The name of a formula</dt><dd><p>e.g. <code>git</code>, <code>node</code>, <code>wget</code>.</p></dd> -<dt>The fully-qualified name of a tapped formula</dt><dd><p>Sometimes a formula from a tapped repository may conflict with one in <code>Homebrew/homebrew</code>. +<dt>The fully-qualified name of a tapped formula</dt><dd><p>Sometimes a formula from a tapped repository may conflict with one in +<code>homebrew/core</code>. You can still access these formulae by using a special syntax, e.g. <code>homebrew/dupes/vim</code> or <code>homebrew/versions/node4</code>.</p></dd> <dt>An arbitrary URL</dt><dd><p>Homebrew can install formulae via URL, e.g. |
