File 1122-stdlib-Fix-since-version.patch of Package erlang

From 0a7229d23e2d1431db8d598a6a3f4b0a6673e028 Mon Sep 17 00:00:00 2001
From: Ingela Anderton Andin <ingela@erlang.org>
Date: Tue, 21 Oct 2025 15:45:51 +0200
Subject: [PATCH] stdlib: Fix since version

---
 lib/stdlib/src/supervisor.erl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/stdlib/src/supervisor.erl b/lib/stdlib/src/supervisor.erl
index 34a374d1ed..132489f0b4 100644
--- a/lib/stdlib/src/supervisor.erl
+++ b/lib/stdlib/src/supervisor.erl
@@ -832,7 +832,7 @@ count_children(Supervisor) ->
     call(Supervisor, count_children).
 
 -doc(#{equiv => stop(SupRef, normal, infinity)}).
--doc(#{since => <<"OTP 28.0">>}).
+-doc(#{since => <<"OTP 29.0">>}).
 -spec stop(SupRef :: sup_ref()) -> ok.
 stop(Supervisor) ->
     gen_server:stop(Supervisor).
@@ -865,7 +865,7 @@ if the connection fails to the remote `Node` where the supervisor runs.
 > will result in a deadlock which will last until either the shutdown timeout
 > of the child or the timeout given to `stop/3` has expired.
 """.
--doc(#{since => <<"OTP 28.0">>}).
+-doc(#{since => <<"OTP 29.0">>}).
 -spec stop(SupRef :: sup_ref(), Reason :: term(), Timeout :: timeout()) -> ok.
 stop(Supervisor, Reason, Timeout) ->
     gen_server:stop(Supervisor, Reason, Timeout).
-- 
2.51.0

openSUSE Build Service is sponsored by