Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GIT PULL] Several small man fixes #1027

Merged
merged 4 commits into from
Jan 2, 2024
Merged

[GIT PULL] Several small man fixes #1027

merged 4 commits into from
Jan 2, 2024

Commits on Jan 2, 2024

  1. man/io_uring_queue_init.3: fix typo

    Signed-off-by: Wojciech Lukowicz <wlukowicz01@gmail.com>
    wlukowicz committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    fad5b0c View commit details
    Browse the repository at this point in the history
  2. man/io_uring_enter.2: tidy up EBADR description

    It's next enter on the same ring that won't have this error, not setup
    of a new one.
    
    Signed-off-by: Wojciech Lukowicz <wlukowicz01@gmail.com>
    wlukowicz committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    fd57f41 View commit details
    Browse the repository at this point in the history
  3. man/io_uring_setup.2: tidy up IORING_SETUP_CLAMP description

    cq_entries clamping happens when IORING_SETUP_CQSIZE is set,
    IORING_SETUP_SQPOLL does not matter here.
    
    Additionally improved formatting.
    
    Signed-off-by: Wojciech Lukowicz <wlukowicz01@gmail.com>
    wlukowicz committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    18c06ae View commit details
    Browse the repository at this point in the history
  4. man/io_uring_prep_futex_waitv.3: fix signatures

    That's a man page for the waitv call, so fixed the signature accordingly.
    
    There's no io_uring_prep_futex, it should reference
    io_uring_prep_futex_wait instead.
    
    Additionally improved formatting.
    
    Signed-off-by: Wojciech Lukowicz <wlukowicz01@gmail.com>
    wlukowicz committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    b1250d0 View commit details
    Browse the repository at this point in the history