aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2015-06-22 16:14:45 +0200
committerRickard Green <[email protected]>2015-06-22 16:14:45 +0200
commitfa94e6bd6887284e59b5a187de99e6a37ca6e8d1 (patch)
treee6948226c6be3625eb13d91e11b9748146ae4bc9
parent8f63667b316cdff10e666b8f5b0b6a92bd722e5a (diff)
parenta988faecec41db09c819fd948ef294ee5282e5b5 (diff)
downloadotp-fa94e6bd6887284e59b5a187de99e6a37ca6e8d1.tar.gz
otp-fa94e6bd6887284e59b5a187de99e6a37ca6e8d1.tar.bz2
otp-fa94e6bd6887284e59b5a187de99e6a37ca6e8d1.zip
Merge branch 'vinoski/driver-doc-fix/OTP-12855'
* vinoski/driver-doc-fix/OTP-12855: Fix documentation of ERL_DRV_ERROR_ERRNO
-rw-r--r--erts/doc/src/driver_entry.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/doc/src/driver_entry.xml b/erts/doc/src/driver_entry.xml
index 349ce4bbc1..30772c68fe 100644
--- a/erts/doc/src/driver_entry.xml
+++ b/erts/doc/src/driver_entry.xml
@@ -211,7 +211,7 @@ typedef struct erl_drv_entry {
number &gt;= 0 or a pointer, or if the driver can't be started,
one of three error codes should be returned:</p>
<p>ERL_DRV_ERROR_GENERAL - general error, no error code</p>
- <p>ERL_DRV_ERROR_ERRNO - error with error code in erl_errno</p>
+ <p>ERL_DRV_ERROR_ERRNO - error with error code in <c>errno</c></p>
<p>ERL_DRV_ERROR_BADARG - error, badarg</p>
<p>If an error code is returned, the port isn't started.</p>
</item>