From 9966b521944520d388eeb36eea70fb60aeb692ab Mon Sep 17 00:00:00 2001 From: Patrik Nyblom Date: Thu, 22 Nov 2012 16:35:40 +0100 Subject: [PATCH] Correct doc of process_info(Pid,links) --- erts/doc/src/erlang.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/erts/doc/src/erlang.xml b/erts/doc/src/erlang.xml index 248b755969f6..d85dff2c0c31 100644 --- a/erts/doc/src/erlang.xml +++ b/erts/doc/src/erlang.xml @@ -3998,10 +3998,10 @@ os_prompt% the initial function call with which the process was spawned.

- {links, Pids} + {links, PidsAndPorts} -

Pids is a list of pids, with processes to - which the process has a link.

+

PidsAndPorts is a list of pids and port identifiers, with + processes or ports to which the process has a link.

{last_calls, false|Calls}