diff options
author | Lars Thorsen <[email protected]> | 2015-12-10 07:17:20 +0100 |
---|---|---|
committer | Lars Thorsen <[email protected]> | 2015-12-11 10:06:59 +0100 |
commit | 8edbf8309fe6f095d43cc4bbc3eceaa81823c7f4 (patch) | |
tree | 81d2698c93afde394190325bddfc1a4fc9e80c62 /lib/ssl/doc/src/ssl_app.xml | |
parent | 8c276c8c804e8cefb9f88d6bc6449916c3ec3a82 (diff) | |
download | otp-8edbf8309fe6f095d43cc4bbc3eceaa81823c7f4.tar.gz otp-8edbf8309fe6f095d43cc4bbc3eceaa81823c7f4.tar.bz2 otp-8edbf8309fe6f095d43cc4bbc3eceaa81823c7f4.zip |
[ssl] Correct the documentation so it follows the DTD
Diffstat (limited to 'lib/ssl/doc/src/ssl_app.xml')
-rw-r--r-- | lib/ssl/doc/src/ssl_app.xml | 6 |
1 files changed, 3 insertions, 3 deletions
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 @@ <p><c>erl -ssl protocol_version "['tlsv1.2', 'tlsv1.1']"</c></p> <taglist> - <tag><c> protocol_version = <seealso marker="ssl#type-protocol">ssl:protocol()</seealso> <![CDATA[<optional>]]></c></tag> + <tag><c>protocol_version = </c><seealso marker="ssl#type-protocol">ssl:protocol()</seealso><c><![CDATA[<optional>]]></c></tag> <item><p>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 @@ <item><p>List of extra user-defined arguments to the <c>init</c> function in the session cache callback module. Defaults to <c>[]</c>.</p></item> - <tag><c><![CDATA[session_cache_client_max = integer() <optional>]]></c></tag> - <tag><c><![CDATA[session_cache_server_max = integer() <optional>]]></c></tag> + <tag><c><![CDATA[session_cache_client_max = integer() <optional>]]></c><br/> + <c><![CDATA[session_cache_server_max = integer() <optional>]]></c></tag> <item><p>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. |