aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssl/doc/src/ssl.xml
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2011-05-05 11:25:53 +0200
committerIngela Anderton Andin <[email protected]>2011-05-05 11:25:53 +0200
commitadcf5eb5f43ed83a0bb9aacdffa155c0b02ed0c3 (patch)
tree3f59b26b144b7330fbd877e909f103113ebbd45f /lib/ssl/doc/src/ssl.xml
parentaecb7fc8cc7fd930bc50d7d1a0415e0776b99937 (diff)
downloadotp-adcf5eb5f43ed83a0bb9aacdffa155c0b02ed0c3.tar.gz
otp-adcf5eb5f43ed83a0bb9aacdffa155c0b02ed0c3.tar.bz2
otp-adcf5eb5f43ed83a0bb9aacdffa155c0b02ed0c3.zip
Spec corrections
Diffstat (limited to 'lib/ssl/doc/src/ssl.xml')
-rw-r--r--lib/ssl/doc/src/ssl.xml10
1 files changed, 4 insertions, 6 deletions
diff --git a/lib/ssl/doc/src/ssl.xml b/lib/ssl/doc/src/ssl.xml
index f3164cdb46..0da6bbee5b 100644
--- a/lib/ssl/doc/src/ssl.xml
+++ b/lib/ssl/doc/src/ssl.xml
@@ -53,13 +53,11 @@
<p>The following data types are used in the functions below:
</p>
- <p><c>boolean() = true | false</c></p>
-
- <p><c>property() = atom()</c></p>
-
+ <p><c>boolean() = true | false</c></p>
+
<p><c>option() = socketoption() | ssloption() | transportoption()</c></p>
- <p><c>socketoption() = [{property(), term()}] - defaults to
+ <p><c>socketoption() = proplists:property() - The default socket options are
[{mode,list},{packet, 0},{header, 0},{active, true}].
</c></p>
@@ -488,7 +486,7 @@ fun(OtpCert :: #'OTPCertificate'{}, Event :: {bad_cert, Reason :: atom()} |
<fsummary>Get the value of the specified options.</fsummary>
<type>
<v>Socket = sslsocket()</v>
- <v>OptionNames = [property()]</v>
+ <v>OptionNames = [atom()]</v>
</type>
<desc>
<p>Get the value of the specified socket options, if no