aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssl/doc/src/ssl_crl_cache.xml
diff options
context:
space:
mode:
authorPéter Dimitrov <[email protected]>2018-02-13 14:39:56 +0100
committerPéter Dimitrov <[email protected]>2018-03-08 10:12:07 +0100
commit02cca684ec0180f4f05faf3be5f8e7d71964fac0 (patch)
treeefd5fe8142fb54359a5b4cb08a40b9b9c60a7e0e /lib/ssl/doc/src/ssl_crl_cache.xml
parent6e8744ef12f44640f9422170fb14acd1a3666158 (diff)
downloadotp-02cca684ec0180f4f05faf3be5f8e7d71964fac0.tar.gz
otp-02cca684ec0180f4f05faf3be5f8e7d71964fac0.tar.bz2
otp-02cca684ec0180f4f05faf3be5f8e7d71964fac0.zip
ssl: Use uri_string
Change-Id: I1249b93b1e4a971cf1af2cb96a65563e23117e2b
Diffstat (limited to 'lib/ssl/doc/src/ssl_crl_cache.xml')
-rw-r--r--lib/ssl/doc/src/ssl_crl_cache.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/ssl/doc/src/ssl_crl_cache.xml b/lib/ssl/doc/src/ssl_crl_cache.xml
index 7a67de3971..738487759a 100644
--- a/lib/ssl/doc/src/ssl_crl_cache.xml
+++ b/lib/ssl/doc/src/ssl_crl_cache.xml
@@ -40,7 +40,7 @@
<name>delete(Entries) -> ok | {error, Reason} </name>
<fsummary> </fsummary>
<type>
- <v> Entries = <seealso marker="inets:http_uri">http_uri:uri() </seealso> | {file, string()} | {der, [<seealso
+ <v> Entries = <seealso marker="stdlib:uri_string">uri_string:uri_string()</seealso> | {file, string()} | {der, [<seealso
marker="public_key:public_key"> public_key:der_encoded() </seealso>]}</v>
<v> Reason = term()</v>
</type>
@@ -55,7 +55,7 @@
<type>
<v> CRLSrc = {file, string()} | {der, [ <seealso
marker="public_key:public_key"> public_key:der_encoded() </seealso> ]}</v>
- <v> URI = <seealso marker="inets:http_uri">http_uri:uri() </seealso> </v>
+ <v> URI = <seealso marker="stdlib:uri_string">uri_string:uri_string() </seealso> </v>
<v> Reason = term()</v>
</type>
<desc>
@@ -63,4 +63,4 @@
</desc>
</func>
</funcs>
-</erlref> \ No newline at end of file
+</erlref>