aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/manual/ranch.asciidoc
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-07-31 15:19:16 +0200
committerLoïc Hoguin <[email protected]>2018-07-31 15:19:16 +0200
commit265bc740d0abcddee8e7eef2286980f2db3088b0 (patch)
treea873353dd985a39f88f03cce8d036eabc03754b4 /doc/src/manual/ranch.asciidoc
parentf854eb345f5cc5059e88cab860afa6ede8cfcafe (diff)
downloadranch-265bc740d0abcddee8e7eef2286980f2db3088b0.tar.gz
ranch-265bc740d0abcddee8e7eef2286980f2db3088b0.tar.bz2
ranch-265bc740d0abcddee8e7eef2286980f2db3088b0.zip
Revisit the manual pages for the various modules
Diffstat (limited to 'doc/src/manual/ranch.asciidoc')
-rw-r--r--doc/src/manual/ranch.asciidoc23
1 files changed, 9 insertions, 14 deletions
diff --git a/doc/src/manual/ranch.asciidoc b/doc/src/manual/ranch.asciidoc
index f2cbb41..21a117e 100644
--- a/doc/src/manual/ranch.asciidoc
+++ b/doc/src/manual/ranch.asciidoc
@@ -104,20 +104,6 @@ options and socket options. Socket options may be given
directly (assuming they are not a map and no Ranch-specific
option needs to be given) or as part of `socket_opts`.
-The different options are described further down in this
-document.
-
-=== ref()
-
-[source,erlang]
-----
-ref() = any()
-----
-
-Unique name used to refer to a listener.
-
-== Option descriptions
-
None of the options are required.
ack_timeout::
@@ -160,6 +146,15 @@ socket_opts::
Socket options given to `Transport:listen/1`. Please refer to the
documentation of the transport module you are using for more details.
+=== ref()
+
+[source,erlang]
+----
+ref() = any()
+----
+
+Unique name used to refer to a listener.
+
== Changelog
* *1.6*: The `logger` option was added.