File 0466-Specify-size-for-erl-s-hms-and-hmbs-command-line-opt.patch of Package erlang
From e48e0d1c612943a612f1dda216ac2b43be907f27 Mon Sep 17 00:00:00 2001
From: Sergey Yelin <elinsn@gmail.com>
Date: Mon, 25 Sep 2023 10:59:52 +0300
Subject: [PATCH] Specify size for erl's +hms and +hmbs command line options
---
erts/doc/src/erl_cmd.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/erts/doc/src/erl_cmd.xml b/erts/doc/src/erl_cmd.xml
index 5bd565b80c..a79d2b99a3 100644
--- a/erts/doc/src/erl_cmd.xml
+++ b/erts/doc/src/erl_cmd.xml
@@ -937,12 +937,12 @@ $ <input>erl \
<tag><c><![CDATA[+hms Size]]></c></tag>
<item>
<p>Sets the default heap size of processes to the size
- <c><![CDATA[Size]]></c>.</p>
+ <c><![CDATA[Size]]></c> words.</p>
</item>
<tag><c><![CDATA[+hmbs Size]]></c></tag>
<item>
<p>Sets the default binary virtual heap size of processes to the size
- <c><![CDATA[Size]]></c>.</p>
+ <c><![CDATA[Size]]></c> words.</p>
</item>
<tag><marker id="+hmax"/><c><![CDATA[+hmax Size]]></c></tag>
<item>
--
2.35.3