File 0302-Remove-comments-about-deprecation-in-OTP-21.patch of Package erlang
From 1e72dca59f07ccacec8ca9fa2547459c2f7f9fe0 Mon Sep 17 00:00:00 2001
From: Dan Gudmundsson <dgud@erlang.org>
Date: Tue, 8 May 2018 11:30:51 +0200
Subject: [PATCH] Remove comments about deprecation in OTP-21
I had missed the one in lower section.
---
lib/stdlib/doc/src/string.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/stdlib/doc/src/string.xml b/lib/stdlib/doc/src/string.xml
index c7772d63a3..4a3d37dcb6 100644
--- a/lib/stdlib/doc/src/string.xml
+++ b/lib/stdlib/doc/src/string.xml
@@ -641,7 +641,7 @@ ÖÄÅ</pre>
<note><p>
The functions are kept for backward compatibility, but are
not recommended.
- They will be deprecated in Erlang/OTP 21.
+ They will be deprecated in a future release.
</p>
<p>Any undocumented functions in <c>string</c> are not to be used.</p>
</note>
--
2.16.3