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. _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"