svn commit: r318070 - stable/11/lib/libc/sys

Bryan Drewery bdrewery at FreeBSD.org
Tue May 9 18:14:46 UTC 2017


Author: bdrewery
Date: Tue May  9 18:14:45 2017
New Revision: 318070
URL: https://svnweb.freebsd.org/changeset/base/318070

Log:
  MFC r306771:
  
    Improve grammar.

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

Modified: stable/11/lib/libc/sys/kqueue.2
==============================================================================
--- stable/11/lib/libc/sys/kqueue.2	Tue May  9 18:13:23 2017	(r318069)
+++ stable/11/lib/libc/sys/kqueue.2	Tue May  9 18:14:45 2017	(r318070)
@@ -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