diff options
author | Hans Nilsson <[email protected]> | 2013-11-19 16:05:24 +0100 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2014-02-05 10:32:27 +0100 |
commit | 60e0f4cce2f9caeb60ae44cbe18b3eb3ca75a5a8 (patch) | |
tree | 606d79f4c0b1713ac09bdcc00f01d683cb200a51 | |
parent | ddedcdff62a8710a7963b367564240b8e7bac68c (diff) | |
download | otp-60e0f4cce2f9caeb60ae44cbe18b3eb3ca75a5a8.tar.gz otp-60e0f4cce2f9caeb60ae44cbe18b3eb3ca75a5a8.tar.bz2 otp-60e0f4cce2f9caeb60ae44cbe18b3eb3ca75a5a8.zip |
ftp,ssl: Fixes broken type link (ssloption).
-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 b081fabc91..20698d8dbc 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 5098d26a3a..f2c1062102 100644 --- a/lib/ssl/doc/src/ssl.xml +++ b/lib/ssl/doc/src/ssl.xml @@ -70,7 +70,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()} | |