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 <martin@afanasjew.de>
This commit is contained in:
parent
8144f90eac
commit
85181a067f
@ -29,7 +29,7 @@ With `--verbose` or `-v`, many commands print extra debugging information. Note
|
||||
* `list`:
|
||||
List all installed formulae.
|
||||
|
||||
* `search` <text> | `/`<text>`/`:
|
||||
* `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.
|
||||
|
@ -25,7 +25,7 @@ didn't include with OS X.</p>
|
||||
<dt><code>remove</code> <var>formula</var></dt><dd><p>Uninstall <var>formula</var>.</p></dd>
|
||||
<dt class="flush"><code>update</code></dt><dd><p>Fetch the newest version of Homebrew from GitHub using <code>git</code>(1).</p></dd>
|
||||
<dt class="flush"><code>list</code></dt><dd><p>List all installed formulae.</p></dd>
|
||||
<dt><code>search</code> <var>text</var> | <code>/</code><var>text</var><code>/</code></dt><dd><p>Perform a substring search of formula names for <var>text</var>. If <var>text</var> is
|
||||
<dt><code>search</code> <var>text</var>|<code>/</code><var>text</var><code>/</code></dt><dd><p>Perform a substring search of formula names for <var>text</var>. If <var>text</var> is
|
||||
surrounded with slashes, then it is interpreted as a regular expression.
|
||||
The search for <var>text</var> is extended online to some popular taps.
|
||||
If no search term is given, all locally available formulae are listed.</p></dd>
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user