diff options
author | Erlang/OTP <[email protected]> | 2010-03-16 10:05:18 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-03-16 10:05:18 +0000 |
commit | 268ba93cca20ed1f4e80939c54fa34a6e238ae12 (patch) | |
tree | 1124796080f4fc6feda89d93e8d8e0df43020f32 /erts/doc/src/erlang.xml | |
parent | 76ff26a3c209408c962a6115bf3426b2a55bd68a (diff) | |
parent | fa6853caec695929aa66565da3dfbfd25e8a8d54 (diff) | |
download | otp-268ba93cca20ed1f4e80939c54fa34a6e238ae12.tar.gz otp-268ba93cca20ed1f4e80939c54fa34a6e238ae12.tar.bz2 otp-268ba93cca20ed1f4e80939c54fa34a6e238ae12.zip |
Merge branch 'ml/documentation_apostrophe_fix' into dev
* ml/documentation_apostrophe_fix:
Correct grammatical problems in conjunction with 'its'
Change all incorrect occurrences of it's to its
OTP-8523 ml/documentation_apostrophe_fix
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 46f8df4683..c4751d7463 100644 --- a/erts/doc/src/erlang.xml +++ b/erts/doc/src/erlang.xml @@ -2749,7 +2749,7 @@ os_prompt%</pre> <item> <p>Works like <c>{spawn, Command}</c>, but only runs - external executables. The <c>Command</c> in it's whole + external executables. The <c>Command</c> in its whole is used as the name of the executable, including any spaces. If arguments are to be passed, the <c>args</c> and <c>arg0</c> <c>PortSettings</c> can be used.</p> @@ -2926,7 +2926,7 @@ os_prompt%</pre> The standard input and standard output handles of the port program will, if this option is supplied, be opened with the flag FILE_FLAG_OVERLAPPED, so that the port program can (and has to) do - overlapped I/O on it's standard handles. This is not normally + overlapped I/O on its standard handles. This is not normally the case for simple port programs, but an option of value for the experienced Windows programmer. <em>On all other platforms, this option is silently discarded</em>.</p> |