diff --git a/doc/ibrowse.html b/doc/ibrowse.html
index a7fd963..b10c0cf 100644
--- a/doc/ibrowse.html
+++ b/doc/ibrowse.html
@@ -146,7 +146,7 @@ The ibrowse application implements an HTTP 1.1 client. This
-send_req(Url::string(), Headers::headerList(), Method::method(), Body::body(), Options::optionList()) -> response()- optionList() = [option()]
- option() = {max_sessions, integer()} | {max_pipeline_size, integer()} | {trace, boolean()} | {is_ssl, boolean()} | {ssl_options, [SSLOpt]} | {pool_name, atom()} | {proxy_host, string()} | {proxy_port, integer()} | {proxy_user, string()} | {proxy_password, string()} | {use_absolute_uri, boolean()} | {basic_auth, {username(), password()}} | {cookie, string()} | {content_length, integer()} | {content_type, string()} | {save_response_to_file, boolean()} | {stream_to, process()} | {http_vsn, {MajorVsn, MinorVsn}}
- process() = pid() | atom()
- username() = string()
- password() = string()
- SSLOpt = term()
+send_req(Url::string(), Headers::headerList(), Method::method(), Body::body(), Options::optionList()) -> response()- optionList() = [option()]
- option() = {max_sessions, integer()} | {max_pipeline_size, integer()} | {trace, boolean()} | {is_ssl, boolean()} | {ssl_options, [SSLOpt]} | {pool_name, atom()} | {proxy_host, string()} | {proxy_port, integer()} | {proxy_user, string()} | {proxy_password, string()} | {use_absolute_uri, boolean()} | {basic_auth, {username(), password()}} | {cookie, string()} | {content_length, integer()} | {content_type, string()} | {save_response_to_file, boolean()} | {stream_to, process()} | {http_vsn, {MajorVsn, MinorVsn}} | {transfer_encoding, {chunked, ChunkSize}}
- process() = pid() | atom()
- username() = string()
- password() = string()
- SSLOpt = term()
- ChunkSize = integer()
Same as send_req/4.
For a description of SSL Options, look in the ssl manpage. If the
HTTP Version to use is not specified, the default is 1.1