File 0536-erl-Add-missing-closing-parenthesis-in-command-docs.patch of Package erlang
From b49f646b48410a4ae10fa55d4baa12d1bb38eb0d Mon Sep 17 00:00:00 2001
From: Johannes Christ <jc@jchri.st>
Date: Fri, 10 Nov 2023 14:57:19 +0100
Subject: [PATCH] erl: Add missing closing parenthesis in command docs
---
erts/doc/src/erl_cmd.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/erts/doc/src/erl_cmd.xml b/erts/doc/src/erl_cmd.xml
index f6a36ecffd..6cacb78c30 100644
--- a/erts/doc/src/erl_cmd.xml
+++ b/erts/doc/src/erl_cmd.xml
@@ -424,7 +424,7 @@ $ <input>erl \
is mandatory if flag <c><![CDATA[-loader inet]]></c> is present.</p>
<p>The IP addresses must be specified in the standard form (four
decimal numbers separated by periods, for example,
- <c><![CDATA["150.236.20.74"]]></c>. Hosts names are not acceptable,
+ <c><![CDATA["150.236.20.74"]]></c>). Hosts names are not acceptable,
but a broadcast address (preferably limited to the local network)
is.</p>
</item>
--
2.35.3