diff options
author | Patrik Nyblom <[email protected]> | 2012-11-22 16:35:40 +0100 |
---|---|---|
committer | Patrik Nyblom <[email protected]> | 2012-11-22 16:35:40 +0100 |
commit | 9966b521944520d388eeb36eea70fb60aeb692ab (patch) | |
tree | 7eac367969d5bbf710c60282505493591aab5f54 /erts/doc | |
parent | bc7cf293a513bb571831e16ac95827144051a783 (diff) | |
download | otp-9966b521944520d388eeb36eea70fb60aeb692ab.tar.gz otp-9966b521944520d388eeb36eea70fb60aeb692ab.tar.bz2 otp-9966b521944520d388eeb36eea70fb60aeb692ab.zip |
Correct doc of process_info(Pid,links)
Diffstat (limited to 'erts/doc')
-rw-r--r-- | erts/doc/src/erlang.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/erts/doc/src/erlang.xml b/erts/doc/src/erlang.xml index 248b755969..d85dff2c0c 100644 --- a/erts/doc/src/erlang.xml +++ b/erts/doc/src/erlang.xml @@ -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> |