diff options
author | Ingela Anderton Andin <[email protected]> | 2017-09-14 16:54:48 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2017-09-14 16:54:48 +0200 |
commit | 36a24dbd97153e1d8a32097df466028b517bf6f2 (patch) | |
tree | 48c2c530bee0f60c8e78a03daaa01ac04c1d7486 /lib/inets/doc/src/mod_esi.xml | |
parent | 4cbca1b8d4a62e99fabb0e2c164424cb4cde0608 (diff) | |
download | otp-36a24dbd97153e1d8a32097df466028b517bf6f2.tar.gz otp-36a24dbd97153e1d8a32097df466028b517bf6f2.tar.bz2 otp-36a24dbd97153e1d8a32097df466028b517bf6f2.zip |
inets: Fix xmllint error
Diffstat (limited to 'lib/inets/doc/src/mod_esi.xml')
-rw-r--r-- | lib/inets/doc/src/mod_esi.xml | 5 |
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> |