erlang:port_call(Port, Operation, Data)

Vance Shipley vances@REDACTED
Tue Aug 19 15:05:34 CEST 2003


R9C\lib\kernel-2.9\doc\html\erlang.html

The documentation for this function should read:

	erlang:port_call(Port, Operation, Data)

and not 

	port_call(Port, Operation, Data)

At least that is how it works.  Me thinks it strange that 
this function although modelled after port_control needs
a full reference while port_control does not.

	-Vance




More information about the erlang-patches mailing list