'parm' probably was intended to be param, but parameter is more explicit, so change it. Signed-off-by: Dylan Yudaken <dylany@xxxxxx> --- man/io_uring_wait_cqe.3 | 2 +- man/io_uring_wait_cqe_nr.3 | 2 +- man/io_uring_wait_cqe_timeout.3 | 2 +- man/io_uring_wait_cqes.3 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/man/io_uring_wait_cqe.3 b/man/io_uring_wait_cqe.3 index 1190d9b..676c4bc 100644 --- a/man/io_uring_wait_cqe.3 +++ b/man/io_uring_wait_cqe.3 @@ -30,6 +30,6 @@ the application can retrieve the completion with .SH RETURN VALUE On success .BR io_uring_wait_cqe (3) -returns 0 and the cqe_ptr parm is filled in. On failure it returns -errno. +returns 0 and the cqe_ptr parameter is filled in. On failure it returns -errno. .SH SEE ALSO .BR io_uring_submit (3), io_uring_wait_cqes(3) diff --git a/man/io_uring_wait_cqe_nr.3 b/man/io_uring_wait_cqe_nr.3 index 3594b0b..7d4a56f 100644 --- a/man/io_uring_wait_cqe_nr.3 +++ b/man/io_uring_wait_cqe_nr.3 @@ -33,6 +33,6 @@ the application can retrieve the completion with .SH RETURN VALUE On success .BR io_uring_wait_cqe_nr (3) -returns 0 and the cqe_ptr parm is filled in. On failure it returns -errno. +returns 0 and the cqe_ptr parameter is filled in. On failure it returns -errno. .SH SEE ALSO .BR io_uring_submit (3), io_uring_wait_cqes (3) diff --git a/man/io_uring_wait_cqe_timeout.3 b/man/io_uring_wait_cqe_timeout.3 index 64e920b..f535433 100644 --- a/man/io_uring_wait_cqe_timeout.3 +++ b/man/io_uring_wait_cqe_timeout.3 @@ -34,6 +34,6 @@ calling io_uring_wait_cqes (3). .SH RETURN VALUE On success .BR io_uring_wait_cqes (3) -returns 0 and the cqe_ptr parm is filled in. On failure it returns -errno. +returns 0 and the cqe_ptr parameter is filled in. On failure it returns -errno. .SH SEE ALSO .BR io_uring_submit (3), io_uring_wait_cqe_timeout (3), io_uring_wait_cqe(3). diff --git a/man/io_uring_wait_cqes.3 b/man/io_uring_wait_cqes.3 index a9a4a0c..2010a7b 100644 --- a/man/io_uring_wait_cqes.3 +++ b/man/io_uring_wait_cqes.3 @@ -41,6 +41,6 @@ calling io_uring_wait_cqes (3). .SH RETURN VALUE On success .BR io_uring_wait_cqes (3) -returns 0 and the cqe_ptr parm is filled in. On failure it returns -errno. +returns 0 and the cqe_ptr parameter is filled in. On failure it returns -errno. .SH SEE ALSO .BR io_uring_submit (3), io_uring_wait_cqe_timeout (3), io_uring_wait_cqe(3). -- 2.30.2