diff options
author | Jens Axboe <axboe@kernel.dk> | 2020-01-06 08:16:37 -0700 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2020-01-06 08:16:37 -0700 |
commit | 26a33484411e9242520d3967eda1e69f546e3806 (patch) | |
tree | f3b5f47da6d655022b10069b45a21868dcb1c1b1 /man | |
parent | c0fcb7f95a3fc255667200cc21008683ecb54d27 (diff) | |
download | liburing-26a33484411e9242520d3967eda1e69f546e3806.tar.gz liburing-26a33484411e9242520d3967eda1e69f546e3806.tar.bz2 |
man/io_uring_enter: fix missing space in RECVMSG
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'man')
-rw-r--r-- | man/io_uring_enter.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/io_uring_enter.2 b/man/io_uring_enter.2 index 12fadf0..f63c659 100644 --- a/man/io_uring_enter.2 +++ b/man/io_uring_enter.2 @@ -233,7 +233,7 @@ for the general description of the related system call. .TP .B IORING_OP_RECVMSG Works just like IORING_OP_SENDMSG, except for -.BRrecvmsg(2) +.BR recvmsg(2) instead. See the description of IORING_OP_SENDMSG. .TP |