manpage: fix minor formatting inconsistencies
This commit is contained in:
parent
aaefcb02b6
commit
b3627cc5b2
@ -190,7 +190,7 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note
|
|||||||
|
|
||||||
To view formula history locally: `brew log -p <formula>`.
|
To view formula history locally: `brew log -p <formula>`.
|
||||||
|
|
||||||
* `info --json=`<version> (`--all`|`--installed`|<formulae>):
|
* `info` `--json=`<version> (`--all`|`--installed`|<formulae>):
|
||||||
Print a JSON representation of <formulae>. Currently the only accepted value
|
Print a JSON representation of <formulae>. Currently the only accepted value
|
||||||
for <version> is `v1`.
|
for <version> 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
|
To install a newer version of HEAD use
|
||||||
`brew rm <foo> && brew install --HEAD <foo>`.
|
`brew rm <foo> && brew install --HEAD <foo>`.
|
||||||
|
|
||||||
* `install --interactive` [`--git`] <formula>:
|
* `install` `--interactive` [`--git`] <formula>:
|
||||||
Download and patch <formula>, then open a shell. This allows the user to
|
Download and patch <formula>, then open a shell. This allows the user to
|
||||||
run `./configure --help` and otherwise determine how to turn the software
|
run `./configure --help` and otherwise determine how to turn the software
|
||||||
package into a Homebrew formula.
|
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
|
List all installed formulae. If `--full-name` is passed, print formulae with
|
||||||
full-qualified names.
|
full-qualified names.
|
||||||
|
|
||||||
* `ls`, `list --unbrewed`:
|
* `ls`, `list` `--unbrewed`:
|
||||||
List all files in the Homebrew prefix not installed by Homebrew.
|
List all files in the Homebrew prefix not installed by Homebrew.
|
||||||
|
|
||||||
* `ls`, `list` [`--versions` [`--multiple`]] [`--pinned`] [<formulae>]:
|
* `ls`, `list` [`--versions` [`--multiple`]] [`--pinned`] [<formulae>]:
|
||||||
@ -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.
|
surrounded with slashes, then it is interpreted as a regular expression.
|
||||||
The search for <text> is extended online to some popular taps.
|
The search for <text> is extended online to some popular taps.
|
||||||
|
|
||||||
* `search --debian`|`--fedora`|`--fink`|`--macports`|`--opensuse`|`--ubuntu` <text>:
|
* `search` `--debian`|`--fedora`|`--fink`|`--macports`|`--opensuse`|`--ubuntu` <text>:
|
||||||
Search for <text> in the given package manager's list.
|
Search for <text> in the given package manager's list.
|
||||||
|
|
||||||
* `sh` [`--env=std`]:
|
* `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
|
By default, the repository is cloned as a shallow copy (`--depth=1`), but
|
||||||
if `--full` is passed, a full clone will be used.
|
if `--full` is passed, a full clone will be used.
|
||||||
|
|
||||||
* `tap --repair`:
|
* `tap` `--repair`:
|
||||||
Migrate tapped formulae from symlink-based to directory-based structure.
|
Migrate tapped formulae from symlink-based to directory-based structure.
|
||||||
|
|
||||||
* `tap --list-official`:
|
* `tap` `--list-official`:
|
||||||
List all official taps.
|
List all official taps.
|
||||||
|
|
||||||
* `tap --list-pinned`:
|
* `tap` `--list-pinned`:
|
||||||
List all pinned taps.
|
List all pinned taps.
|
||||||
|
|
||||||
* `tap-info` <tap>:
|
* `tap-info` <tap>:
|
||||||
|
|||||||
@ -150,7 +150,7 @@ version of OS X, even if it would not be used during installation.</p></dd>
|
|||||||
<dt><code>info</code> <code>--github</code> <var>formula</var></dt><dd><p>Open a browser to the GitHub History page for formula <var>formula</var>.</p>
|
<dt><code>info</code> <code>--github</code> <var>formula</var></dt><dd><p>Open a browser to the GitHub History page for formula <var>formula</var>.</p>
|
||||||
|
|
||||||
<p>To view formula history locally: <code>brew log -p <formula></code>.</p></dd>
|
<p>To view formula history locally: <code>brew log -p <formula></code>.</p></dd>
|
||||||
<dt><code>info --json=</code><var>version</var> (<code>--all</code>|<code>--installed</code>|<var>formulae</var>)</dt><dd><p>Print a JSON representation of <var>formulae</var>. Currently the only accepted value
|
<dt><code>info</code> <code>--json=</code><var>version</var> (<code>--all</code>|<code>--installed</code>|<var>formulae</var>)</dt><dd><p>Print a JSON representation of <var>formulae</var>. Currently the only accepted value
|
||||||
for <var>version</var> is <code>v1</code>.</p>
|
for <var>version</var> is <code>v1</code>.</p>
|
||||||
|
|
||||||
<p>Pass <code>--all</code> to get information on all formulae, or <code>--installed</code> to get
|
<p>Pass <code>--all</code> to get information on all formulae, or <code>--installed</code> to get
|
||||||
@ -196,7 +196,7 @@ aka master, trunk, unstable.</p>
|
|||||||
|
|
||||||
<p>To install a newer version of HEAD use
|
<p>To install a newer version of HEAD use
|
||||||
<code>brew rm <foo> && brew install --HEAD <foo></code>.</p></dd>
|
<code>brew rm <foo> && brew install --HEAD <foo></code>.</p></dd>
|
||||||
<dt><code>install --interactive</code> [<code>--git</code>] <var>formula</var></dt><dd><p>Download and patch <var>formula</var>, then open a shell. This allows the user to
|
<dt><code>install</code> <code>--interactive</code> [<code>--git</code>] <var>formula</var></dt><dd><p>Download and patch <var>formula</var>, then open a shell. This allows the user to
|
||||||
run <code>./configure --help</code> and otherwise determine how to turn the software
|
run <code>./configure --help</code> and otherwise determine how to turn the software
|
||||||
package into a Homebrew formula.</p>
|
package into a Homebrew formula.</p>
|
||||||
|
|
||||||
@ -228,7 +228,7 @@ for easier access.</p>
|
|||||||
directory instead of the system directory. It may need to be created, first.</p></dd>
|
directory instead of the system directory. It may need to be created, first.</p></dd>
|
||||||
<dt><code>ls</code>, <code>list</code> [<code>--full-name</code>]</dt><dd><p>List all installed formulae. If <code>--full-name</code> is passed, print formulae with
|
<dt><code>ls</code>, <code>list</code> [<code>--full-name</code>]</dt><dd><p>List all installed formulae. If <code>--full-name</code> is passed, print formulae with
|
||||||
full-qualified names.</p></dd>
|
full-qualified names.</p></dd>
|
||||||
<dt><code>ls</code>, <code>list --unbrewed</code></dt><dd><p>List all files in the Homebrew prefix not installed by Homebrew.</p></dd>
|
<dt><code>ls</code>, <code>list</code> <code>--unbrewed</code></dt><dd><p>List all files in the Homebrew prefix not installed by Homebrew.</p></dd>
|
||||||
<dt><code>ls</code>, <code>list</code> [<code>--versions</code> [<code>--multiple</code>]] [<code>--pinned</code>] [<var>formulae</var>]</dt><dd><p>List the installed files for <var>formulae</var>. Combined with <code>--verbose</code>, recursively
|
<dt><code>ls</code>, <code>list</code> [<code>--versions</code> [<code>--multiple</code>]] [<code>--pinned</code>] [<var>formulae</var>]</dt><dd><p>List the installed files for <var>formulae</var>. Combined with <code>--verbose</code>, recursively
|
||||||
list the contents of all subdirectories in each <var>formula</var>'s keg.</p>
|
list the contents of all subdirectories in each <var>formula</var>'s keg.</p>
|
||||||
|
|
||||||
@ -283,7 +283,7 @@ No online search is performed if called without arguments.</p></dd>
|
|||||||
<dt><code>search</code>, <code>-S</code> <var>text</var>|<code>/</code><var>text</var><code>/</code></dt><dd><p>Perform a substring search of formula names for <var>text</var>. If <var>text</var> is
|
<dt><code>search</code>, <code>-S</code> <var>text</var>|<code>/</code><var>text</var><code>/</code></dt><dd><p>Perform a substring search of formula names for <var>text</var>. If <var>text</var> is
|
||||||
surrounded with slashes, then it is interpreted as a regular expression.
|
surrounded with slashes, then it is interpreted as a regular expression.
|
||||||
The search for <var>text</var> is extended online to some popular taps.</p></dd>
|
The search for <var>text</var> is extended online to some popular taps.</p></dd>
|
||||||
<dt><code>search --debian</code>|<code>--fedora</code>|<code>--fink</code>|<code>--macports</code>|<code>--opensuse</code>|<code>--ubuntu</code> <var>text</var></dt><dd><p>Search for <var>text</var> in the given package manager's list.</p></dd>
|
<dt><code>search</code> <code>--debian</code>|<code>--fedora</code>|<code>--fink</code>|<code>--macports</code>|<code>--opensuse</code>|<code>--ubuntu</code> <var>text</var></dt><dd><p>Search for <var>text</var> in the given package manager's list.</p></dd>
|
||||||
<dt><code>sh</code> [<code>--env=std</code>]</dt><dd><p>Instantiate a Homebrew build environment. Uses our years-battle-hardened
|
<dt><code>sh</code> [<code>--env=std</code>]</dt><dd><p>Instantiate a Homebrew build environment. Uses our years-battle-hardened
|
||||||
Homebrew build logic to help your <code>./configure && make && make install</code>
|
Homebrew build logic to help your <code>./configure && make && make install</code>
|
||||||
or even your <code>gem install</code> succeed. Especially handy if you run Homebrew
|
or even your <code>gem install</code> succeed. Especially handy if you run Homebrew
|
||||||
@ -305,9 +305,9 @@ using protocols other than HTTPS, e.g., SSH, GIT, HTTP, FTP(S), RSYNC.</p>
|
|||||||
|
|
||||||
<p>By default, the repository is cloned as a shallow copy (<code>--depth=1</code>), but
|
<p>By default, the repository is cloned as a shallow copy (<code>--depth=1</code>), but
|
||||||
if <code>--full</code> is passed, a full clone will be used.</p></dd>
|
if <code>--full</code> is passed, a full clone will be used.</p></dd>
|
||||||
<dt><code>tap --repair</code></dt><dd><p>Migrate tapped formulae from symlink-based to directory-based structure.</p></dd>
|
<dt><code>tap</code> <code>--repair</code></dt><dd><p>Migrate tapped formulae from symlink-based to directory-based structure.</p></dd>
|
||||||
<dt><code>tap --list-official</code></dt><dd><p>List all official taps.</p></dd>
|
<dt><code>tap</code> <code>--list-official</code></dt><dd><p>List all official taps.</p></dd>
|
||||||
<dt><code>tap --list-pinned</code></dt><dd><p>List all pinned taps.</p></dd>
|
<dt><code>tap</code> <code>--list-pinned</code></dt><dd><p>List all pinned taps.</p></dd>
|
||||||
<dt><code>tap-info</code> <var>tap</var></dt><dd><p>Display information about <var>tap</var>.</p></dd>
|
<dt><code>tap-info</code> <var>tap</var></dt><dd><p>Display information about <var>tap</var>.</p></dd>
|
||||||
<dt><code>tap-info</code> <code>--json=</code><var>version</var> (<code>--installed</code>|<var>taps</var>)</dt><dd><p>Print a JSON representation of <var>taps</var>. Currently the only accepted value
|
<dt><code>tap-info</code> <code>--json=</code><var>version</var> (<code>--installed</code>|<var>taps</var>)</dt><dd><p>Print a JSON representation of <var>taps</var>. Currently the only accepted value
|
||||||
for <var>version</var> is <code>v1</code>.</p>
|
for <var>version</var> is <code>v1</code>.</p>
|
||||||
|
|||||||
@ -207,7 +207,7 @@ Open a browser to the GitHub History page for formula \fIformula\fR\.
|
|||||||
To view formula history locally: \fBbrew log \-p <formula>\fR\.
|
To view formula history locally: \fBbrew log \-p <formula>\fR\.
|
||||||
.
|
.
|
||||||
.TP
|
.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\.
|
Print a JSON representation of \fIformulae\fR\. Currently the only accepted value for \fIversion\fR is \fBv1\fR\.
|
||||||
.
|
.
|
||||||
.IP
|
.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 <foo> && brew install \-\-HEAD <foo>\fR\.
|
To install a newer version of HEAD use \fBbrew rm <foo> && brew install \-\-HEAD <foo>\fR\.
|
||||||
.
|
.
|
||||||
.TP
|
.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\.
|
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
|
.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\.
|
List all installed formulae\. If \fB\-\-full\-name\fR is passed, print formulae with full\-qualified names\.
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
\fBls\fR, \fBlist \-\-unbrewed\fR
|
\fBls\fR, \fBlist\fR \fB\-\-unbrewed\fR
|
||||||
List all files in the Homebrew prefix not installed by Homebrew\.
|
List all files in the Homebrew prefix not installed by Homebrew\.
|
||||||
.
|
.
|
||||||
.TP
|
.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\.
|
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
|
.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\.
|
Search for \fItext\fR in the given package manager\'s list\.
|
||||||
.
|
.
|
||||||
.TP
|
.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\.
|
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
|
.TP
|
||||||
\fBtap \-\-repair\fR
|
\fBtap\fR \fB\-\-repair\fR
|
||||||
Migrate tapped formulae from symlink\-based to directory\-based structure\.
|
Migrate tapped formulae from symlink\-based to directory\-based structure\.
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
\fBtap \-\-list\-official\fR
|
\fBtap\fR \fB\-\-list\-official\fR
|
||||||
List all official taps\.
|
List all official taps\.
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
\fBtap \-\-list\-pinned\fR
|
\fBtap\fR \fB\-\-list\-pinned\fR
|
||||||
List all pinned taps\.
|
List all pinned taps\.
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user