Skip to content

Commit

Permalink
man/io_uring_check_version: update to reflect reality
Browse files Browse the repository at this point in the history
They return 0/false if they match, not the other way around.

Fixes: #1074
Signed-off-by: Jens Axboe <[email protected]>
  • Loading branch information
axboe committed Feb 27, 2024
1 parent 3aa6515 commit a025323
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions man/io_uring_check_version.3
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ io_uring_check_version \- functions and macros to check the liburing version
The
.BR io_uring_check_version (3)
function returns
.I true
.I false
if the liburing library loaded by the dynamic linker is greater-than
or equal-to the
.I major
Expand All @@ -35,7 +35,7 @@ numbers provided.
The
.BR IO_URING_CHECK_VERSION (3)
macro returns
.I 1
.I 0
if the liburing library being compiled against is greater-than or equal-to the
.I major
and
Expand Down

0 comments on commit a025323

Please sign in to comment.