Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 May 2016 15:58:36 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r298984 - head/lib/libc/sys
Message-ID:  <201605031558.u43FwaAo090591@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605031558.u43FwaAo090591>