Skip to content

Commit cfb5174

Browse files
committed
man/io_uring_prep_recvmsg.3: improve wording for terminating multishot
Signed-off-by: Jens Axboe <axboe@kernel.dk>
1 parent 183b3e0 commit cfb5174

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

man/io_uring_prep_recvmsg.3

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ Therefore each CQE will take a buffer out of a provided buffer pool for receivin
5252
The application should check the flags of each CQE, regardless of its result.
5353
If a posted CQE does not have the
5454
.B IORING_CQE_F_MORE
55-
flag set then the multishot receive will be done and the application should issue a
56-
new request.
55+
flag set, then the multishot receive is done and the application must issue a
56+
new request if it still wishes to receive data from the socket.
5757

5858
Unlike
5959
.BR recvmsg (2),

0 commit comments

Comments
 (0)