svn commit: r303202 - head/share/man/man4

John Baldwin jhb at FreeBSD.org
Fri Jul 22 20:52:42 UTC 2016


Author: jhb
Date: Fri Jul 22 20:52:40 2016
New Revision: 303202
URL: https://svnweb.freebsd.org/changeset/base/303202

Log:
  Update after r303154 to note that operations on local files are safe.

Modified:
  head/share/man/man4/aio.4

Modified: head/share/man/man4/aio.4
==============================================================================
--- head/share/man/man4/aio.4	Fri Jul 22 19:36:11 2016	(r303201)
+++ head/share/man/man4/aio.4	Fri Jul 22 20:52:40 2016	(r303202)
@@ -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


More information about the svn-src-head mailing list