Typo in RPC doc
Ricardo Catalinas Jiménez
jimenezrick@REDACTED
Thu Dec 16 16:49:49 CET 2010
Hi,
- From the doc of the `rpc' module:
pmap({Module, Function}, ExtraArgs, List2) -> List1
"Evaluates apply(Module, Function, [Elem|ExtraArgs]), for every
element Elem in List1, in parallel. Returns the list of return values,
in the same order as in List1."
Should be --> pmap({Module, Function}, ExtraArgs, List1) -> List2
- One last issue, about this message I wrote to `erlang-questions':
Using systools:make_script() raises "*WARNING* inets: Source code not
found" (http://www.erlang.org/cgi-bin/ezmlm-cgi?4:msp:55070:oplpdhanejbhhhgodckm)
Should `systools:make_script()' traverse subdirectories in app/src/?
Thanks in advance.
--
Ricardo
More information about the erlang-bugs
mailing list