diff options
author | Bruce Yinhe <[email protected]> | 2014-12-22 10:07:08 +0100 |
---|---|---|
committer | Bruce Yinhe <[email protected]> | 2014-12-22 10:07:08 +0100 |
commit | bbf2555c6b8112407674c766f7884940669cf069 (patch) | |
tree | 79197e786c2517d0b908ceb82bdc06714a1d12c2 /erts/doc | |
parent | dc6f5c1c3a9dec4dcc25176709d805c5d3cae279 (diff) | |
parent | e2a09281ec8d60cd47f86caa59d41d3cd945d8bc (diff) | |
download | otp-bbf2555c6b8112407674c766f7884940669cf069.tar.gz otp-bbf2555c6b8112407674c766f7884940669cf069.tar.bz2 otp-bbf2555c6b8112407674c766f7884940669cf069.zip |
Merge branch 'maint'
Diffstat (limited to 'erts/doc')
-rw-r--r-- | erts/doc/src/erlang.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/doc/src/erlang.xml b/erts/doc/src/erlang.xml index 37431cbf1b..07b5fdd039 100644 --- a/erts/doc/src/erlang.xml +++ b/erts/doc/src/erlang.xml @@ -2854,7 +2854,7 @@ os_prompt% </pre> raised. The error reason may differ between operating systems. Typically the error <c>enoent</c> is raised when one tries to run a program that is not found and - <c>eaccess</c> is raised when the given file is not + <c>eacces</c> is raised when the given file is not executable.</p> </item> <tag><c>{fd, <anno>In</anno>, <anno>Out</anno>}</c></tag> |