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 /lib/inets/doc | |
parent | ddedcdff62a8710a7963b367564240b8e7bac68c (diff) | |
download | otp-60e0f4cce2f9caeb60ae44cbe18b3eb3ca75a5a8.tar.gz otp-60e0f4cce2f9caeb60ae44cbe18b3eb3ca75a5a8.tar.bz2 otp-60e0f4cce2f9caeb60ae44cbe18b3eb3ca75a5a8.zip |
ftp,ssl: Fixes broken type link (ssloption).
Diffstat (limited to 'lib/inets/doc')
-rw-r--r-- | lib/inets/doc/src/ftp.xml | 2 |
1 files changed, 1 insertions, 1 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> |