Skip to content

Commit

Permalink
man: added kernel versions to a few man pages
Browse files Browse the repository at this point in the history
The following did not have a kernel version noted where the feature got
introduced:

io_uring_prep_cmd.3
io_uring_prep_futex_wait.3
io_uring_prep_futex_waitv.3
io_uring_prep_futex_wake.3
io_uring_prep_waitid.3

Add those.

Link: #1262
Signed-off-by: Jens Axboe <[email protected]>
  • Loading branch information
axboe committed Oct 10, 2024
1 parent 3e6c9b9 commit 5b46a7e
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions man/io_uring_prep_cmd.3
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ Negative return value means an error.
For more information about this command, please check
.BR unix(7).

Available since 6.7.

.TP
.B SOCKET_URING_OP_SIOCOUTQ
Expand Down Expand Up @@ -104,6 +105,8 @@ The arguments are similar to the
.BR setsockopt(2)
system call.

Available since 6.7.

.SH NOTES
The memory block pointed by
.I optval
Expand Down
2 changes: 2 additions & 0 deletions man/io_uring_prep_futex_wait.3
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ operation, as
.B FUTEX_WAIT
is a strict subset of that.

Available since kernel 6.7.

.SH RETURN VALUE
None
.SH ERRORS
Expand Down
2 changes: 2 additions & 0 deletions man/io_uring_prep_futex_waitv.3
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ This function prepares an async
.BR futex (2)
waitv request. See that man page for details.

Available since kernel 6.7.

.SH RETURN VALUE
None
.SH ERRORS
Expand Down
2 changes: 2 additions & 0 deletions man/io_uring_prep_futex_wake.3
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ operation, as
.B FUTEX_WAKE
is a strict subset of that.

Available since kernel 6.7.

.SH RETURN VALUE
None
.SH ERRORS
Expand Down
2 changes: 2 additions & 0 deletions man/io_uring_prep_waitid.3
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ This function prepares an async
.BR waitid (2)
request. See that man page for details.

Available since kernel 6.7.

.SH RETURN VALUE
None
.SH ERRORS
Expand Down

0 comments on commit 5b46a7e

Please sign in to comment.