diff options
author | Steve Vinoski <[email protected]> | 2015-06-22 15:48:15 +0200 |
---|---|---|
committer | Rickard Green <[email protected]> | 2015-06-22 15:48:15 +0200 |
commit | a988faecec41db09c819fd948ef294ee5282e5b5 (patch) | |
tree | 1a88f47971cad4e793a60c46317324fd3831c8f8 /erts/doc | |
parent | 35b20eb172a077b363af37d27c320b759d42869d (diff) | |
download | otp-a988faecec41db09c819fd948ef294ee5282e5b5.tar.gz otp-a988faecec41db09c819fd948ef294ee5282e5b5.tar.bz2 otp-a988faecec41db09c819fd948ef294ee5282e5b5.zip |
Fix documentation of ERL_DRV_ERROR_ERRNO
Diffstat (limited to 'erts/doc')
-rw-r--r-- | erts/doc/src/driver_entry.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/doc/src/driver_entry.xml b/erts/doc/src/driver_entry.xml index b34ca136f3..e035857dfe 100644 --- a/erts/doc/src/driver_entry.xml +++ b/erts/doc/src/driver_entry.xml @@ -210,7 +210,7 @@ typedef struct erl_drv_entry { number >= 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> |