On Sat, Feb 04, 2023 at 04:24:22PM -0800, Stefan Roesch wrote: > +The > +.BR io_uring_register_napi (3) > +function registers the NAPI settings for subsequent operations. The NAPI > +settings are specified in the structure that is passed in the > +.I napi > +parameter. The structure consists of the napi timeout > +.I busy_poll_to > +(napi busy poll timeout in us) and > +.I prefer_busy_poll. nit: That "period" after "prefer_busy_poll" will be underlined if you write it that way. It would be better if you write: .IR prefer_busy_poll . so that the dot is not underlined when you open that manpage from a terminal. But not a big deal.. Reviewed-by: Ammar Faizi <ammarfaizi2@xxxxxxxxxxx> -- Ammar Faizi