From adcf5eb5f43ed83a0bb9aacdffa155c0b02ed0c3 Mon Sep 17 00:00:00 2001 From: Ingela Anderton Andin Date: Thu, 5 May 2011 11:25:53 +0200 Subject: Spec corrections --- lib/ssl/doc/src/ssl.xml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'lib/ssl/doc/src') 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 @@

The following data types are used in the functions below:

-

boolean() = true | false

- -

property() = atom()

- +

boolean() = true | false

+

option() = socketoption() | ssloption() | transportoption()

-

socketoption() = [{property(), term()}] - defaults to +

socketoption() = proplists:property() - The default socket options are [{mode,list},{packet, 0},{header, 0},{active, true}].

@@ -488,7 +486,7 @@ fun(OtpCert :: #'OTPCertificate'{}, Event :: {bad_cert, Reason :: atom()} | Get the value of the specified options. Socket = sslsocket() - OptionNames = [property()] + OptionNames = [atom()]

Get the value of the specified socket options, if no -- cgit v1.2.3