File 0346-stdlib-update-broken-link-in-docs-for-sys-get_status.patch of Package erlang
From b6912f847b7d8194a4736fdbb027cec1a33d8ec4 Mon Sep 17 00:00:00 2001
From: Sam Weaver <weaversam8@users.noreply.github.com>
Date: Tue, 18 Mar 2025 22:56:32 -0400
Subject: [PATCH] stdlib: update broken link in docs for sys:get_status/2
Link was `handle_system_message/6` and should be `handle_system_msg/6`
Signed-off-by: Sam Weaver <sam@samweaver.com>
---
lib/stdlib/src/sys.erl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/stdlib/src/sys.erl b/lib/stdlib/src/sys.erl
index 3620a2d370..be25b08e4a 100644
--- a/lib/stdlib/src/sys.erl
+++ b/lib/stdlib/src/sys.erl
@@ -315,7 +315,7 @@ The value of `Misc` varies for different types of processes, for example:
- A `m:gen_event` process returns information about each of its registered
handlers.
- A bare `m:sys` process returns the value passed as `Misc` to
- `handle_system_message/6`.
+ `handle_system_msg/6`.
Callback modules for `m:gen_server`, `m:gen_statem`, and `m:gen_event` can also change
the value of `Misc` by exporting a function `format_status/1`, which contributes
--
2.43.0