svn commit: r303462 - stable/11/share/man/man4

John Baldwin jhb at FreeBSD.org
Thu Jul 28 21:16:20 UTC 2016


Author: jhb
Date: Thu Jul 28 21:16:18 2016
New Revision: 303462
URL: https://svnweb.freebsd.org/changeset/base/303462

Log:
  MFC 303202: Update to note that operations on local files are safe.
  
  Approved by:	re (gjb)

Modified:
  stable/11/share/man/man4/aio.4
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/share/man/man4/aio.4
==============================================================================
--- stable/11/share/man/man4/aio.4	Thu Jul 28 20:51:29 2016	(r303461)
+++ stable/11/share/man/man4/aio.4	Thu Jul 28 21:16:18 2016	(r303462)
@@ -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-stable mailing list