diff options
Diffstat (limited to 'man/io_uring_prep_msg_ring.3')
-rw-r--r-- | man/io_uring_prep_msg_ring.3 | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/man/io_uring_prep_msg_ring.3 b/man/io_uring_prep_msg_ring.3 index 7f03870..68699cb 100644 --- a/man/io_uring_prep_msg_ring.3 +++ b/man/io_uring_prep_msg_ring.3 @@ -47,13 +47,6 @@ fields. The use case may be anything from simply waking up someone waiting on the targeted ring, or it can be used to pass messages between the two rings. -The resulting CQE posted on the target ring will have -.B IORING_CQE_F_MSG -set in its -.I flags -member, indicating to the target ring that this CQE is posted without having -a relationship to an SQE issued on this ring. - .SH RETURN VALUE None |