commit | e907d6a342e80b70874f93abd440b92b8a40b7bc | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Thu Aug 21 08:21:05 2025 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Thu Aug 21 08:21:49 2025 -0600 |
tree | 0c1288bfd1886224eedebb4819854807af141ccc | |
parent | e755a5f8614add34f44f0e89d1d1c1b2d21f1384 [diff] |
man/io_uring_enter.2: correct LISTEN backlog argument The man page incorrectly specifies sqe->addr as the backlog parameter, but this is incorrect. The correct location is sqe->len. Link: https://github.com/axboe/liburing/issues/1450 Signed-off-by: Jens Axboe <axboe@kernel.dk>