File 0423-Fix-a-typo-beam.smp.debug-beam.debug.smp.patch of Package erlang
From 3f1cefdca8807873593d942aab376e2ea044d94a Mon Sep 17 00:00:00 2001
From: Ryota Kinukawa <kinukawa@tombo-works.com>
Date: Wed, 17 Jan 2024 08:21:11 +0900
Subject: [PATCH] Fix a typo, beam.smp.debug -> beam.debug.smp
---
HOWTO/INSTALL.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/HOWTO/INSTALL.md b/HOWTO/INSTALL.md
index bfe488ff9f..19f6bf511c 100644
--- a/HOWTO/INSTALL.md
+++ b/HOWTO/INSTALL.md
@@ -628,7 +628,7 @@ directory to `$ERL_TOP/erts/emulator` and execute:
$ (cd $ERL_TOP/erts/emulator && make debug)
-This will produce a beam.smp.debug executable. The
+This will produce a `beam.debug.smp` executable. The
file are installed along side with the normal (opt) version `beam.smp`.
To start the debug enabled runtime system execute:
--
2.35.3