From ab6583fd6599964be848ae70dfa94e59b7540098 Mon Sep 17 00:00:00 2001
From: Rickard Green
Control behavior of signals to ports.
As of OTP-R16 signals to ports are truly asynchronously @@ -615,7 +615,7 @@ debugging.
Sets the maximum number of simultaneously existing processes for this
system. Valid range for
The default value is
Sets the maximum number of simultaneously existing ports for this
system. Valid range for
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
By passing a pointer to an integer variable containing
diff --git a/erts/doc/src/erlang.xml b/erts/doc/src/erlang.xml
index 1a97a84b42..343ae3c676 100644
--- a/erts/doc/src/erlang.xml
+++ b/erts/doc/src/erlang.xml
@@ -5644,35 +5644,35 @@ ok
For more information see the
Returns the number of ports currently existing at
the local node as an integer. The same value as
-
Returns the maximum number of simultaneously existing
ports at the local node as an integer. This limit
can be configured at startup by using the
-
Returns the number of processes currently existing at
the local node as an integer. The same value as
-
Returns the maximum number of simultaneously existing
processes at the local node as an integer. This limit
can be configured at startup by using the
-