diff options
author | Ingela Anderton Andin <[email protected]> | 2015-05-04 10:36:38 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2015-05-04 10:36:38 +0200 |
commit | 3ca0dbbcfaab00810c2c19980a2e7041d6ba5567 (patch) | |
tree | 54eaadf65dd99da49cb69e5790ac1db3f2fe51a5 /lib | |
parent | d3047a56424fc892c551b203286b111bb9205415 (diff) | |
download | otp-3ca0dbbcfaab00810c2c19980a2e7041d6ba5567.tar.gz otp-3ca0dbbcfaab00810c2c19980a2e7041d6ba5567.tar.bz2 otp-3ca0dbbcfaab00810c2c19980a2e7041d6ba5567.zip |
ssl: Add missing tag
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ssl/doc/src/ssl_crl_cache.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ssl/doc/src/ssl_crl_cache.xml b/lib/ssl/doc/src/ssl_crl_cache.xml index 23a2b69d61..83b03375b1 100644 --- a/lib/ssl/doc/src/ssl_crl_cache.xml +++ b/lib/ssl/doc/src/ssl_crl_cache.xml @@ -44,7 +44,7 @@ <v> Reason = term()</v> </type> <desc> - Delete CRLs from the ssl applications local cache. + <p>Delete CRLs from the ssl applications local cache. </p> </desc> </func> <func> @@ -58,7 +58,7 @@ <v> Reason = term()</v> </type> <desc> - Insert CRLs into the ssl applications local cache. + <p>Insert CRLs into the ssl applications local cache. </p> </desc> </func> </funcs> |