diff options
author | Sverker Eriksson <[email protected]> | 2016-05-20 15:56:56 +0200 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2016-05-25 14:29:30 +0200 |
commit | dcaa52d75e3bcbc808696597a34f2fca5677fff9 (patch) | |
tree | e2ea3b21d680442d31dbaaf51886b682b6f4e410 /erts/doc/src/erlang.xml | |
parent | f9cb80861f169743a96099a06d68149a91f18dfa (diff) | |
download | otp-dcaa52d75e3bcbc808696597a34f2fca5677fff9.tar.gz otp-dcaa52d75e3bcbc808696597a34f2fca5677fff9.tar.bz2 otp-dcaa52d75e3bcbc808696597a34f2fca5677fff9.zip |
erts: Make erlang:halt/2 truncate string arg
if too long.
Diffstat (limited to 'erts/doc/src/erlang.xml')
-rw-r--r-- | erts/doc/src/erlang.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/erts/doc/src/erlang.xml b/erts/doc/src/erlang.xml index 1e251d33f3..665429d290 100644 --- a/erts/doc/src/erlang.xml +++ b/erts/doc/src/erlang.xml @@ -1802,8 +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. + Note that only code points in the range 0-255 may be used + and the string will be truncated if longer than 200 characters. </item> <tag><c>abort</c></tag> <item> |