diff options
| author | Andrew Janke | 2015-12-05 10:27:11 -0500 |
|---|---|---|
| committer | Andrew Janke | 2015-12-08 12:35:20 -0500 |
| commit | 92a1fca6e407226491ef0a25d036ee842b8e2bf8 (patch) | |
| tree | 89fd5a9b371e25833225c43c79eefba1fc14aa19 /share | |
| parent | 8d6b6a451b854a4958ecd3812794f93afc083578 (diff) | |
| download | brew-92a1fca6e407226491ef0a25d036ee842b8e2bf8.tar.bz2 | |
manpages: minor markup fixes
Fixes a couple issues left behind by Homebrew/homebrew#46676.
Closes Homebrew/homebrew#46706.
Signed-off-by: Andrew Janke <andrew@apjanke.net>
Diffstat (limited to 'share')
| -rw-r--r-- | share/doc/homebrew/brew.1.html | 12 | ||||
| -rw-r--r-- | share/man/man1/brew.1 | 10 |
2 files changed, 11 insertions, 11 deletions
diff --git a/share/doc/homebrew/brew.1.html b/share/doc/homebrew/brew.1.html index e0e01df6f..4a8b8bc2e 100644 --- a/share/doc/homebrew/brew.1.html +++ b/share/doc/homebrew/brew.1.html @@ -168,7 +168,7 @@ Display information about <var>formula</var>.</p></li> 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></li> -<li><p><code>info --json=</code><var>version</var><code>(</code>--all<code>|</code>--installed<code>|</code><var>formulae</var>): +<li><p><code>info --json=</code><var>version</var> (<code>--all</code>|<code>--installed</code>|<var>formulae</var>): Print a JSON representation of <var>formulae</var>. Currently the only accepted value for <var>version</var> is <code>v1</code>.</p> @@ -251,10 +251,10 @@ for easier access.</p> <p>If provided, <code>--local</code> will move them into the user's <code>~/Applications</code> directory instead of the system directory. It may need to be created, first.</p></li> -<li><p><code>ls</code>, <code>list</code> [<code>--full-name</code>] +<li><p><code>ls</code>, <code>list</code> [<code>--full-name</code>]: List all installed formulae. If <code>--full-name</code> is passed, print formulae with full-qualified names.</p></li> -<li><p><code>ls</code>, <code>list --unbrewed</code> +<li><p><code>ls</code>, <code>list --unbrewed</code>: List all files in the Homebrew prefix not installed by Homebrew.</p></li> <li><p><code>ls</code>, <code>list</code> [<code>--versions</code> [<code>--multiple</code>]] [<code>--pinned</code>] [<var>formulae</var>]: List the installed files for <var>formulae</var>. Combined with <code>--verbose</code>, recursively @@ -289,7 +289,7 @@ spaces.</p> <p>If <code>--all</code> is passed, show options for all formulae.</p> <p>If <code>--installed</code> is passed, show options for all installed formulae.</p></li> -<li><p><code>outdated</code> [<code>--quiet</code> | <code>--verbose</code> | <code>--json=v1</code> ]: +<li><p><code>outdated</code> [<code>--quiet</code>|<code>--verbose</code>|<code>--json=v1</code>]: Show formulae that have an updated version available.</p> <p>By default, version information is displayed in interactive shells, and @@ -338,9 +338,9 @@ in three ways.</p> <ul> <li><p><code>tap</code> without arguments displays existing taps.</p></li> -<li><p><code>tap</code> <var>user</var><code>/</code><var>repo</var><code>taps a formula repository from GitHub using HTTPS. +<li><p><code>tap</code> <var>user</var><code>/</code><var>repo</var> taps a formula repository from GitHub using HTTPS. Since so many taps are hosted on GitHub, this command is a shortcut for -</code>tap <var>user</var>/<var>repo</var> https://github.com/<var>user</var>/homebrew-<var>repo</var>`.</p></li> +<code>tap <user>/<repo> https://github.com/<user>/homebrew-<repo></code>.</p></li> <li><p><code>tap</code> <var>user</var><code>/</code><var>repo</var> <var>URL</var> taps a formula repository from anywhere, using any transport protocol that <code>git</code> handles. The one-argument form of <code>tap</code> simplifies but also limits. This two-argument command makes no diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1 index f7cb73ef8..391bf0a94 100644 --- a/share/man/man1/brew.1 +++ b/share/man/man1/brew.1 @@ -188,7 +188,7 @@ If \fB\-\-force\-bottle\fR is passed, download a bottle if it exists for the cur To view formula history locally: \fBbrew log \-p <formula>\fR\. . .IP "\(bu" 4 -\fBinfo \-\-json=\fR\fIversion\fR\fB(\fR\-\-all\fB|\fR\-\-installed\fB|\fR\fIformulae\fR): Print a JSON representation of \fIformulae\fR\. Currently the only accepted value for \fIversion\fR is \fBv1\fR\. +\fBinfo \-\-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 Pass \fB\-\-all\fR to get information on all formulae, or \fB\-\-installed\fR to get information on all installed formulae\. @@ -272,10 +272,10 @@ If no \fIformulae\fR are provided, all of them will have their \.apps symlinked\ If provided, \fB\-\-local\fR will move them into the user\'s \fB~/Applications\fR directory instead of the system directory\. It may need to be created, first\. . .IP "\(bu" 4 -\fBls\fR, \fBlist\fR [\fB\-\-full\-name\fR] List all installed formulae\. If \fB\-\-full\-name\fR is passed, print formulae with full\-qualified names\. +\fBls\fR, \fBlist\fR [\fB\-\-full\-name\fR]: List all installed formulae\. If \fB\-\-full\-name\fR is passed, print formulae with full\-qualified names\. . .IP "\(bu" 4 -\fBls\fR, \fBlist \-\-unbrewed\fR List all files in the Homebrew prefix not installed by Homebrew\. +\fBls\fR, \fBlist \-\-unbrewed\fR: List all files in the Homebrew prefix not installed by Homebrew\. . .IP "\(bu" 4 \fBls\fR, \fBlist\fR [\fB\-\-versions\fR [\fB\-\-multiple\fR]] [\fB\-\-pinned\fR] [\fIformulae\fR]: List the installed files for \fIformulae\fR\. Combined with \fB\-\-verbose\fR, recursively list the contents of all subdirectories in each \fIformula\fR\'s keg\. @@ -314,7 +314,7 @@ If \fB\-\-all\fR is passed, show options for all formulae\. If \fB\-\-installed\fR is passed, show options for all installed formulae\. . .IP "\(bu" 4 -\fBoutdated\fR [\fB\-\-quiet\fR | \fB\-\-verbose\fR | \fB\-\-json=v1\fR ]: Show formulae that have an updated version available\. +\fBoutdated\fR [\fB\-\-quiet\fR|\fB\-\-verbose\fR|\fB\-\-json=v1\fR]: Show formulae that have an updated version available\. . .IP By default, version information is displayed in interactive shells, and suppressed otherwise\. @@ -365,7 +365,7 @@ If \fB\-\-force\fR is passed, and there are multiple versions of \fIformula\fR i \fBtap\fR without arguments displays existing taps\. . .IP "\(bu" 4 -\fBtap\fR \fIuser\fR\fB/\fR\fIrepo\fR\fBtaps a formula repository from GitHub using HTTPS\. Since so many taps are hosted on GitHub, this command is a shortcut for\fRtap \fIuser\fR/\fIrepo\fR https://github\.com/\fIuser\fR/homebrew\-\fIrepo\fR`\. +\fBtap\fR \fIuser\fR\fB/\fR\fIrepo\fR taps a formula repository from GitHub using HTTPS\. Since so many taps are hosted on GitHub, this command is a shortcut for \fBtap <user>/<repo> https://github\.com/<user>/homebrew\-<repo>\fR\. . .IP "\(bu" 4 \fBtap\fR \fIuser\fR\fB/\fR\fIrepo\fR \fIURL\fR taps a formula repository from anywhere, using any transport protocol that \fBgit\fR handles\. The one\-argument form of \fBtap\fR simplifies but also limits\. This two\-argument command makes no assumptions, so taps can be cloned from places other than GitHub and using protocols other than HTTPS, e\.g\., SSH, GIT, HTTP, FTP(S), RSYNC\. |
