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

Konstantin Belousov kib at FreeBSD.org
Tue May 3 15:58:37 UTC 2016


Author: kib
Date: Tue May  3 15:58:35 2016
New Revision: 298984
URL: https://svnweb.freebsd.org/changeset/base/298984

Log:
  Correct wording.
  
  Submitted by:	David A. Bright
  MFC after:	2 weeks

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

Modified: head/lib/libc/sys/kqueue.2
==============================================================================
--- head/lib/libc/sys/kqueue.2	Tue May  3 15:27:47 2016	(r298983)
+++ head/lib/libc/sys/kqueue.2	Tue May  3 15:58:35 2016	(r298984)
@@ -372,7 +372,7 @@ The events to monitor are:
 The file referenced by the descriptor had its attributes changed.
 .It Dv NOTE_CLOSE
 A file descriptor referencing the monitored file, was closed.
-The closed file descriptor did not possesed write access.
+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.


More information about the svn-src-all mailing list