File 1235-Clarify-limitation-on-halt-2-slogan-string.patch of Package erlang
From f1be30c44044e7bb0167a34d234b6b2322328def Mon Sep 17 00:00:00 2001
From: Richard Carlsson <richardc@klarna.com>
Date: Tue, 1 Dec 2015 13:14:43 +0100
Subject: [PATCH 1/7] Clarify limitation on halt/2 slogan string
---
erts/doc/src/erlang.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/erts/doc/src/erlang.xml b/erts/doc/src/erlang.xml
index 9287b32..1e251d3 100644
--- a/erts/doc/src/erlang.xml
+++ b/erts/doc/src/erlang.xml
@@ -1802,6 +1802,8 @@ os_prompt% </pre>
<tag>string()</tag>
<item>An Erlang crash dump is produced with <c><anno>Status</anno></c>
as slogan. Then the runtime system exits with status code <c>1</c>.
+ Note that the string may not be longer than 200 characters and only
+ code points in the range 0-255 may be used.
</item>
<tag><c>abort</c></tag>
<item>
--
2.1.4