From b075fbda0ad0a711344011fb365b00acd5b64760 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?= Date: Wed, 3 Apr 2019 13:20:37 +0200 Subject: Fix broken links A multitude of broken links were found when a bug was fixed in the link checker. --- erts/doc/src/erlang.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'erts/doc/src/erlang.xml') diff --git a/erts/doc/src/erlang.xml b/erts/doc/src/erlang.xml index 0d94f83493..2b444ccf01 100644 --- a/erts/doc/src/erlang.xml +++ b/erts/doc/src/erlang.xml @@ -126,7 +126,7 @@ instance.

One can get an approximation of the native time unit by calling - + erlang:convert_time_unit(1, second, native). The result equals the number of whole native time units per second. If @@ -4663,6 +4663,7 @@ RealSystem = system + MissedSystem Information about the memory size of a port. +

Bytes is the total number of bytes allocated for this port by the runtime system. The port itself can have allocated memory that is not @@ -5387,6 +5388,7 @@ RealSystem = system + MissedSystem {memory, Size} +

Size is the size in bytes of the process. This includes call stack, heap, and internal structures.

@@ -6676,7 +6678,7 @@ lists:map( async Async threads are used by various linked-in drivers (mainly the file drivers) do offload non-CPU intensive work. See - erl +A for more details. + erl +A for more details. aux Takes care of any work that is not specifically assigned to a scheduler. -- cgit v1.2.3