From 0d378d6b92ee9bfbcd5aa5e152d3a86a83e9e989 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Fri, 22 Jul 2016 20:52:40 +0000 Subject: [PATCH] Update after r303154 to note that operations on local files are safe. --- share/man/man4/aio.4 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/share/man/man4/aio.4 b/share/man/man4/aio.4 index efcfe24c288..048561d463e 100644 --- a/share/man/man4/aio.4 +++ b/share/man/man4/aio.4 @@ -54,7 +54,9 @@ the .Va vfs.aio.enable_unsafe sysctl node to a non-zero value. .Pp -Asynchronous I/O operations on sockets and raw disk devices do not block +Asynchronous I/O operations on sockets, +raw disk devices, +and regular files on local filesystems do not block indefinitely and are always enabled. .Pp The