From d329846816192743a9d8dc877390955f93e01dd2 Mon Sep 17 00:00:00 2001
From: Patrik Nyblom
Date: Thu, 22 Nov 2012 17:04:39 +0100
Subject: Correct doc re process_info(Pid,links)
---
erts/doc/src/erlang.xml | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
(limited to 'erts/doc')
diff --git a/erts/doc/src/erlang.xml b/erts/doc/src/erlang.xml
index 2faa46d760..1d67be2e52 100644
--- a/erts/doc/src/erlang.xml
+++ b/erts/doc/src/erlang.xml
@@ -3706,10 +3706,11 @@ 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}
-
--
cgit v1.2.3