diff --git a/Library/Homebrew/cmd/gist-logs.rb b/Library/Homebrew/cmd/gist-logs.rb index 5331bc6dfa..28875abfca 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 to a new Gist. #: #: is usually the name of the formula to install, but it can be specified -#: in several different ways. See [SPECIFYING FORMULAE](#specifying-formulae). +#: in several different ways. #: #: If `--with-hostname` is passed, include the hostname in the Gist. #: @@ -32,7 +32,7 @@ module Homebrew Upload logs for a failed build of to a new Gist. is usually the name of the formula to install, but it can be specified - in several different ways. See [SPECIFYING FORMULAE](#specifying-formulae). + in several different ways. If no logs are found, an error message is presented. EOS diff --git a/Library/Homebrew/cmd/install.rb b/Library/Homebrew/cmd/install.rb index c2f062d686..aed12ec825 100644 --- a/Library/Homebrew/cmd/install.rb +++ b/Library/Homebrew/cmd/install.rb @@ -2,7 +2,7 @@ #: Install . #: #: is usually the name of the formula to install, but it can be specified -#: in several different ways. See [SPECIFYING FORMULAE](#specifying-formulae). +#: in several different ways. #: #: 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. @@ -95,7 +95,7 @@ module Homebrew Install . is usually the name of the formula to install, but it can be specified - in several different ways. See [SPECIFYING FORMULAE](#specifying-formulae). + in several different ways. EOS switch :debug, diff --git a/docs/Manpage.md b/docs/Manpage.md index 5076d1957f..f2ee48de30 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -182,7 +182,7 @@ these flags should only appear after a command. 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](#specifying-formulae). + in several different ways. If `--with-hostname` is passed, include the hostname in the Gist. @@ -240,7 +240,7 @@ these flags should only appear after a command. Install *`formula`*. *`formula`* is usually the name of the formula to install, but it can be specified - in several different ways. See [SPECIFYING FORMULAE](#specifying-formulae). + in several different ways. 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.1 b/manpages/brew.1 index bf59b91d7c..3a146d6d19 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -184,7 +184,7 @@ If \fB\-\-force\-bottle\fR is passed, download a bottle if it exists for the cur Upload logs for a failed build of \fIformula\fR to a new Gist\. . .IP -\fIformula\fR is usually the name of the formula to install, but it can be specified in several different ways\. See \fISPECIFYING FORMULAE\fR\. +\fIformula\fR is usually the name of the formula to install, but it can be specified in several different ways\. . .IP If \fB\-\-with\-hostname\fR is passed, include the hostname in the Gist\. @@ -252,7 +252,7 @@ See the docs for examples of using the JSON output: \fIhttps://docs\.brew\.sh/Qu Install \fIformula\fR\. . .IP -\fIformula\fR is usually the name of the formula to install, but it can be specified in several different ways\. See \fISPECIFYING FORMULAE\fR\. +\fIformula\fR is usually the name of the formula to install, but it can be specified in several different ways\. . .IP If \fB\-\-debug\fR (or \fB\-d\fR) is passed and brewing fails, open an interactive debugging session with access to IRB or a shell inside the temporary build directory\.