svn commit: r318071 - stable/10/lib/libc/sys

Bryan Drewery bdrewery at FreeBSD.org
Tue May 9 18:15:31 UTC 2017


Author: bdrewery
Date: Tue May  9 18:15:29 2017
New Revision: 318071
URL: https://svnweb.freebsd.org/changeset/base/318071

Log:
  MFC r306771:
  
    Improve grammar.

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

Modified: stable/10/lib/libc/sys/kqueue.2
==============================================================================
--- stable/10/lib/libc/sys/kqueue.2	Tue May  9 18:14:45 2017	(r318070)
+++ stable/10/lib/libc/sys/kqueue.2	Tue May  9 18:15:29 2017	(r318071)
@@ -367,7 +367,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