diff options
| author | Martin Afanasjew | 2016-01-06 08:00:36 +0100 |
|---|---|---|
| committer | Martin Afanasjew | 2016-01-06 08:17:29 +0100 |
| commit | b3627cc5b2893f33984b9fee9648c415ff350b5c (patch) | |
| tree | 15b4cec8a419646d78b0aed12e6cff10d15cced2 /share | |
| parent | aaefcb02b6649551d8a86a5f0237041c14113dfb (diff) | |
| download | brew-b3627cc5b2893f33984b9fee9648c415ff350b5c.tar.bz2 | |
manpage: fix minor formatting inconsistencies
Diffstat (limited to 'share')
| -rw-r--r-- | share/doc/homebrew/brew.1.html | 14 | ||||
| -rw-r--r-- | share/man/man1/brew.1 | 14 |
2 files changed, 14 insertions, 14 deletions
diff --git a/share/doc/homebrew/brew.1.html b/share/doc/homebrew/brew.1.html index ee7d24f68..cd81c9bd0 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.</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> <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> <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 <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 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> <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> -<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 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 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> -<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 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 @@ -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 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 --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>--repair</code></dt><dd><p>Migrate tapped formulae from symlink-based to directory-based structure.</p></dd> +<dt><code>tap</code> <code>--list-official</code></dt><dd><p>List all official 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> <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> diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1 index 34db44876..29554e014 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 <formula>\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 <foo> && brew install \-\-HEAD <foo>\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 |
