File 2377-runtime_tools-fix-dbg_guide-link-problem-and-one-exa.patch of Package erlang

From 12251e16be770cbf8e83061f49f1fef3c6e59dfb Mon Sep 17 00:00:00 2001
From: Fredrik Frantzen <frazze@erlang.org>
Date: Mon, 2 Jun 2025 10:45:31 +0200
Subject: [PATCH] runtime_tools: fix dbg_guide link problem and one example
 descr.

---
 lib/runtime_tools/doc/guides/dbg_guide.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/lib/runtime_tools/doc/guides/dbg_guide.md b/lib/runtime_tools/doc/guides/dbg_guide.md
index a6fa3b9068..cf383b7402 100644
--- a/lib/runtime_tools/doc/guides/dbg_guide.md
+++ b/lib/runtime_tools/doc/guides/dbg_guide.md
@@ -19,7 +19,7 @@ limitations under the License.
 
 %CopyrightEnd%
 -->
-# Tracing in Erlang with [**dbg**](`m:dbg`)
+# Tracing in Erlang with **dbg**
 
 The [`dbg`](`m:dbg`) module in Erlang provides a text-based interface for tracing function calls, processes, ports, and messages. It simplifies the use of the underlying `trace:process/4`, `trace:port/4`, and `trace:function/4` BIFs (Built-In Functions). This guide will walk you through the basics of using `dbg` for your Erlang applications.
 
@@ -346,8 +346,8 @@ will be used to match the arguments for the call:
 ```
 
 The first match specification matches when a function having two
-arguments is called. The second matches when a function with more than
-6 arguments is called.
+arguments is called. The second matches when a function, taking one
+atom as an argument, is called.
 
 ## Trace Sessions
 
@@ -605,7 +605,7 @@ The pids will vary.
   * **[`dbg:stop_trace_client(Pid)`](`dbg:stop_trace_client/1`):** Shuts down
   the trace client `Pid`.
 
-## Sequential Tracing (`seq_trace`)
+## Sequential Tracing
 
 The `m:dbg` module is primarily targeted towards tracing through the
 `trace:process/4` function. It is sometimes desired to trace messages in a more
-- 
2.43.0

openSUSE Build Service is sponsored by