File 2793-Observer-fixup-since-tag-in-doc.patch of Package erlang
From df2fc92227edaacf9f67a9439f9fce1058dc52ee Mon Sep 17 00:00:00 2001
From: Dan Gudmundsson <dgud@erlang.org>
Date: Tue, 25 Apr 2023 13:34:23 +0200
Subject: [PATCH] Observer fixup since tag in doc
---
lib/observer/doc/src/observer.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/lib/observer/doc/src/observer.xml b/lib/observer/doc/src/observer.xml
index 7454d46c9a..9185c4be0d 100644
--- a/lib/observer/doc/src/observer.xml
+++ b/lib/observer/doc/src/observer.xml
@@ -58,14 +58,14 @@
</desc>
</func>
<func>
- <name since="OTP 26">start(Node) -> ok</name>
+ <name since="OTP 26.0">start(Node) -> ok</name>
<fsummary>Start the Observer GUI connected against <c>Node</c>.</fsummary>
<desc>
<p>Starts the Observer GUI and tries to connect it to <c>Node</c>.</p>
</desc>
</func>
<func>
- <name since="OTP 26">start_and_wait() -> ok</name>
+ <name since="OTP 26.0">start_and_wait() -> ok</name>
<fsummary>Start the Observer GUI blocking.</fsummary>
<desc>
<p>Starts the Observer GUI and only return when it is either stopped or
@@ -73,7 +73,7 @@
</desc>
</func>
<func>
- <name since="OTP 26">start_and_wait(Node) -> ok</name>
+ <name since="OTP 26.0">start_and_wait(Node) -> ok</name>
<fsummary>Start the Observer GUI blocking and connect it to <c>Node</c>.</fsummary>
<desc>
<p>Starts the Observer GUI and only return when it is either stopped or
@@ -83,7 +83,7 @@
</desc>
</func>
<func>
- <name since="OTP 26">stop() -> ok</name>
+ <name since="OTP 26.0">stop() -> ok</name>
<fsummary>Stop the Observer GUI.</fsummary>
<desc>
<p>Stops the Observer GUI.</p>
--
2.35.3