From 85181a067f0f79599d149775f8b2b57fa7388bfa Mon Sep 17 00:00:00 2001
From: Martin Afanasjew
Date: Wed, 9 Dec 2015 06:52:40 +0100
Subject: [PATCH] manpage: remove superfluous spaces for consistency
All other alternatives already don't use spaces around the pipe symbol.
Closes Homebrew/homebrew#46825.
Signed-off-by: Martin Afanasjew
---
Library/Homebrew/manpages/brew.1.md | 2 +-
share/doc/homebrew/brew.1.html | 2 +-
share/man/man1/brew.1 | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Library/Homebrew/manpages/brew.1.md b/Library/Homebrew/manpages/brew.1.md
index 0fdde0b0cc..0e70f4f556 100644
--- a/Library/Homebrew/manpages/brew.1.md
+++ b/Library/Homebrew/manpages/brew.1.md
@@ -29,7 +29,7 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note
* `list`:
List all installed formulae.
- * `search` | `/``/`:
+ * `search` |`/``/`:
Perform a substring search of formula names for . If is
surrounded with slashes, then it is interpreted as a regular expression.
The search for is extended online to some popular taps.
diff --git a/share/doc/homebrew/brew.1.html b/share/doc/homebrew/brew.1.html
index 6a45699a9d..3094acd9c3 100644
--- a/share/doc/homebrew/brew.1.html
+++ b/share/doc/homebrew/brew.1.html
@@ -25,7 +25,7 @@ didn't include with OS X.
remove formulaUninstall formula.
updateFetch the newest version of Homebrew from GitHub using git(1).
listList all installed formulae.
-search text | /text/Perform a substring search of formula names for text. If text is
+
search text|/text/Perform a substring search of formula names for text. If text is
surrounded with slashes, then it is interpreted as a regular expression.
The search for text is extended online to some popular taps.
If no search term is given, all locally available formulae are listed.
diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1
index 30f9f045e5..8d5a5304cc 100644
--- a/share/man/man1/brew.1
+++ b/share/man/man1/brew.1
@@ -38,7 +38,7 @@ Fetch the newest version of Homebrew from GitHub using \fBgit\fR(1)\.
List all installed formulae\.
.
.TP
-\fBsearch\fR \fItext\fR | \fB/\fR\fItext\fR\fB/\fR
+\fBsearch\fR \fItext\fR|\fB/\fR\fItext\fR\fB/\fR
Perform a substring search of formula names for \fItext\fR\. If \fItext\fR is surrounded with slashes, then it is interpreted as a regular expression\. The search for \fItext\fR is extended online to some popular taps\. If no search term is given, all locally available formulae are listed\.
.
.SH "COMMANDS"