[erlang-bugs] Documentation of erlang:monitor/2

Michael Truog mjtruog@REDACTED
Sun Nov 17 21:52:48 CET 2013


In the types defined for http://www.erlang.org/doc/man/erlang.html#monitor-2

Item = pid() | Module | {Module, Node}
Module = module()

should be

Item = pid() | RegName | {RegName, Node}
RegName = atom()




More information about the erlang-bugs mailing list