Ammar Faizi <ammarfaizi2@xxxxxxxxxxx> writes: > On 11/19/22 11:11 AM, Stefan Roesch wrote: >> This adds two man pages for the two new functions: >> - io_uring_register_nap > > Typo: > > s/io_uring_register_nap/io_uring_register_napi/ > >> +.SH RETURN VALUE >> +On success >> +.BR io_uring_register_napi_prefer_busy_poll (3) >> +return 0. On failure they return >> +.BR -errno . >> +It also updates the napi structure with the current values. > > io_uring_register_napi_prefer_busy_poll() no longer exists in this version. > >> +.SH RETURN VALUE >> +On success >> +.BR io_uring_unregister_napi_busy_poll_timeout (3) >> +return 0. On failure they return >> +.BR -errno . >> +It also updates the napi structure with the current values. > > io_uring_unregister_napi_busy_poll_timeout() no longer exists in this version. Fixed in the next version.