|
|
| Author |
Message |
< Erlang bugs mailing list ~ crypto:start() return value differs from manual |
| ulf.wiger at ericsson.com |
Posted: Thu Mar 10, 2005 10:35 am |
|
|
|
Guest
|
crypto:start() -> ok.
is what the manual states (OTP R10B-2), but the function can also return {error, {already_started,crypto}}.
>From crypto.erl:
start() ->
application:start(crypto).
The manual for application says:
start(Application) -> ok | {error, Reason}
I have made no patch. The code or the manual should be corrected.
Regards,
Uffe
Post generated using Mail2Forum (http://m2f.sourceforge.net) |
|
|
| Back to top |
|
|
|
All times are GMT
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You cannot download files in this forum
|
|
|