From ab6583fd6599964be848ae70dfa94e59b7540098 Mon Sep 17 00:00:00 2001 From: Rickard Green Date: Thu, 20 Dec 2012 00:41:02 +0100 Subject: Fix documentation --- erts/doc/src/erl.xml | 6 +++--- erts/doc/src/erl_driver.xml | 6 +++--- erts/doc/src/erlang.xml | 16 ++++++++-------- 3 files changed, 14 insertions(+), 14 deletions(-) (limited to 'erts/doc/src') diff --git a/erts/doc/src/erl.xml b/erts/doc/src/erl.xml index 99f2466d79..512784d9f0 100644 --- a/erts/doc/src/erl.xml +++ b/erts/doc/src/erl.xml @@ -582,7 +582,7 @@ erts_alloc(3) for further information.

- +

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 Number is [1024-134217727]

@@ -627,7 +627,7 @@ erlang:system_info(process_limit).

The default value is 262144

- +

Sets the maximum number of simultaneously existing ports for this system. Valid range for Number is [1024-134217727]

diff --git a/erts/doc/src/erl_driver.xml b/erts/doc/src/erl_driver.xml index 13f42a74a7..1212c34586 100644 --- a/erts/doc/src/erl_driver.xml +++ b/erts/doc/src/erl_driver.xml @@ -317,9 +317,9 @@ minor version used by the driver is greater than the one used by the runtime system.

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 output, control and call @@ -1560,7 +1560,7 @@ typedef struct ErlIOVec { [ERL_DRV_BUSY_MSGQ_LIM_MIN, ERL_DRV_BUSY_MSGQ_LIM_MAX]. Limits will be automatically adjusted to be sane. That is, the system will adjust values so that the low limit used is - lower or equal to the high limit used. By default the high + lower than or equal to the high limit used. By default the high limit will be 8 kB and the low limit will be 4 kB.

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 +spp command line argument of erl(1).

- process_count + port_count

Returns the number of ports currently existing at the local node as an integer. The same value as - length(erlang:ports()) returns.

+ length(erlang:ports()) returns, but more efficient.

port_limit

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 - +Q + +Q command line flag of - erl(1).

+ erl(1).

- process_count + process_count

Returns the number of processes currently existing at the local node as an integer. The same value as - length(processes()) returns.

+ length(processes()) returns, but more efficient.

process_limit

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 - +P + +P command line flag of - erl(1).

+ erl(1).

procs -- cgit v1.2.3