From 8edbf8309fe6f095d43cc4bbc3eceaa81823c7f4 Mon Sep 17 00:00:00 2001
From: Lars Thorsen
Date: Thu, 10 Dec 2015 07:17:20 +0100
Subject: [ssl] Correct the documentation so it follows the DTD
---
lib/ssl/doc/src/ssl.xml | 5 ++---
lib/ssl/doc/src/ssl_app.xml | 6 +++---
lib/ssl/doc/src/ssl_crl_cache_api.xml | 6 +++---
lib/ssl/doc/src/ssl_session_cache_api.xml | 10 +++++++---
4 files changed, 15 insertions(+), 12 deletions(-)
(limited to 'lib/ssl')
diff --git a/lib/ssl/doc/src/ssl.xml b/lib/ssl/doc/src/ssl.xml
index 3a541ed162..32c80b3f00 100644
--- a/lib/ssl/doc/src/ssl.xml
+++ b/lib/ssl/doc/src/ssl.xml
@@ -480,8 +480,8 @@ fun(srp, Username :: string(), UserState :: term()) ->
The negotiated protocol can be retrieved using the negotiated_protocol/1 function.
- {client_preferred_next_protocols, {Precedence :: server | client, ClientPrefs :: [binary()]}}
- {client_preferred_next_protocols, {Precedence :: server | client, ClientPrefs :: [binary()], Default :: binary()}}
+ {client_preferred_next_protocols, {Precedence :: server | client, ClientPrefs :: [binary()]}}
+ {client_preferred_next_protocols, {Precedence :: server | client, ClientPrefs :: [binary()], Default :: binary()}}
-
Indicates that the client is to try to perform Next Protocol
Negotiation.
@@ -538,7 +538,6 @@ fun(srp, Username :: string(), UserState :: term()) ->
be supported by the server for the prevention to work.
-
diff --git a/lib/ssl/doc/src/ssl_app.xml b/lib/ssl/doc/src/ssl_app.xml
index 24b0f5300e..1e3a1101ed 100644
--- a/lib/ssl/doc/src/ssl_app.xml
+++ b/lib/ssl/doc/src/ssl_app.xml
@@ -58,7 +58,7 @@
erl -ssl protocol_version "['tlsv1.2', 'tlsv1.1']"
- protocol_version = ssl:protocol() ]]>
+ protocol_version = ssl:protocol()]]>
Protocol supported by started clients and
servers. If this option is not set, it defaults to all
protocols currently supported by the SSL application.
@@ -78,8 +78,8 @@
List of extra user-defined arguments to the init function
in the session cache callback module. Defaults to [].
- ]]>
- ]]>
+ ]]>
+ ]]>
Limits the growth of the clients/servers session cache,
if the maximum number of sessions is reached, the current cache entries will
be invalidated regardless of their remaining lifetime. Defaults to 1000.
diff --git a/lib/ssl/doc/src/ssl_crl_cache_api.xml b/lib/ssl/doc/src/ssl_crl_cache_api.xml
index 71c1c61fe8..03ac010bfe 100644
--- a/lib/ssl/doc/src/ssl_crl_cache_api.xml
+++ b/lib/ssl/doc/src/ssl_crl_cache_api.xml
@@ -84,9 +84,9 @@
CRLs = [public_key:der_encoded()]
- Lookup the CRLs belonging to the distribution point Distributionpoint.
+ Lookup the CRLs belonging to the distribution point Distributionpoint.
This function may choose to only look in the cache or to follow distribution point
- links depending on how the cache is administrated.
+ links depending on how the cache is administrated.
@@ -103,4 +103,4 @@
-
\ No newline at end of file
+
diff --git a/lib/ssl/doc/src/ssl_session_cache_api.xml b/lib/ssl/doc/src/ssl_session_cache_api.xml
index bd9330056d..b85d8fb284 100644
--- a/lib/ssl/doc/src/ssl_session_cache_api.xml
+++ b/lib/ssl/doc/src/ssl_session_cache_api.xml
@@ -31,9 +31,13 @@
ssl_session_cache_api
TLS session cache API
- Defines the API for the TLS session cache so
- that the data storage scheme can be replaced by
- defining a new callback module implementing this API.
+
+
+ Defines the API for the TLS session cache so
+ that the data storage scheme can be replaced by
+ defining a new callback module implementing this API.
+
+
DATA TYPES
--
cgit v1.2.3