From d46da242bbeb5331abf34a6f21ded96476866c8c Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 6 Oct 2010 07:07:55 +0200 Subject: [PATCH] aio.7: wfix Signed-off-by: Michael Kerrisk --- man7/aio.7 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man7/aio.7 b/man7/aio.7 index e1d6d2bf5..f4f8e1221 100644 --- a/man7/aio.7 +++ b/man7/aio.7 @@ -119,11 +119,11 @@ This is the size of the buffer pointed to by .I aio_reqprio This field specifies a value that is subtracted from the calling thread's real-time priority in order to -determine the priority for execution of this I/O request. +determine the priority for execution of this I/O request (see .BR pthread_setschedparam (3)). The specified value must be between 0 and the value returned by .IR sysconf(_SC_AIO_PRIO_DELTA_MAX) . -This field is ignored file synchronization operations. +This field is ignored for file synchronization operations. .TP .I aio_sigevent This field is a structure that specifies how the caller is