aboutsummaryrefslogtreecommitdiffstats
path: root/share/doc
diff options
context:
space:
mode:
authorAndrew Janke2015-12-05 10:23:16 -0500
committerAndrew Janke2015-12-05 10:23:16 -0500
commit98fbcb7299e882bee59802dc5c6bf4916d5576a5 (patch)
tree486bb96a82d6395204a13a8d4606933c4a48821d /share/doc
parent5230ed2117a4520a1c90c90cb3e01bcba7f74c65 (diff)
downloadbrew-98fbcb7299e882bee59802dc5c6bf4916d5576a5.tar.bz2
manpages: fix missing backtick
Diffstat (limited to 'share/doc')
-rw-r--r--share/doc/homebrew/brew.1.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/share/doc/homebrew/brew.1.html b/share/doc/homebrew/brew.1.html
index 2b4a82f11..eb15e764f 100644
--- a/share/doc/homebrew/brew.1.html
+++ b/share/doc/homebrew/brew.1.html
@@ -168,9 +168,9 @@ Display information about <var>formula</var>.</p></li>
Open a browser to the GitHub History page for formula <var>formula</var>.</p>
<p>To view formula history locally: <code>brew log -p &lt;formula></code>.</p></li>
-<li><p><code>info --json=</code><var>version</var><code>(</code>--all<code>|</code>--installed<code>|&lt;formulae>):
-Print a JSON representation of &lt;formulae>. Currently the only accepted value
-for &lt;version> is</code>v1`.</p>
+<li><p><code>info --json=</code><var>version</var><code>(</code>--all<code>|</code>--installed<code>|</code><var>formulae</var>):
+Print a JSON representation of <var>formulae</var>. Currently the only accepted value
+for <var>version</var> is <code>v1</code>.</p>
<p>Pass <code>--all</code> to get information on all formulae, or <code>--installed</code> to get
information on all installed formulae.</p>