File 1064-Fix-Super-Carrier-docs.patch of Package erlang
From 0b90e3206f57bc2a7d525730a078520c63333225 Mon Sep 17 00:00:00 2001
From: Maria Scott <maria-12648430@hnc-agency.org>
Date: Thu, 15 Aug 2024 15:02:58 +0200
Subject: [PATCH] Fix Super Carrier docs
---
erts/emulator/internal_doc/SuperCarrier.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/erts/emulator/internal_doc/SuperCarrier.md b/erts/emulator/internal_doc/SuperCarrier.md
index 55ac5a67af..ef8f380530 100644
--- a/erts/emulator/internal_doc/SuperCarrier.md
+++ b/erts/emulator/internal_doc/SuperCarrier.md
@@ -5,7 +5,7 @@ A super carrier is large memory area, allocated at VM start, which can
be used during runtime to allocate normal carriers from.
The super carrier feature was introduced in OTP R16B03. It is
-enabled with command line option +MMscs <size in Mb>
+enabled with command line option `+MMscs <size in Mb>`
and can be configured with other options.
Problem
--
2.43.0