Skip to content

Commit

Permalink
Merge branch 'bmk/kernel/20230522/send_nowait_doc/OTP-18584' into mai…
Browse files Browse the repository at this point in the history
…nt-26

* bmk/kernel/20230522/send_nowait_doc/OTP-18584:
  [kernel|doc] Fixed socket send(s) description
  • Loading branch information
Erlang/OTP committed Jun 8, 2023
2 parents 724f841 + 97b1ca0 commit c5188df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/kernel/doc/src/socket.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3291,7 +3291,7 @@
If some of the data was sent, the function will return
<seetype marker="#select_info">
<c>
{ok,&nbsp;{<anno>RestData</anno>,&nbsp;<anno>SelectInfo</anno>},
{select,&nbsp;{<anno>RestData</anno>,&nbsp;<anno>SelectInfo</anno>},
</c>
</seetype>
which can only happen (on <i>Unix</i>) for a socket of
Expand Down Expand Up @@ -3525,7 +3525,7 @@
If some of the data was sent, the function will return
<seetype marker="#select_info">
<c>
{ok,&nbsp;{<anno>RestData</anno>,&nbsp;<anno>SelectInfo</anno>},
{select,&nbsp;{<anno>RestData</anno>,&nbsp;<anno>SelectInfo</anno>},
</c>
</seetype>
which can only happen for a socket of
Expand Down Expand Up @@ -3723,7 +3723,7 @@
If some of the data was sent, the function will return
<seetype marker="#select_info">
<c>
{ok,&nbsp;{<anno>RestData</anno>,&nbsp;<anno>SelectInfo</anno>},
{select,&nbsp;{<anno>RestData</anno>,&nbsp;<anno>SelectInfo</anno>},
</c>
</seetype>
which can only happen (on <i>Unix</i>) for a socket of
Expand Down

0 comments on commit c5188df

Please sign in to comment.