svn commit: r331016 - head/lib/libc/sys
Mark Johnston
markj at FreeBSD.org
Thu Mar 15 19:03:54 UTC 2018
Author: markj
Date: Thu Mar 15 19:03:54 2018
New Revision: 331016
URL: https://svnweb.freebsd.org/changeset/base/331016
Log:
Add a space between a section number and a following comma.
Fix some nits from igor while here.
MFC after: 3 days
Modified:
head/lib/libc/sys/sendfile.2
Modified: head/lib/libc/sys/sendfile.2
==============================================================================
--- head/lib/libc/sys/sendfile.2 Thu Mar 15 18:29:56 2018 (r331015)
+++ head/lib/libc/sys/sendfile.2 Thu Mar 15 19:03:54 2018 (r331016)
@@ -129,8 +129,8 @@ Starting with
.Nm
sending files off the
.Xr ffs 7
-filesystem doesn't block on I/O
-(see
+filesystem does not block on I/O
+(see
.Sx IMPLEMENTATION NOTES
), so the condition no longer applies.
However, it is safe if an application utilizes
@@ -140,8 +140,8 @@ and on
performs the same action as it did in
older
.Fx
-versions, e.g.
-.Xr aio_read 2,
+versions, e.g.,
+.Xr aio_read 2 ,
.Xr read 2
or
.Nm
@@ -210,7 +210,7 @@ The
.Fx
implementation of
.Fn sendfile
-doesn't block on disk I/O when it sends a file off the
+does not block on disk I/O when it sends a file off the
.Xr ffs 7
filesystem.
The syscall returns success before the actual I/O completes, and data
More information about the svn-src-all
mailing list