diff options
author | Björn-Egil Dahlberg <[email protected]> | 2009-12-03 15:14:18 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2009-12-03 15:14:18 +0000 |
commit | a5c08b46326835cf0144c2cb123bf4be0f54ad38 (patch) | |
tree | 0743f548807cb26553a995c3b0a4ea3124b6429d | |
parent | dfd4b66c48106edfcbdd1b32e733640e2587acbb (diff) | |
download | otp-a5c08b46326835cf0144c2cb123bf4be0f54ad38.tar.gz otp-a5c08b46326835cf0144c2cb123bf4be0f54ad38.tar.bz2 otp-a5c08b46326835cf0144c2cb123bf4be0f54ad38.zip |
OTP-8326 Change erroneous "\\0" in documentation files erl_notes.xml and
erl_eterm.xml.
-rw-r--r-- | lib/erl_interface/doc/src/erl_eterm.xml | 2 | ||||
-rw-r--r-- | lib/erl_interface/doc/src/notes.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/erl_interface/doc/src/erl_eterm.xml b/lib/erl_interface/doc/src/erl_eterm.xml index ce14549672..f403618c59 100644 --- a/lib/erl_interface/doc/src/erl_eterm.xml +++ b/lib/erl_interface/doc/src/erl_eterm.xml @@ -248,7 +248,7 @@ iohead ::= Binary <v>ETERM *list;</v> </type> <desc> - <p>This function converts an IO list to a '\\0' terminated C + <p>This function converts an IO list to a '\0' terminated C string. </p> <p><c><![CDATA[list]]></c> is an Erlang term containing an IO list. The IO list must not contain the integer 0, since C strings may not diff --git a/lib/erl_interface/doc/src/notes.xml b/lib/erl_interface/doc/src/notes.xml index f2519fda0b..21f12f616a 100644 --- a/lib/erl_interface/doc/src/notes.xml +++ b/lib/erl_interface/doc/src/notes.xml @@ -336,7 +336,7 @@ from 0 to 255 as a string. If the original list contains the integer 0, this is considered terminator of the string. This is incorrect. The function has now been - modified to not look for '\\0' in a string, but always + modified to not look for '\0' in a string, but always print all characters.</p> <p>Own Id: OTP-6339 Aux Id: seq10492 </p> </item> |