diff options
author | Hans Bolinder <[email protected]> | 2011-09-27 08:28:51 +0200 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2011-09-27 08:28:51 +0200 |
commit | adeb8abaca990e6084ee101656832e115579a8ba (patch) | |
tree | 5723f86c92bec81a3289d17bd6afc5e07cabb302 /erts/doc/src/erlang.xml | |
parent | 289dfe970d3dab5fcc11492a0b20283f352a2fd0 (diff) | |
parent | ee205b29f7a2bb92aeef55ca88fccc8c91f22ec0 (diff) | |
download | otp-adeb8abaca990e6084ee101656832e115579a8ba.tar.gz otp-adeb8abaca990e6084ee101656832e115579a8ba.tar.bz2 otp-adeb8abaca990e6084ee101656832e115579a8ba.zip |
Merge branch 'hb/doc_corrections/OTP-9550' into dev
* hb/doc_corrections/OTP-9550:
Correct XML files
Diffstat (limited to 'erts/doc/src/erlang.xml')
-rw-r--r-- | erts/doc/src/erlang.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/erts/doc/src/erlang.xml b/erts/doc/src/erlang.xml index 2fabc6d62d..aef31f5b98 100644 --- a/erts/doc/src/erlang.xml +++ b/erts/doc/src/erlang.xml @@ -2898,11 +2898,11 @@ os_prompt%</pre> <seealso marker="stdlib:unicode_usage">stdlib users guide </seealso> for details.</p> - <note>The characters in the name (if given as a list) + <note><p>The characters in the name (if given as a list) can only be > 255 if the Erlang VM is started in Unicode file name translation mode, otherwise the name of the executable is limited to the ISO-latin-1 - character set.</note> + character set.</p></note> <p>If the <c>Command</c> cannot be run, an error exception, with the posix error code as the reason, is @@ -3015,11 +3015,11 @@ os_prompt%</pre> Unicode translation of arguments, they can be supplied as binaries in whatever encoding is deemed appropriate.</p> - <note>The characters in the arguments (if given as a + <note><p>The characters in the arguments (if given as a list of characters) can only be > 255 if the Erlang VM is started in Unicode file name mode, otherwise the arguments are limited to the - ISO-latin-1 character set.</note> + ISO-latin-1 character set.</p></note> <p>If one, for any reason, wants to explicitly set the program name in the argument vector, the <c>arg0</c> |