aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXu Cheng2015-08-17 16:12:29 +0800
committerXu Cheng2015-08-17 16:12:29 +0800
commit502101a2e27e72916eccdfd7007ecb088c31ed21 (patch)
tree6b48e0ce83dea1ee76c5caa61d81dbb9f8312505
parenta380ec636eb02e1412ee6657449b9a159182c9da (diff)
downloadbrew-502101a2e27e72916eccdfd7007ecb088c31ed21.tar.bz2
manpage: slight format tweak
-rw-r--r--Library/Homebrew/manpages/brew.1.md6
-rw-r--r--share/man/man1/brew.16
2 files changed, 6 insertions, 6 deletions
diff --git a/Library/Homebrew/manpages/brew.1.md b/Library/Homebrew/manpages/brew.1.md
index 279214976..7e1b8acdd 100644
--- a/Library/Homebrew/manpages/brew.1.md
+++ b/Library/Homebrew/manpages/brew.1.md
@@ -270,14 +270,14 @@ Note that these flags should only appear after a command.
If provided, `--local` will move them into the user's `~/Applications`
directory instead of the system directory. It may need to be created, first.
- * `ls, list [--full-name]`
+ * `ls`, `list [--full-name]`
List all installed formulae. If `--full-name` is passed, print formulae with
full-qualified names.
- * `ls, list --unbrewed`
+ * `ls`, `list --unbrewed`
List all files in the Homebrew prefix not installed by Homebrew.
- * `ls, list [--versions [--multiple]] [--pinned]` [<formulae>]:
+ * `ls`, `list [--versions [--multiple]] [--pinned]` [<formulae>]:
List the installed files for <formulae>. Combined with `--verbose`, recursively
list the contents of all subdirectories in each <formula>'s keg.
diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1
index 65815832a..39ac2d2d7 100644
--- a/share/man/man1/brew.1
+++ b/share/man/man1/brew.1
@@ -266,13 +266,13 @@ 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, list [\-\-full\-name]\fR List all installed formulae\. If \fB\-\-full\-name\fR is passed, print formulae with full\-qualified names\.
+\fBls\fR, \fBlist [\-\-full\-name]\fR List all installed formulae\. If \fB\-\-full\-name\fR is passed, print formulae with full\-qualified names\.
.
.IP "\(bu" 4
-\fBls, list \-\-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, list [\-\-versions [\-\-multiple]] [\-\-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\.
+\fBls\fR, \fBlist [\-\-versions [\-\-multiple]] [\-\-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\.
.
.IP
If \fB\-\-versions\fR is passed, show the version number for installed formulae, or only the specified formulae if \fIformulae\fR are given\. With \fB\-\-multiple\fR, only show formulae with multiple versions installed\.