diff options
| author | Mathieu Vonlanthen | 2017-07-13 11:15:22 +0200 | 
|---|---|---|
| committer | Mathieu Vonlanthen | 2017-07-13 11:15:22 +0200 | 
| commit | 73c7bc70d117016de8b2d07769eb672cd681ccbf (patch) | |
| tree | 8b6e8b916859627528849190e8d4c0c4cb2a3a11 | |
| parent | e6974644e0e3e11081aad8fc2ec475040c636ba2 (diff) | |
| download | brew-73c7bc70d117016de8b2d07769eb672cd681ccbf.tar.bz2 | |
Run brew man
| -rw-r--r-- | docs/Manpage.md | 4 | ||||
| -rw-r--r-- | manpages/brew-cask.1 | 2 | ||||
| -rw-r--r-- | manpages/brew.1 | 4 | 
3 files changed, 5 insertions, 5 deletions
| diff --git a/docs/Manpage.md b/docs/Manpage.md index 07207694d..1ef465fe0 100644 --- a/docs/Manpage.md +++ b/docs/Manpage.md @@ -198,7 +198,7 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note      See the docs for examples of using the JSON output:      <http://docs.brew.sh/Querying-Brew.html> -  * `install` [`--debug`] [`--env=`(`std`|`super`)] [`--ignore-dependencies`|`--only-dependencies`] [`--cc=``compiler`] [`--build-from-source`|`--force-bottle`] [`--devel`|`--HEAD`] [`--keep-tmp`] [`--build-bottle`] `formula` [<`options`> ...]: +  * `install` [`--debug`] [`--env=`(`std`|`super`)] [`--ignore-dependencies`|`--only-dependencies`] [`--cc=``compiler`] [`--build-from-source`|`--force-bottle`] [`--devel`|`--HEAD`] [`--keep-tmp`] [`--build-bottle`] `formula` [`options` ...]:      Install `formula`.      `formula` is usually the name of the formula to install, but it can be specified @@ -248,7 +248,7 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note      during installation.      Installation options specific to `formula` may be appended to the command, -    and can be listed with `brew options <formula>`. +    and can be listed with `brew options` `formula`.    * `install` `--interactive` [`--git`] `formula`:      If `--interactive` (or `-i`) is passed, download and patch `formula`, then diff --git a/manpages/brew-cask.1 b/manpages/brew-cask.1 index 49be14c57..f11d48c09 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" "June 2017" "Homebrew" "brew-cask" +.TH "BREW\-CASK" "1" "July 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 430faa92e..6713c6b7e 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" "June 2017" "Homebrew" "brew" +.TH "BREW" "1" "July 2017" "Homebrew" "brew"  .  .SH "NAME"  \fBbrew\fR \- The missing package manager for macOS @@ -262,7 +262,7 @@ If \fB\-\-keep\-tmp\fR is passed, the temporary files created during installatio  If \fB\-\-build\-bottle\fR is passed, prepare the formula for eventual bottling during installation\.  .  .IP -Installation \fIoptions\fR specific to \fIformula\fR may be appended to the command, and can be listed with \fBbrew options <formula>\fR. +Installation options specific to \fIformula\fR may be appended to the command, and can be listed with \fBbrew options\fR \fIformula\fR\.  .  .TP  \fBinstall\fR \fB\-\-interactive\fR [\fB\-\-git\fR] \fIformula\fR | 
