svn commit: r201760 - head/lib/libc/sys

Konstantin Belousov kib at FreeBSD.org
Thu Jan 7 21:14:47 UTC 2010


Author: kib
Date: Thu Jan  7 21:14:46 2010
New Revision: 201760
URL: http://svn.freebsd.org/changeset/base/201760

Log:
  Further fix grammar.
  
  Suggested by:	alc
  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 Jan  7 21:08:22 2010	(r201759)
+++ head/lib/libc/sys/sendfile.2	Thu Jan  7 21:14:46 2010	(r201760)
@@ -124,7 +124,7 @@ and
 The flag does not make the
 .Fn sendfile
 syscall truly non-blocking, since other resources are still allocated
-in blocking fashion.
+in a blocking fashion.
 .It
 .Dv SF_SYNC .
 .Nm


More information about the svn-src-all mailing list