aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2012-01-05 21:44:24 -0600
committerJack Nagel2012-01-05 21:51:19 -0600
commit1abe7aa863d16bd80b05bdce347f3790ee50ccc5 (patch)
tree27558acdae869cbe567dc310702a7c98e074bc07
parent50c644a1db6b7642e9ab50d0f72d1457045161a2 (diff)
downloadhomebrew-1abe7aa863d16bd80b05bdce347f3790ee50ccc5.tar.bz2
Fix man page formatting error
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
-rw-r--r--Library/Contributions/manpages/brew.1.md2
-rw-r--r--share/man/man1/brew.12
2 files changed, 2 insertions, 2 deletions
diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md
index 9679430bc..2293b60f6 100644
--- a/Library/Contributions/manpages/brew.1.md
+++ b/Library/Contributions/manpages/brew.1.md
@@ -204,7 +204,7 @@ For the full command list, see the COMMANDS section.
Show the git log for the given formulae. Options that `git-log`(1)
recognizes can be passed before the formula list.
- * `missing [<formulae>]`:
+ * `missing` [<formulae>]:
Check the given <formulae> for missing dependencies.
If no <formulae> are given, check all installed brews.
diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1
index bdb1cb2f6..93009e242 100644
--- a/share/man/man1/brew.1
+++ b/share/man/man1/brew.1
@@ -226,7 +226,7 @@ If \fB\-\-versions\fR is passed, show the version number for installed formulae,
Show the git log for the given formulae\. Options that \fBgit\-log\fR(1) recognizes can be passed before the formula list\.
.
.TP
-\fBmissing [<formulae>]\fR
+\fBmissing\fR [\fIformulae\fR]
Check the given \fIformulae\fR for missing dependencies\.
.
.IP