aboutsummaryrefslogtreecommitdiffstats
path: root/erts/doc
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2017-01-18 14:40:25 +0100
committerRickard Green <[email protected]>2017-01-18 14:40:25 +0100
commitbfcf88311828b93a833ce96ad1a518b8eca08552 (patch)
tree0f1a4cd1b6482caec1b0e2ad7661900529124d59 /erts/doc
parent505305a4b6a6372921808c4e5ec56db51b6a308b (diff)
downloadotp-bfcf88311828b93a833ce96ad1a518b8eca08552.tar.gz
otp-bfcf88311828b93a833ce96ad1a518b8eca08552.tar.bz2
otp-bfcf88311828b93a833ce96ad1a518b8eca08552.zip
Change exception for enif_schedule_nif() with dirty flags
Diffstat (limited to 'erts/doc')
-rw-r--r--erts/doc/src/erl_nif.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/doc/src/erl_nif.xml b/erts/doc/src/erl_nif.xml
index 51b095e6ef..74a551d60b 100644
--- a/erts/doc/src/erl_nif.xml
+++ b/erts/doc/src/erl_nif.xml
@@ -2463,7 +2463,7 @@ enif_map_iterator_destroy(env, &amp;iter);</code>
CPU-bound, or <c>ERL_NIF_DIRTY_JOB_IO_BOUND</c> for
jobs that will be I/O-bound. If dirty scheduler threads are not
available in the emulator, an attempt to schedule such a job
- results in a <c>badarg</c> exception.</p>
+ results in a <c>notsup</c> exception.</p>
</item>
<tag><c>argc</c> and <c>argv</c></tag>
<item>