diff options
author | Micael Karlberg <[email protected]> | 2010-02-12 15:55:58 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-02-13 07:29:10 +0100 |
commit | d9286a9a68e8b10dcf006a60ec84a0439e725fac (patch) | |
tree | d49cd8f54778f192593be6943b1661b9d1772d7e /lib/inets/doc/src/notes.xml | |
parent | ba3758531a0b6dc6797457279e1ce0f99d282d20 (diff) | |
download | otp-d9286a9a68e8b10dcf006a60ec84a0439e725fac.tar.gz otp-d9286a9a68e8b10dcf006a60ec84a0439e725fac.tar.bz2 otp-d9286a9a68e8b10dcf006a60ec84a0439e725fac.zip |
OTP-8431: Fix error handling of httpc_manager and its starter process
OTP-8431: [email protected]
Diffstat (limited to 'lib/inets/doc/src/notes.xml')
-rw-r--r-- | lib/inets/doc/src/notes.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/inets/doc/src/notes.xml b/lib/inets/doc/src/notes.xml index e95c8d6e97..0c524f00d1 100644 --- a/lib/inets/doc/src/notes.xml +++ b/lib/inets/doc/src/notes.xml @@ -354,7 +354,7 @@ request, when the client connects to the server. Default value is that of the <c>timeout</c> option. </p> <p>See the - <seealso marker="http#request2">request/4,5</seealso> + <seealso marker="httpc#request2">request/4,5</seealso> function for more info. </p> <p>Own Id: OTP-7298</p> <!-- <p>Aux Id: seq11086</p> --> @@ -461,7 +461,7 @@ the client connects to the server. </p> <p>As a side-effect of this, the option <c>ipv6</c> has been removed and replaced by the <c>ipfamily</c> option. </p> - <p>See <seealso marker="http#set_options">http:set_options/1,2</seealso> + <p>See <seealso marker="httpc#set_options">http:set_options/1,2</seealso> for more info. </p> <p>*** POTENTIAL INCOMPATIBILITY ***</p> <p>Own Id: OTP-8004</p> |