aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2017-09-15 08:39:53 +0200
committerIngela Anderton Andin <[email protected]>2017-09-15 08:39:53 +0200
commit01c290c2f13744b684bd4f2cbd626d679c2344c4 (patch)
tree48bedcf2cf98cbc7942e7a335a08239737fb1099 /lib
parentf4be44844c821152092671770e8e3dc3afa9ad19 (diff)
parentdbe18b8380b0619c60cd57c803a9204c04eceadb (diff)
downloadotp-01c290c2f13744b684bd4f2cbd626d679c2344c4.tar.gz
otp-01c290c2f13744b684bd4f2cbd626d679c2344c4.tar.bz2
otp-01c290c2f13744b684bd4f2cbd626d679c2344c4.zip
Merge branch 'maint'
Diffstat (limited to 'lib')
-rw-r--r--lib/inets/doc/src/mod_esi.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/inets/doc/src/mod_esi.xml b/lib/inets/doc/src/mod_esi.xml
index e2f0758cdf..a8393c9248 100644
--- a/lib/inets/doc/src/mod_esi.xml
+++ b/lib/inets/doc/src/mod_esi.xml
@@ -166,16 +166,15 @@
for all calls where <c>Input</c> is <c>{first,
Data::binary()}</c> or <c>{continue, Data::binary(),
State::term()}</c>. When <c>Input</c> is <c>{last,
- Data::binary(), State::term()}</c> the return value will be ignored.
+ Data::binary(), State::term()}</c> the return value will be ignored.</p>
<note><p>Note that if the body is
small all data may be delivered in only one chunk and then the
callback will be called with {last, Data::binary(), undefined}
without getting called with <c>{first,
- Data::binary()}</c>.</p></note> The input <c>State</c> is
+ Data::binary()}</c>.</p></note><p>The input <c>State</c> is
the last returned <c>State</c>, in it the callback can include
any data that it needs to keep track of when handling the chunks.
</p>
- <p></p>
</desc>
</func>