From eed25a02ba2416c48587699542aaecdd09609718 Mon Sep 17 00:00:00 2001
From: Lukas Larsson
Date: Tue, 5 Sep 2017 13:28:52 +0200
Subject: erts: Add erlang:iolist_to_iovec
OTP-14520
---
erts/doc/src/erlang.xml | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
(limited to 'erts/doc/src')
diff --git a/erts/doc/src/erlang.xml b/erts/doc/src/erlang.xml
index 105734d5b2..5ed7b92896 100644
--- a/erts/doc/src/erlang.xml
+++ b/erts/doc/src/erlang.xml
@@ -59,6 +59,14 @@
the Erlang external term format.
+
+ iovec()
+
+ A list of binaries. This datatype is useful to use
+ together with
+ enif_inspect_iovec.
+
+
@@ -2124,6 +2132,15 @@ os_prompt%
+
+
+ Converts an iolist to a iovec.
+
+ Returns an iovec that is made from the integers and binaries in
+ IoListOrBinary.
+
+
+
Check whether the local node is alive.
--
cgit v1.2.3