Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Mar 2018 16:57:40 +0000 (UTC)
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r331133 - stable/11/lib/libc/sys
Message-ID:  <201803181657.w2IGveqY076908@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: markj
Date: Sun Mar 18 16:57:40 2018
New Revision: 331133
URL: https://svnweb.freebsd.org/changeset/base/331133

Log:
  MFC r331016:
  Add a space between a section number and a following comma.

Modified:
  stable/11/lib/libc/sys/sendfile.2
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/lib/libc/sys/sendfile.2
==============================================================================
--- stable/11/lib/libc/sys/sendfile.2	Sun Mar 18 16:52:31 2018	(r331132)
+++ stable/11/lib/libc/sys/sendfile.2	Sun Mar 18 16:57:40 2018	(r331133)
@@ -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
@@ -188,7 +188,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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803181657.w2IGveqY076908>