diff options
author | Hans Bolinder <[email protected]> | 2011-09-19 15:36:08 +0200 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2011-09-26 09:27:41 +0200 |
commit | ee205b29f7a2bb92aeef55ca88fccc8c91f22ec0 (patch) | |
tree | a4a29301493ebfb47238350b43b032431320375c /erts/doc/src/erlang.xml | |
parent | 5606322f1d7e2be43cd9a6f438d8d7f75df0b933 (diff) | |
download | otp-ee205b29f7a2bb92aeef55ca88fccc8c91f22ec0.tar.gz otp-ee205b29f7a2bb92aeef55ca88fccc8c91f22ec0.tar.bz2 otp-ee205b29f7a2bb92aeef55ca88fccc8c91f22ec0.zip |
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> |