[erlang-questions] Typo in documentation

Niclas Eklund nick@REDACTED
Tue Feb 6 12:40:13 CET 2007


Hello!

Yes, an 'o' is missing.

On the same page you find the correct option:

protocol_version = [sslv2|sslv3|tlsv1] <optional>.
    Name of protocols to use. If this option is not set, all protocols are
    assumed, i.e. the default value is [sslv2, sslv3, tlsv1].

It will be fixed in the next version.

/Nick

On Tue, 6 Feb 2007, Gaspar Chilingarov wrote:

> Hi all!
> 
> On this page:
> http://www.erlang.org/doc/doc-5.5.2/lib/ssl-3.0.12/doc/html/ssl_app.html
> 
> illegal command line option is mentioned -
> erl ... -ssl protcol_version '[sslv2,sslv3]' ....
>                ^^^^ o is missing.
> 
> it should be
> erl ... -ssl protocol_version '[sslv2,sslv3]' ....
> 
> Am I right?
> 
> Thanks in advance, Gaspar
> 
> 
> -- 
> Gaspar Chilingarov
> 
> System Administrator,
> Network security consulting
> 
> t +37493 419763 (mob)
> i 63174784
> e nm@REDACTED
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://www.erlang.org/mailman/listinfo/erlang-questions
> 





More information about the erlang-questions mailing list