aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/doc/src/httpc.xml
diff options
context:
space:
mode:
authorFredrik Gustafsson <[email protected]>2013-07-30 09:42:09 +0200
committerFredrik Gustafsson <[email protected]>2013-07-30 09:42:09 +0200
commitecdf2b1505451612d9c163ef918b948fd8948bac (patch)
tree5ca99ae951ba5887be829d3014e6b4042a97cfe2 /lib/inets/doc/src/httpc.xml
parentee75b71165ffff35a3022d1082e256f25896dd57 (diff)
parent86b9d4eaf56f5e694626b5bfc0d027e69a0e6953 (diff)
downloadotp-ecdf2b1505451612d9c163ef918b948fd8948bac.tar.gz
otp-ecdf2b1505451612d9c163ef918b948fd8948bac.tar.bz2
otp-ecdf2b1505451612d9c163ef918b948fd8948bac.zip
Merge branch 'weisslj/fix-inets-doc-errors/OTP-11210' into maint
* weisslj/fix-inets-doc-errors/OTP-11210: Fix some errors in the inets documentation
Diffstat (limited to 'lib/inets/doc/src/httpc.xml')
-rw-r--r--lib/inets/doc/src/httpc.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/inets/doc/src/httpc.xml b/lib/inets/doc/src/httpc.xml
index 741f2abaef..d9a27e7d1e 100644
--- a/lib/inets/doc/src/httpc.xml
+++ b/lib/inets/doc/src/httpc.xml
@@ -300,11 +300,11 @@ filename() = string()
process or to a file. When streaming to the calling process
using the option <c>self</c> the following stream messages
will be sent to that process: <c>{http, {RequestId,
- stream_start, Headers}, {http, {RequestId, stream,
- BinBodyPart}, {http, {RequestId, stream_end, Headers}</c>. When
+ stream_start, Headers}}, {http, {RequestId, stream,
+ BinBodyPart}}, {http, {RequestId, stream_end, Headers}}</c>. When
streaming to to the calling processes using the option
<c>{self, once}</c> the first message will have an additional
- element e.i. <c>{http, {RequestId, stream_start, Headers, Pid}</c>,
+ element e.i. <c>{http, {RequestId, stream_start, Headers, Pid}}</c>,
this is the process id that should be used as an argument to
<c>http:stream_next/1</c> to trigger the next message to be sent to
the calling process. </p>