From 7bb89126c6e6b25a120e02c1d680093f08e137e7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bj=C3=B6rn-Egil=20Dahlberg?=
Date: Thu, 9 Jun 2016 18:35:54 +0200
Subject: erts: Fix erl_nif.xml xmllint errors
---
erts/doc/src/erl_nif.xml | 34 +++++++++++++++++-----------------
1 file changed, 17 insertions(+), 17 deletions(-)
(limited to 'erts/doc/src')
diff --git a/erts/doc/src/erl_nif.xml b/erts/doc/src/erl_nif.xml
index b2e2254a65..123d353432 100644
--- a/erts/doc/src/erl_nif.xml
+++ b/erts/doc/src/erl_nif.xml
@@ -1812,23 +1812,23 @@ enif_map_iterator_destroy(env, &iter);
intenif_thread_type(void)
- Determine type of current thread
-
- Determine the type of currently executing thread. A positive value
- indicates a scheduler thread while a negative value or zero indicates
- another type of thread. Currently the following specific types exist
- (which may be extended in the future):
-
- ERL_NIF_THR_UNDEFINED
- Undefined thread that is not a scheduler thread.
- ERL_NIF_THR_NORMAL_SCHEDULER
- A normal scheduler thread.
- ERL_NIF_THR_DIRTY_CPU_SCHEDULER
- A dirty CPU scheduler thread.
- ERL_NIF_THR_DIRTY_IO_SCHEDULER
- A dirty I/O scheduler thread.
-
-
+ Determine type of current thread
+
+ Determine the type of currently executing thread. A positive value
+ indicates a scheduler thread while a negative value or zero indicates
+ another type of thread. Currently the following specific types exist
+ (which may be extended in the future):
+
+ ERL_NIF_THR_UNDEFINED
+ Undefined thread that is not a scheduler thread.
+ ERL_NIF_THR_NORMAL_SCHEDULER
+ A normal scheduler thread.
+ ERL_NIF_THR_DIRTY_CPU_SCHEDULER
+ A dirty CPU scheduler thread.
+ ERL_NIF_THR_DIRTY_IO_SCHEDULER
+ A dirty I/O scheduler thread.
+
+
ErlNifTimeenif_time_offset(ErlNifTimeUnit time_unit)
--
cgit v1.2.3