diff options
| author | Alejandro Colomar <alx@kernel.org> | 2024-11-17 18:47:53 +0100 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2024-11-17 21:51:23 +0100 |
| commit | 18e7c4597c4e72fa5210c7887273e363c456c9ee (patch) | |
| tree | 97cfd22e731a4c859ae71783d70943ff72e6cb60 /man/man3/aio_suspend.3 | |
| parent | 8fc6fdd8291d906e58a175b5e1b20da680aaeb4a (diff) | |
| download | man-pages-18e7c4597c4e.tar.gz | |
man/: Terminology consistency reforms (n, size, length)
Use 'length' for the lenght of a string.
Use 'n' for the number of elements.
Use 'size' for the number of bytes. (And in wide-character string
functions, 'size' also refers to the number of wide characters.)
The change is quite large, and I might have made some mistakes.
But overall, this should improve consistency in use of these terms.
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man/man3/aio_suspend.3')
| -rw-r--r-- | man/man3/aio_suspend.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/man3/aio_suspend.3 b/man/man3/aio_suspend.3 index 0e274a2d0d..a6d64495a5 100644 --- a/man/man3/aio_suspend.3 +++ b/man/man3/aio_suspend.3 @@ -15,7 +15,7 @@ Real-time library .P .B "#include <aio.h>" .P -.BI "int aio_suspend(const struct aiocb *const " aiocb_list "[], int " nitems , +.BI "int aio_suspend(const struct aiocb *const " aiocb_list "[], int " n , .BI " const struct timespec *restrict " timeout ); .fi .SH DESCRIPTION @@ -37,7 +37,7 @@ structure, see .BR nanosleep (2).) .P The -.I nitems +.I n argument specifies the number of items in .IR aiocb_list . Each item in the list pointed to by |
