[erlang-bugs] A small bug in man for rb
Sergey A.
n39052@REDACTED
Thu Nov 13 01:39:23 CET 2008
Hello.
I think I've found something that wasn't mentioned in man for rb.
The descripton of the rb:list(Type) function tells that Type must be
one of the following atoms:
type() = crash_report | supervisor_report | error | progress
But in fact you also can use error_report atom as Type here (at least
rb:list(error_report) works as expected).
That is true for Erlang R12B.5.
--
Sergey
More information about the erlang-bugs
mailing list