diff options
author | Siri Hansen <[email protected]> | 2013-06-05 14:56:28 +0200 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2013-06-05 14:56:28 +0200 |
commit | 00e93e8948c84bc5150e3c8dbea0820e60491461 (patch) | |
tree | 638746f90af23c845598becfa0029bd374a5de88 /lib/kernel/doc/src/heart.xml | |
parent | 23623a4837f3971623549c73257474d828fe25f2 (diff) | |
parent | d632c13e6f8953855284f3c2317e94a1e69fa2f5 (diff) | |
download | otp-00e93e8948c84bc5150e3c8dbea0820e60491461.tar.gz otp-00e93e8948c84bc5150e3c8dbea0820e60491461.tar.bz2 otp-00e93e8948c84bc5150e3c8dbea0820e60491461.zip |
Merge branch 'siri/kernel/heart-set_cmd-unicode/OTP-10843'
* siri/kernel/heart-set_cmd-unicode/OTP-10843:
Convert command string to encoded binary in heart:set_cmd/1
Conflicts:
lib/kernel/src/heart.erl
Diffstat (limited to 'lib/kernel/doc/src/heart.xml')
-rw-r--r-- | lib/kernel/doc/src/heart.xml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/lib/kernel/doc/src/heart.xml b/lib/kernel/doc/src/heart.xml index f5028a5559..3ec33d2f18 100644 --- a/lib/kernel/doc/src/heart.xml +++ b/lib/kernel/doc/src/heart.xml @@ -118,8 +118,13 @@ the system. The new Erlang runtime system will (if it misbehaves) use the environment variable <c>HEART_COMMAND</c> to reboot.</p> - <p>Limitations: The length of the <c><anno>Cmd</anno></c> command string - must be less than 2047 characters.</p> + + <p>Limitations: The <c><anno>Cmd</anno></c> command string + will be sent to the heart program as a ISO-latin-1 or UTF-8 + encoded binary depending on the file name encoding mode of the + emulator (see + <seealso marker="kernel:file#native_name_encoding/0"><c>file:native_name_encoding/0</c></seealso>). + The size of the encoded binary must be less than 2047 bytes.</p> </desc> </func> <func> |