diff options
author | Sverker Eriksson <[email protected]> | 2017-03-07 16:50:43 +0100 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2017-03-07 16:50:43 +0100 |
commit | a52c18365acb5ed55793351ff3b3776a2a848503 (patch) | |
tree | 4bd56575c5bf61f6a9333167fba61cbcda5b24e6 /erts | |
parent | 1982fbc8a8b25709b7c7b6831e786d7a9ce361f2 (diff) | |
download | otp-a52c18365acb5ed55793351ff3b3776a2a848503.tar.gz otp-a52c18365acb5ed55793351ff3b3776a2a848503.tar.bz2 otp-a52c18365acb5ed55793351ff3b3776a2a848503.zip |
erts: Fix xml lint warning for erl_nif
Diffstat (limited to 'erts')
-rw-r--r-- | erts/doc/src/erl_nif.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/doc/src/erl_nif.xml b/erts/doc/src/erl_nif.xml index b0a632d2d6..6bb1109415 100644 --- a/erts/doc/src/erl_nif.xml +++ b/erts/doc/src/erl_nif.xml @@ -2634,7 +2634,7 @@ enif_map_iterator_destroy(env, &iter);</code> which is described further below. When a read or write event is triggerred, a notification message like this is sent to the process identified by <c>pid</c>:</p> - <code type="none"><c>{select, Obj, Ref, ready_input | ready_output}</c></code> + <code type="none">{select, Obj, Ref, ready_input | ready_output}</code> <p><c>ready_input</c> or <c>ready_output</c> indicates if the event object is ready for reading or writing.</p> <p>Argument <c>pid</c> may be <c>NULL</c> to indicate the calling process.</p> |