diff options
author | Hans Nilsson <[email protected]> | 2013-11-19 16:05:24 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2013-11-19 16:05:24 +0100 |
commit | 0d57daec5738447eb033681834146bf31dfd266c (patch) | |
tree | 9525eed9a4989228c588451661fa9de3f5db187e /lib | |
parent | bc61b755eff38dc06a1b47802f03be66af2f9c7c (diff) | |
download | otp-0d57daec5738447eb033681834146bf31dfd266c.tar.gz otp-0d57daec5738447eb033681834146bf31dfd266c.tar.bz2 otp-0d57daec5738447eb033681834146bf31dfd266c.zip |
ftp,ssl: Fixes broken type link (ssloption).
Diffstat (limited to 'lib')
-rw-r--r-- | lib/inets/doc/src/ftp.xml | 2 | ||||
-rw-r--r-- | lib/ssl/doc/src/ssl.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/inets/doc/src/ftp.xml b/lib/inets/doc/src/ftp.xml index d528c2bb28..4d559817c4 100644 --- a/lib/inets/doc/src/ftp.xml +++ b/lib/inets/doc/src/ftp.xml @@ -554,7 +554,7 @@ <v>ipfamily() = inet | inet6 | inet6fb4 (defaults to inet)</v> <v>port() = integer() > 0 (defaults to 21)</v> <v>mode() = active | passive (defaults to passive)</v> - <v>tls_options() = [<seealso marker="ssl#type-ssloption">ssl:ssloption()</seealso>]</v> + <v>tls_options() = [<seealso marker="ssl:ssl#type-ssloption">ssl:ssloption()</seealso>]</v> <v>timeout() = integer() > 0 (defaults to 60000 milliseconds)</v> <v>dtimeout() = integer() > 0 | infinity (defaults to infinity)</v> <v>pogress() = ignore | {module(), function(), initial_data()} (defaults to ignore)</v> diff --git a/lib/ssl/doc/src/ssl.xml b/lib/ssl/doc/src/ssl.xml index 19c0c8c9ee..1d74faf1b3 100644 --- a/lib/ssl/doc/src/ssl.xml +++ b/lib/ssl/doc/src/ssl.xml @@ -76,7 +76,7 @@ <seealso marker="kernel:gen_tcp">gen_tcp(3)</seealso>. </p> - <p> <c>ssloption() = {verify, verify_type()} | + <p><marker id="type-ssloption"></marker><c>ssloption() = {verify, verify_type()} | {verify_fun, {fun(), term()}} | {fail_if_no_peer_cert, boolean()} {depth, integer()} | |