diff options
author | Richard Carlsson <[email protected]> | 2015-12-01 13:14:43 +0100 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2016-05-20 18:39:23 +0200 |
commit | f1be30c44044e7bb0167a34d234b6b2322328def (patch) | |
tree | 2b4b34a2fcd20c1d72348c33d0aa7111b5b7f4a9 /erts | |
parent | d20068c72361eac577d919514da0de9a34f07745 (diff) | |
download | otp-f1be30c44044e7bb0167a34d234b6b2322328def.tar.gz otp-f1be30c44044e7bb0167a34d234b6b2322328def.tar.bz2 otp-f1be30c44044e7bb0167a34d234b6b2322328def.zip |
Clarify limitation on halt/2 slogan string
Diffstat (limited to 'erts')
-rw-r--r-- | erts/doc/src/erlang.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/erts/doc/src/erlang.xml b/erts/doc/src/erlang.xml index 9287b32fec..1e251d33f3 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> |