summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Sikora <sircinek@gmail.com>2020-05-19 20:37:02 +0200
committerMarcin Sikora <sircinek@gmail.com>2020-05-19 20:37:02 +0200
commitb756880e6bb3c56c20e7c9ad8325ef2c75628552 (patch)
tree051d78f44262e050c764fc9b3b9cb33791cfce3d
parent330e5fec0b5f34f538a7c39e86b7173be913a9b4 (diff)
downloaderlang-b756880e6bb3c56c20e7c9ad8325ef2c75628552.tar.gz
Use warning instead of note.
-rw-r--r--lib/public_key/doc/src/public_key.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/public_key/doc/src/public_key.xml b/lib/public_key/doc/src/public_key.xml
index dc81e6764c..9c5aaa9812 100644
--- a/lib/public_key/doc/src/public_key.xml
+++ b/lib/public_key/doc/src/public_key.xml
@@ -448,10 +448,10 @@ fun(OtpCert :: #'OTPCertificate'{},
verifying application-specific extensions. If called with an
extension unknown to the user application, the return value
<c>{unknown, UserState}</c> is to be used.</p>
- <note><p>
- Note that user defined custom verify_fun may alter original
+ <warning><p>
+ Note that user defined custom <c>verify_fun</c> may alter original
path validation error (e.g <c>selfsigned_peer</c>). Use with caution.
- </p></note>
+ </p></warning>
</item>
<tag>{max_path_length, integer()}</tag>