diff options
author | Ingela Anderton Andin <[email protected]> | 2016-06-16 11:19:01 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2016-06-16 11:58:34 +0200 |
commit | 263414018d721bb3c74be5bd96b30ab0cec54403 (patch) | |
tree | 98521bb3f8ae69538df12dbf26f43ab0748a5e33 /lib/ssl/doc/src/ssl_app.xml | |
parent | b087c11c6051648a3026437ecc7c308f5ec3e310 (diff) | |
download | otp-263414018d721bb3c74be5bd96b30ab0cec54403.tar.gz otp-263414018d721bb3c74be5bd96b30ab0cec54403.tar.bz2 otp-263414018d721bb3c74be5bd96b30ab0cec54403.zip |
ssl: Fix Xmllint errors
Diffstat (limited to 'lib/ssl/doc/src/ssl_app.xml')
-rw-r--r-- | lib/ssl/doc/src/ssl_app.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/ssl/doc/src/ssl_app.xml b/lib/ssl/doc/src/ssl_app.xml index e50ffdbfe6..0b3fa9a8a9 100644 --- a/lib/ssl/doc/src/ssl_app.xml +++ b/lib/ssl/doc/src/ssl_app.xml @@ -109,7 +109,7 @@ <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><br/> + <tag><c><![CDATA[session_cache_client_max = integer() <optional>]]></c><br/></tag> <item><p>Limits the growth of the clients session cache, that is how many sessions towards servers that are cached to be used by new client connections. If the maximum number of sessions is @@ -142,8 +142,6 @@ shutdown gracefully. Defaults to 5000 milliseconds. </p> </item> - </tag> - </taglist> </section> |