File 0486-stdlib-Fix-missing-since-attributes.patch of Package erlang
From e38428030e1da3d3756caa7aad1a34bcbe2213e8 Mon Sep 17 00:00:00 2001
From: Sverker Eriksson <sverker@erlang.org>
Date: Fri, 23 Apr 2021 18:38:34 +0200
Subject: [PATCH 6/9] stdlib: Fix missing since attributes
---
lib/stdlib/doc/src/beam_lib.xml | 6 +++---
lib/stdlib/doc/src/maps.xml | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/lib/stdlib/doc/src/beam_lib.xml b/lib/stdlib/doc/src/beam_lib.xml
index a33c5b076c..ffd0b95973 100644
--- a/lib/stdlib/doc/src/beam_lib.xml
+++ b/lib/stdlib/doc/src/beam_lib.xml
@@ -470,7 +470,7 @@ CryptoKeyFun(clear) -> term()</code>
</func>
<func>
- <name name="strip" arity="2" since=""/>
+ <name name="strip" arity="2" since="OTP 22.0"/>
<fsummary>Remove chunks not needed by the loader from a BEAM file.
</fsummary>
<desc>
@@ -495,7 +495,7 @@ CryptoKeyFun(clear) -> term()</code>
</func>
<func>
- <name name="strip_files" arity="2" since=""/>
+ <name name="strip_files" arity="2" since="OTP 22.0"/>
<fsummary>Removes chunks not needed by the loader from BEAM files.
</fsummary>
<desc>
@@ -522,7 +522,7 @@ CryptoKeyFun(clear) -> term()</code>
</func>
<func>
- <name name="strip_release" arity="2" since=""/>
+ <name name="strip_release" arity="2" since="OTP 22.0"/>
<fsummary>Remove chunks not needed by the loader from all BEAM files of
a release.</fsummary>
<desc>
--
2.26.2