aboutsummaryrefslogtreecommitdiffstats
path: root/manual/cowboy.md
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2014-02-21 18:08:38 +0100
committerLoïc Hoguin <[email protected]>2014-02-21 18:08:38 +0100
commite7afe1f381f93f0c4df3680ff55dae111e864c9f (patch)
tree152ae78508ffd0526bf1d3198a9144a56a78b627 /manual/cowboy.md
parent6315da045634d7f621196654c2a198bcd935a119 (diff)
parent4ff6b0238b9d79066a2adc19ef89c2ddc77fd3cc (diff)
downloadcowboy-e7afe1f381f93f0c4df3680ff55dae111e864c9f.tar.gz
cowboy-e7afe1f381f93f0c4df3680ff55dae111e864c9f.tar.bz2
cowboy-e7afe1f381f93f0c4df3680ff55dae111e864c9f.zip
Merge branch 'stop_listener-spec' of git://github.com/s1n4/cowboy
Diffstat (limited to 'manual/cowboy.md')
-rw-r--r--manual/cowboy.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/cowboy.md b/manual/cowboy.md
index c2ef859..0eab0f8 100644
--- a/manual/cowboy.md
+++ b/manual/cowboy.md
@@ -76,7 +76,7 @@ Exports
> Start listening for SPDY connections. Returns the pid for this
> listener's supervisor.
-### stop_listener(Ref) -> ok
+### stop_listener(Ref) -> ok | {error, not_found}
> Types:
> * Ref = ranch:ref()