File 0254-erts-remove-open_port-exit_status-option-caveat-from.patch of Package erlang
From 6e5eeecb97c24975d0118d8acc9271ebf9ffde92 Mon Sep 17 00:00:00 2001
From: yastanotheruser <alvarezpcuser@gmail.com>
Date: Wed, 3 Apr 2024 10:16:04 -0500
Subject: [PATCH 2/2] erts: remove open_port exit_status option caveat from doc
parent commit fixes this for win32 platforms, this is also true for UNIX
platforms.
---
erts/doc/src/erlang.xml | 2 --
1 file changed, 2 deletions(-)
diff --git a/erts/doc/src/erlang.xml b/erts/doc/src/erlang.xml
index 58be93f0f0..ac13b71a4e 100644
--- a/erts/doc/src/erlang.xml
+++ b/erts/doc/src/erlang.xml
@@ -5443,8 +5443,6 @@ receive_replies(ReqId, N, Acc) ->
do (that is, 128+signal).</p>
<p>If option <c>eof</c> is specified also, the messages <c>eof</c>
and <c>exit_status</c> appear in an unspecified order.</p>
- <p>If the port program closes its <c>stdout</c> without exiting,
- option <c>exit_status</c> does not work.</p>
</item>
<tag><c>use_stdio</c></tag>
<item>
--
2.35.3