summaryrefslogtreecommitdiffstats
path: root/docs/en/cowboy/2.0
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-10-19 13:06:56 +0200
committerLoïc Hoguin <[email protected]>2016-10-19 13:06:56 +0200
commit37eef8c9c59fbea91f3a3bb9c2c644163ffb7c96 (patch)
treefb017f8d248fe19b31dcde59fef35c1501312c9e /docs/en/cowboy/2.0
parent83f1ad46e84c1a9016c9dee2c1ec749880dfd260 (diff)
downloadninenines.eu-37eef8c9c59fbea91f3a3bb9c2c644163ffb7c96.tar.gz
ninenines.eu-37eef8c9c59fbea91f3a3bb9c2c644163ffb7c96.tar.bz2
ninenines.eu-37eef8c9c59fbea91f3a3bb9c2c644163ffb7c96.zip
Fix bad icon in old 1.0 docs
Diffstat (limited to 'docs/en/cowboy/2.0')
-rw-r--r--docs/en/cowboy/2.0/manual/cowboy.start_clear/index.html1
-rw-r--r--docs/en/cowboy/2.0/manual/cowboy.start_tls/index.html1
-rw-r--r--docs/en/cowboy/2.0/manual/cowboy/index.html6
3 files changed, 5 insertions, 3 deletions
diff --git a/docs/en/cowboy/2.0/manual/cowboy.start_clear/index.html b/docs/en/cowboy/2.0/manual/cowboy.start_clear/index.html
index 74ace743..239b36c0 100644
--- a/docs/en/cowboy/2.0/manual/cowboy.start_clear/index.html
+++ b/docs/en/cowboy/2.0/manual/cowboy.start_clear/index.html
@@ -229,6 +229,7 @@ http://www.gnu.org/software/src-highlite -->
<div class="sectionbody">
<div class="paragraph"><p><a href="../cowboy">cowboy(3)</a>,
<a href="../cowboy.start_tls">cowboy:start_tls(3)</a>,
+<a href="../cowboy.stop_listener">cowboy:stop_listener(3)</a>,
<a href="../ranch">ranch(3)</a></p></div>
</div>
</div>
diff --git a/docs/en/cowboy/2.0/manual/cowboy.start_tls/index.html b/docs/en/cowboy/2.0/manual/cowboy.start_tls/index.html
index 87ed2b83..c31bbcc6 100644
--- a/docs/en/cowboy/2.0/manual/cowboy.start_tls/index.html
+++ b/docs/en/cowboy/2.0/manual/cowboy.start_tls/index.html
@@ -234,6 +234,7 @@ http://www.gnu.org/software/src-highlite -->
<div class="sectionbody">
<div class="paragraph"><p><a href="../cowboy">cowboy(3)</a>,
<a href="../cowboy.start_clear">cowboy:start_clear(3)</a>,
+<a href="../cowboy.stop_listener">cowboy:stop_listener(3)</a>,
<a href="../ranch">ranch(3)</a></p></div>
</div>
</div>
diff --git a/docs/en/cowboy/2.0/manual/cowboy/index.html b/docs/en/cowboy/2.0/manual/cowboy/index.html
index 19271913..a6aba962 100644
--- a/docs/en/cowboy/2.0/manual/cowboy/index.html
+++ b/docs/en/cowboy/2.0/manual/cowboy/index.html
@@ -78,7 +78,7 @@
<div class="sect1">
<h2 id="_description">Description</h2>
<div class="sectionbody">
-<div class="paragraph"><p>The <code>cowboy</code> module provides convenience functions for
+<div class="paragraph"><p>The module <code>cowboy</code> provides convenience functions for
manipulating Ranch listeners.</p></div>
</div>
</div>
@@ -128,9 +128,9 @@ http://www.gnu.org/software/src-highlite -->
<span style="color: #009900">Constraint</span> <span style="color: #990000">::</span> <span style="font-weight: bold"><span style="color: #000000">cowboy_constraints:constraint</span></span>()
<span style="color: #009900">Default</span> <span style="color: #990000">::</span> <span style="font-weight: bold"><span style="color: #000000">any</span></span>()</tt></pre></div></div>
<div class="paragraph"><p>Fields description for match operations.</p></div>
-<div class="paragraph"><p>This type is used in <a href="../cowboy_router">cowboy_router</a>
+<div class="paragraph"><p>This type is used in <a href="../cowboy_router">cowboy_router(3)</a>
for matching bindings and in the match functions found in
-<a href="../cowboy_req">cowboy_req</a>.</p></div>
+<a href="../cowboy_req">cowboy_req(3)</a>.</p></div>
</div>
<div class="sect2">
<h3 id="_http_headers">http_headers()</h3>