aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vandenberg2013-08-14 22:24:38 -0700
committerAdam Vandenberg2013-08-14 22:24:38 -0700
commit96175fae20bc2c02563616a432852d86a1422165 (patch)
treeca419aef2e079fc85897cc985b17772320ffa78d
parent31348c34aeffe045181237cc393c177cfa6e08b4 (diff)
downloadbrew-96175fae20bc2c02563616a432852d86a1422165.tar.bz2
verbage
-rw-r--r--Library/Contributions/manpages/brew.1.md5
-rw-r--r--share/man/man1/brew.12
2 files changed, 4 insertions, 3 deletions
diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md
index b9b50db65..d3af5fb67 100644
--- a/Library/Contributions/manpages/brew.1.md
+++ b/Library/Contributions/manpages/brew.1.md
@@ -298,8 +298,9 @@ Note that these flags should only appear after a command.
Example: `brew install jruby && brew test jruby`
* `unlink` <formula>:
- Unsymlink <formula> from the Homebrew prefix. This can be useful for
- temporarily disabling a formula: `brew unlink foo && commands && brew link foo`.
+ Remove symlinks for <formula> from the Homebrew prefix. This can be useful
+ for temporarily disabling a formula:
+ `brew unlink foo && commands && brew link foo`.
* `unpin` <formulae>:
Unpin <formulae>, allowing them to be upgraded by `brew upgrade`. See also
diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1
index 73bbac19a..6d5f13e56 100644
--- a/share/man/man1/brew.1
+++ b/share/man/man1/brew.1
@@ -325,7 +325,7 @@ Example: \fBbrew install jruby && brew test jruby\fR
.
.TP
\fBunlink\fR \fIformula\fR
-Unsymlink \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
\fBunpin\fR \fIformulae\fR