aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Homebrew/cmd/gist-logs.rb2
-rw-r--r--Library/Homebrew/cmd/install.rb2
-rw-r--r--Library/Homebrew/manpages/brew.1.md.erb2
-rw-r--r--docs/Manpage.md6
-rw-r--r--manpages/brew-cask.12
-rw-r--r--manpages/brew.12
6 files changed, 8 insertions, 8 deletions
diff --git a/Library/Homebrew/cmd/gist-logs.rb b/Library/Homebrew/cmd/gist-logs.rb
index fecdc25a0..012121b08 100644
--- a/Library/Homebrew/cmd/gist-logs.rb
+++ b/Library/Homebrew/cmd/gist-logs.rb
@@ -2,7 +2,7 @@
#: Upload logs for a failed build of <formula> to a new Gist.
#:
#: <formula> is usually the name of the formula to install, but it can be specified
-#: in several different ways. See [SPECIFYING FORMULAE][].
+#: in several different ways. See [SPECIFYING FORMULAE](#specifying-formulae).
#:
#: If `--new-issue` is passed, automatically create a new issue in the appropriate
#: GitHub repository as well as creating the Gist.
diff --git a/Library/Homebrew/cmd/install.rb b/Library/Homebrew/cmd/install.rb
index a0027c1a5..423b47884 100644
--- a/Library/Homebrew/cmd/install.rb
+++ b/Library/Homebrew/cmd/install.rb
@@ -2,7 +2,7 @@
#: Install <formula>.
#:
#: <formula> is usually the name of the formula to install, but it can be specified
-#: in several different ways. See [SPECIFYING FORMULAE][].
+#: in several different ways. See [SPECIFYING FORMULAE](#specifying-formulae).
#:
#: If `--debug` (or `-d`) is passed and brewing fails, open an interactive debugging
#: session with access to IRB or a shell inside the temporary build directory.
diff --git a/Library/Homebrew/manpages/brew.1.md.erb b/Library/Homebrew/manpages/brew.1.md.erb
index 29f8d0bec..0baa96755 100644
--- a/Library/Homebrew/manpages/brew.1.md.erb
+++ b/Library/Homebrew/manpages/brew.1.md.erb
@@ -24,7 +24,7 @@ didn't include with macOS.
## ESSENTIAL COMMANDS
-For the full command list, see the [COMMANDS][] section.
+For the full command list, see the [COMMANDS](#commands) section.
With `--verbose` or `-v`, many commands print extra debugging information. Note that these flags should only appear after a command.
diff --git a/docs/Manpage.md b/docs/Manpage.md
index e87b0469e..523eaf289 100644
--- a/docs/Manpage.md
+++ b/docs/Manpage.md
@@ -13,7 +13,7 @@ didn't include with macOS.
## ESSENTIAL COMMANDS
-For the full command list, see the [COMMANDS][] section.
+For the full command list, see the [COMMANDS](#commands) section.
With `--verbose` or `-v`, many commands print extra debugging information. Note that these flags should only appear after a command.
@@ -167,7 +167,7 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note
Upload logs for a failed build of `formula` to a new Gist.
`formula` is usually the name of the formula to install, but it can be specified
- in several different ways. See [SPECIFYING FORMULAE][].
+ in several different ways. See [SPECIFYING FORMULAE](#specifying-formulae).
If `--new-issue` is passed, automatically create a new issue in the appropriate
GitHub repository as well as creating the Gist.
@@ -202,7 +202,7 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note
Install `formula`.
`formula` is usually the name of the formula to install, but it can be specified
- in several different ways. See [SPECIFYING FORMULAE][].
+ in several different ways. See [SPECIFYING FORMULAE](#specifying-formulae).
If `--debug` (or `-d`) is passed and brewing fails, open an interactive debugging
session with access to IRB or a shell inside the temporary build directory.
diff --git a/manpages/brew-cask.1 b/manpages/brew-cask.1
index e6066136e..49be14c57 100644
--- a/manpages/brew-cask.1
+++ b/manpages/brew-cask.1
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
-.TH "BREW\-CASK" "1" "May 2017" "Homebrew" "brew-cask"
+.TH "BREW\-CASK" "1" "June 2017" "Homebrew" "brew-cask"
.
.SH "NAME"
\fBbrew\-cask\fR \- a friendly binary installer for macOS
diff --git a/manpages/brew.1 b/manpages/brew.1
index 5db067418..5aa07a460 100644
--- a/manpages/brew.1
+++ b/manpages/brew.1
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
-.TH "BREW" "1" "May 2017" "Homebrew" "brew"
+.TH "BREW" "1" "June 2017" "Homebrew" "brew"
.
.SH "NAME"
\fBbrew\fR \- The missing package manager for macOS