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

Bryan Drewery bdrewery at FreeBSD.org
Thu Oct 6 17:35:51 UTC 2016


Author: bdrewery
Date: Thu Oct  6 17:35:50 2016
New Revision: 306771
URL: https://svnweb.freebsd.org/changeset/base/306771

Log:
  Improve grammar.
  
  MFC after:	1 week
  Sponsored by:	Dell EMC Isilon

Modified:
  head/lib/libc/sys/kqueue.2

Modified: head/lib/libc/sys/kqueue.2
==============================================================================
--- head/lib/libc/sys/kqueue.2	Thu Oct  6 17:21:19 2016	(r306770)
+++ head/lib/libc/sys/kqueue.2	Thu Oct  6 17:35:50 2016	(r306771)
@@ -375,7 +375,7 @@ A file descriptor referencing the monito
 The closed file descriptor did not have write access.
 .It Dv NOTE_CLOSE_WRITE
 A file descriptor referencing the monitored file, was closed.
-The closed file descriptor has write access.
+The closed file descriptor had write access.
 .Pp
 This note, as well as
 .Dv NOTE_CLOSE ,


More information about the svn-src-all mailing list