diff options
Diffstat (limited to 'man5/proc.5')
| -rw-r--r-- | man5/proc.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man5/proc.5 b/man5/proc.5 index 5c5863daa9..f16a29d6e1 100644 --- a/man5/proc.5 +++ b/man5/proc.5 @@ -4390,20 +4390,20 @@ This directory contains the files and subdirectories for kernel variables related to filesystems. .TP .IR /proc/sys/fs/aio\-max\-nr " and " /proc/sys/fs/aio\-nr " (since Linux 2.6.4)" -.I aio-nr +.I aio\-nr is the running total of the number of events specified by .BR io_setup (2) calls for all currently active AIO contexts. If -.I aio-nr +.I aio\-nr reaches -.IR aio-max-nr , +.IR aio\-max\-nr , then .BR io_setup (2) will fail with the error .BR EAGAIN . Raising -.I aio-max-nr +.I aio\-max\-nr does not result in the preallocation or resizing of any kernel data structures. .TP |
