Fix a couple of formatting issues in man page

This commit is contained in:
Jack Nagel 2015-02-17 21:05:24 -05:00
parent 8f8e40295c
commit 4f13858fe8
2 changed files with 4 additions and 4 deletions

View File

@ -237,7 +237,7 @@ Note that these flags should only appear after a command.
If `--force` is passed, Homebrew will allow keg-only formulae to be linked. If `--force` is passed, Homebrew will allow keg-only formulae to be linked.
* `linkapps [--local] [<formulae>]`: * `linkapps [--local]` [<formulae>]:
Find installed formulae that have compiled `.app`-style "application" Find installed formulae that have compiled `.app`-style "application"
packages for OS X, and symlink those apps into `/Applications`, allowing packages for OS X, and symlink those apps into `/Applications`, allowing
for easier access. for easier access.
@ -360,7 +360,7 @@ Note that these flags should only appear after a command.
for temporarily disabling a formula: for temporarily disabling a formula:
`brew unlink foo && commands && brew link foo`. `brew unlink foo && commands && brew link foo`.
* `unlinkapps [--local] [<formulae>]`: * `unlinkapps [--local]` [<formulae>]:
Removes links created by `brew linkapps`. Removes links created by `brew linkapps`.
If no <formulae> are provided, all linked app will be removed. If no <formulae> are provided, all linked app will be removed.

View File

@ -254,7 +254,7 @@ If \fB\-\-dry\-run\fR or \fB\-n\fR is passed, Homebrew will list all files which
If \fB\-\-force\fR is passed, Homebrew will allow keg\-only formulae to be linked\. If \fB\-\-force\fR is passed, Homebrew will allow keg\-only formulae to be linked\.
. .
.TP .TP
\fBlinkapps [\-\-local] [<formulae>]\fR \fBlinkapps [\-\-local]\fR [\fIformulae\fR]
Find installed formulae that have compiled \fB\.app\fR\-style "application" packages for OS X, and symlink those apps into \fB/Applications\fR, allowing for easier access\. Find installed formulae that have compiled \fB\.app\fR\-style "application" packages for OS X, and symlink those apps into \fB/Applications\fR, allowing for easier access\.
. .
.IP .IP
@ -382,7 +382,7 @@ Example: \fBbrew install jruby && brew test jruby\fR
Remove symlinks for \fIformula\fR from the Homebrew prefix\. This can be useful for temporarily disabling a formula: \fBbrew unlink foo && commands && brew link foo\fR\. Remove symlinks for \fIformula\fR from the Homebrew prefix\. This can be useful for temporarily disabling a formula: \fBbrew unlink foo && commands && brew link foo\fR\.
. .
.TP .TP
\fBunlinkapps [\-\-local] [<formulae>]\fR \fBunlinkapps [\-\-local]\fR [\fIformulae\fR]
Removes links created by \fBbrew linkapps\fR\. Removes links created by \fBbrew linkapps\fR\.
. .
.IP .IP