aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/manual/ranch.asciidoc
diff options
context:
space:
mode:
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.