aboutsummaryrefslogtreecommitdiff
path: root/share/man/man4
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2016-07-22 20:52:40 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2016-07-22 20:52:40 +0000
commit0d378d6b92ee9bfbcd5aa5e152d3a86a83e9e989 (patch)
treec5f7c7ac0bafa5e7393611ebc86b5918245b8cc3 /share/man/man4
parentfd936afb97c0d6d27c47fcc9d5c45c04463bdbaf (diff)
downloadsrc-0d378d6b92ee9bfbcd5aa5e152d3a86a83e9e989.tar.gz
src-0d378d6b92ee9bfbcd5aa5e152d3a86a83e9e989.zip
Update after r303154 to note that operations on local files are safe.
Notes
Notes: svn path=/head/; revision=303202
Diffstat (limited to 'share/man/man4')
-rw-r--r--share/man/man4/aio.44
1 files changed, 3 insertions, 1 deletions
diff --git a/share/man/man4/aio.4 b/share/man/man4/aio.4
index efcfe24c288f..048561d463e0 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