From 8284fb3fef9860a67f3303f17cb6fd99a2ebc168 Mon Sep 17 00:00:00 2001 From: Martin Afanasjew Date: Sun, 1 May 2016 15:00:09 +0200 Subject: [PATCH] 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 --- Library/Homebrew/manpages/brew.1.md.erb | 3 ++- share/doc/homebrew/brew.1.html | 3 ++- share/man/man1/brew.1 | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Library/Homebrew/manpages/brew.1.md.erb b/Library/Homebrew/manpages/brew.1.md.erb index 6e5cfb71d7..5f217ff98d 100644 --- a/Library/Homebrew/manpages/brew.1.md.erb +++ b/Library/Homebrew/manpages/brew.1.md.erb @@ -69,7 +69,8 @@ can take several different forms: e.g. `git`, `node`, `wget`. * The fully-qualified name of a tapped formula: - Sometimes a formula from a tapped repository may conflict with one in `Homebrew/homebrew`. + Sometimes a formula from a tapped repository may conflict with one in + `homebrew/core`. You can still access these formulae by using a special syntax, e.g. `homebrew/dupes/vim` or `homebrew/versions/node4`. diff --git a/share/doc/homebrew/brew.1.html b/share/doc/homebrew/brew.1.html index 56b2176778..4626588be9 100644 --- a/share/doc/homebrew/brew.1.html +++ b/share/doc/homebrew/brew.1.html @@ -456,7 +456,8 @@ can take several different forms:

The name of a formula

e.g. git, node, wget.

-
The fully-qualified name of a tapped formula

Sometimes a formula from a tapped repository may conflict with one in Homebrew/homebrew. +

The fully-qualified name of a tapped formula

Sometimes a formula from a tapped repository may conflict with one in +homebrew/core. You can still access these formulae by using a special syntax, e.g. homebrew/dupes/vim or homebrew/versions/node4.

An arbitrary URL

Homebrew can install formulae via URL, e.g. diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1 index 3e6ba709c3..501f1fb24f 100644 --- a/share/man/man1/brew.1 +++ b/share/man/man1/brew.1 @@ -640,7 +640,7 @@ e\.g\. \fBgit\fR, \fBnode\fR, \fBwget\fR\. . .TP The fully\-qualified name of a tapped formula -Sometimes a formula from a tapped repository may conflict with one in \fBHomebrew/homebrew\fR\. You can still access these formulae by using a special syntax, e\.g\. \fBhomebrew/dupes/vim\fR or \fBhomebrew/versions/node4\fR\. +Sometimes a formula from a tapped repository may conflict with one in \fBhomebrew/core\fR\. You can still access these formulae by using a special syntax, e\.g\. \fBhomebrew/dupes/vim\fR or \fBhomebrew/versions/node4\fR\. . .TP An arbitrary URL