diff --git a/src/ibrowse.erl b/src/ibrowse.erl index 80a4282..40b3f97 100644 --- a/src/ibrowse.erl +++ b/src/ibrowse.erl @@ -175,9 +175,11 @@ send_req(Url, Headers, Method) -> send_req(Url, Headers, Method, Body) -> send_req(Url, Headers, Method, Body, []). -%% @doc 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. +%% @doc Same as send_req/4. + +%% For a description of SSL Options, look in the ssl manpage. +%% For a description of Process Options, look in the gen_server manpage. +%% If the HTTP Version to use is not specified, the default is 1.1. %%
%%