diff options
author | Rickard Green <[email protected]> | 2012-12-20 00:41:02 +0100 |
---|---|---|
committer | Rickard Green <[email protected]> | 2012-12-20 00:41:02 +0100 |
commit | ab6583fd6599964be848ae70dfa94e59b7540098 (patch) | |
tree | 7857d0377e0a6e5f1d974cddc0d3d4b88a547574 /erts/doc/src/erl_driver.xml | |
parent | cf4eb83fc4de777bcb874111d4b197915b5db47e (diff) | |
download | otp-ab6583fd6599964be848ae70dfa94e59b7540098.tar.gz otp-ab6583fd6599964be848ae70dfa94e59b7540098.tar.bz2 otp-ab6583fd6599964be848ae70dfa94e59b7540098.zip |
Fix documentation
Diffstat (limited to 'erts/doc/src/erl_driver.xml')
-rw-r--r-- | erts/doc/src/erl_driver.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/erts/doc/src/erl_driver.xml b/erts/doc/src/erl_driver.xml index 13f42a74a7..1212c34586 100644 --- a/erts/doc/src/erl_driver.xml +++ b/erts/doc/src/erl_driver.xml @@ -317,9 +317,9 @@ minor version used by the driver is greater than the one used by the runtime system.</p> <p>The emulator will refuse to load a driver that does not use - the extended driver interface since, + the extended driver interface, to allow for 64-bit capable drivers, - incompatible type changes for the callbacks + since incompatible type changes for the callbacks <seealso marker="driver_entry#output">output</seealso>, <seealso marker="driver_entry#control">control</seealso> and <seealso marker="driver_entry#call">call</seealso> @@ -1560,7 +1560,7 @@ typedef struct ErlIOVec { <c>[ERL_DRV_BUSY_MSGQ_LIM_MIN, ERL_DRV_BUSY_MSGQ_LIM_MAX]</c>. Limits will be automatically adjusted to be sane. That is, the system will adjust values so that the low limit used is - lower or equal to the high limit used. By default the high + lower than or equal to the high limit used. By default the high limit will be 8 kB and the low limit will be 4 kB.</p> <p>By passing a pointer to an integer variable containing |