From b3627cc5b2893f33984b9fee9648c415ff350b5c Mon Sep 17 00:00:00 2001
From: Martin Afanasjew
Date: Wed, 6 Jan 2016 08:00:36 +0100
Subject: [PATCH] manpage: fix minor formatting inconsistencies
---
Library/Homebrew/manpages/brew.1.md | 14 +++++++-------
share/doc/homebrew/brew.1.html | 14 +++++++-------
share/man/man1/brew.1 | 14 +++++++-------
3 files changed, 21 insertions(+), 21 deletions(-)
diff --git a/Library/Homebrew/manpages/brew.1.md b/Library/Homebrew/manpages/brew.1.md
index 86ebe929a6..6f37fc0c87 100644
--- a/Library/Homebrew/manpages/brew.1.md
+++ b/Library/Homebrew/manpages/brew.1.md
@@ -190,7 +190,7 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note
To view formula history locally: `brew log -p `.
- * `info --json=` (`--all`|`--installed`|):
+ * `info` `--json=` (`--all`|`--installed`|):
Print a JSON representation of . Currently the only accepted value
for is `v1`.
@@ -240,7 +240,7 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note
To install a newer version of HEAD use
`brew rm && brew install --HEAD `.
- * `install --interactive` [`--git`] :
+ * `install` `--interactive` [`--git`] :
Download and patch , then open a shell. This allows the user to
run `./configure --help` and otherwise determine how to turn the software
package into a Homebrew formula.
@@ -284,7 +284,7 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note
List all installed formulae. If `--full-name` is passed, print formulae with
full-qualified names.
- * `ls`, `list --unbrewed`:
+ * `ls`, `list` `--unbrewed`:
List all files in the Homebrew prefix not installed by Homebrew.
* `ls`, `list` [`--versions` [`--multiple`]] [`--pinned`] []:
@@ -365,7 +365,7 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note
surrounded with slashes, then it is interpreted as a regular expression.
The search for is extended online to some popular taps.
- * `search --debian`|`--fedora`|`--fink`|`--macports`|`--opensuse`|`--ubuntu` :
+ * `search` `--debian`|`--fedora`|`--fink`|`--macports`|`--opensuse`|`--ubuntu` :
Search for in the given package manager's list.
* `sh` [`--env=std`]:
@@ -397,13 +397,13 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note
By default, the repository is cloned as a shallow copy (`--depth=1`), but
if `--full` is passed, a full clone will be used.
- * `tap --repair`:
+ * `tap` `--repair`:
Migrate tapped formulae from symlink-based to directory-based structure.
- * `tap --list-official`:
+ * `tap` `--list-official`:
List all official taps.
- * `tap --list-pinned`:
+ * `tap` `--list-pinned`:
List all pinned taps.
* `tap-info` :
diff --git a/share/doc/homebrew/brew.1.html b/share/doc/homebrew/brew.1.html
index ee7d24f684..cd81c9bd0e 100644
--- a/share/doc/homebrew/brew.1.html
+++ b/share/doc/homebrew/brew.1.html
@@ -150,7 +150,7 @@ version of OS X, even if it would not be used during installation.
info --github formulaOpen a browser to the GitHub History page for formula formula.
To view formula history locally: brew log -p <formula>.
-info --json=version (--all|--installed|formulae)Print a JSON representation of formulae. Currently the only accepted value
+
info --json=version (--all|--installed|formulae)Print a JSON representation of formulae. Currently the only accepted value
for version is v1.
Pass --all to get information on all formulae, or --installed to get
@@ -196,7 +196,7 @@ aka master, trunk, unstable.
To install a newer version of HEAD use
brew rm <foo> && brew install --HEAD <foo>.
-install --interactive [--git] formulaDownload and patch formula, then open a shell. This allows the user to
+
install --interactive [--git] formulaDownload and patch formula, then open a shell. This allows the user to
run ./configure --help and otherwise determine how to turn the software
package into a Homebrew formula.
@@ -228,7 +228,7 @@ for easier access.
directory instead of the system directory. It may need to be created, first.
ls, list [--full-name]List all installed formulae. If --full-name is passed, print formulae with
full-qualified names.
-ls, list --unbrewedList all files in the Homebrew prefix not installed by Homebrew.
+ls, list --unbrewedList all files in the Homebrew prefix not installed by Homebrew.
ls, list [--versions [--multiple]] [--pinned] [formulae]List the installed files for formulae. Combined with --verbose, recursively
list the contents of all subdirectories in each formula's keg.
@@ -283,7 +283,7 @@ No online search is performed if called without arguments.
search, -S text|/text/Perform a substring search of formula names for text. If text is
surrounded with slashes, then it is interpreted as a regular expression.
The search for text is extended online to some popular taps.
-search --debian|--fedora|--fink|--macports|--opensuse|--ubuntu textSearch for text in the given package manager's list.
+search --debian|--fedora|--fink|--macports|--opensuse|--ubuntu textSearch for text in the given package manager's list.
sh [--env=std]Instantiate a Homebrew build environment. Uses our years-battle-hardened
Homebrew build logic to help your ./configure && make && make install
or even your gem install succeed. Especially handy if you run Homebrew
@@ -305,9 +305,9 @@ using protocols other than HTTPS, e.g., SSH, GIT, HTTP, FTP(S), RSYNC.
By default, the repository is cloned as a shallow copy (--depth=1), but
if --full is passed, a full clone will be used.
-tap --repairMigrate tapped formulae from symlink-based to directory-based structure.
-tap --list-officialList all official taps.
-tap --list-pinnedList all pinned taps.
+tap --repairMigrate tapped formulae from symlink-based to directory-based structure.
+tap --list-officialList all official taps.
+tap --list-pinnedList all pinned taps.
tap-info tapDisplay information about tap.
tap-info --json=version (--installed|taps)Print a JSON representation of taps. Currently the only accepted value
for version is v1.
diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1
index 34db448762..29554e0146 100644
--- a/share/man/man1/brew.1
+++ b/share/man/man1/brew.1
@@ -207,7 +207,7 @@ Open a browser to the GitHub History page for formula \fIformula\fR\.
To view formula history locally: \fBbrew log \-p \fR\.
.
.TP
-\fBinfo \-\-json=\fR\fIversion\fR (\fB\-\-all\fR|\fB\-\-installed\fR|\fIformulae\fR)
+\fBinfo\fR \fB\-\-json=\fR\fIversion\fR (\fB\-\-all\fR|\fB\-\-installed\fR|\fIformulae\fR)
Print a JSON representation of \fIformulae\fR\. Currently the only accepted value for \fIversion\fR is \fBv1\fR\.
.
.IP
@@ -257,7 +257,7 @@ If \fB\-\-HEAD\fR is passed, and \fIformula\fR defines it, install the HEAD vers
To install a newer version of HEAD use \fBbrew rm && brew install \-\-HEAD \fR\.
.
.TP
-\fBinstall \-\-interactive\fR [\fB\-\-git\fR] \fIformula\fR
+\fBinstall\fR \fB\-\-interactive\fR [\fB\-\-git\fR] \fIformula\fR
Download and patch \fIformula\fR, then open a shell\. This allows the user to run \fB\./configure \-\-help\fR and otherwise determine how to turn the software package into a Homebrew formula\.
.
.IP
@@ -302,7 +302,7 @@ If provided, \fB\-\-local\fR will move them into the user\'s \fB~/Applications\f
List all installed formulae\. If \fB\-\-full\-name\fR is passed, print formulae with full\-qualified names\.
.
.TP
-\fBls\fR, \fBlist \-\-unbrewed\fR
+\fBls\fR, \fBlist\fR \fB\-\-unbrewed\fR
List all files in the Homebrew prefix not installed by Homebrew\.
.
.TP
@@ -390,7 +390,7 @@ Display all locally available formulae for brewing (including tapped ones)\. No
Perform a substring search of formula names for \fItext\fR\. If \fItext\fR is surrounded with slashes, then it is interpreted as a regular expression\. The search for \fItext\fR is extended online to some popular taps\.
.
.TP
-\fBsearch \-\-debian\fR|\fB\-\-fedora\fR|\fB\-\-fink\fR|\fB\-\-macports\fR|\fB\-\-opensuse\fR|\fB\-\-ubuntu\fR \fItext\fR
+\fBsearch\fR \fB\-\-debian\fR|\fB\-\-fedora\fR|\fB\-\-fink\fR|\fB\-\-macports\fR|\fB\-\-opensuse\fR|\fB\-\-ubuntu\fR \fItext\fR
Search for \fItext\fR in the given package manager\'s list\.
.
.TP
@@ -419,15 +419,15 @@ With \fIURL\fR specified, taps a formula repository from anywhere, using any tra
By default, the repository is cloned as a shallow copy (\fB\-\-depth=1\fR), but if \fB\-\-full\fR is passed, a full clone will be used\.
.
.TP
-\fBtap \-\-repair\fR
+\fBtap\fR \fB\-\-repair\fR
Migrate tapped formulae from symlink\-based to directory\-based structure\.
.
.TP
-\fBtap \-\-list\-official\fR
+\fBtap\fR \fB\-\-list\-official\fR
List all official taps\.
.
.TP
-\fBtap \-\-list\-pinned\fR
+\fBtap\fR \fB\-\-list\-pinned\fR
List all pinned taps\.
.
.TP