Skip to content

Commit

Permalink
Correct doc of process_info(Pid,links)
Browse files Browse the repository at this point in the history
  • Loading branch information
bufflig committed Nov 22, 2012
1 parent bc7cf29 commit 9966b52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions erts/doc/src/erlang.xml
Expand Up @@ -3998,10 +3998,10 @@ os_prompt% </pre>
the initial function call with which the process was
spawned.</p>
</item>
<tag><c>{links, Pids}</c></tag>
<tag><c>{links, PidsAndPorts}</c></tag>
<item>
<p><c>Pids</c> is a list of pids, with processes to
which the process has a link.</p>
<p><c>PidsAndPorts</c> is a list of pids and port identifiers, with
processes or ports to which the process has a link.</p>
</item>
<tag><c>{last_calls, false|Calls}</c></tag>
<item>
Expand Down

0 comments on commit 9966b52

Please sign in to comment.