File 2974-Use-warning-instead-of-note.patch of Package erlang
From b756880e6bb3c56c20e7c9ad8325ef2c75628552 Mon Sep 17 00:00:00 2001
From: Marcin Sikora <sircinek@gmail.com>
Date: Tue, 19 May 2020 20:37:02 +0200
Subject: [PATCH 4/4] Use warning instead of note.
---
lib/public_key/doc/src/public_key.xml | 6 +++---
1 file 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>
--
2.26.2