summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2016-05-03 15:58:35 +0000
committerkib <kib@FreeBSD.org>2016-05-03 15:58:35 +0000
commit2f257d03701d57b78fa0db21f5f4fec63cfa4260 (patch)
treef48fa0d1e714170c63722a16344be4e645ab40a5 /lib
parentc3175c64dafd12e981a01665a9422459847df20a (diff)
downloadFreeBSD-src-2f257d03701d57b78fa0db21f5f4fec63cfa4260.zip
FreeBSD-src-2f257d03701d57b78fa0db21f5f4fec63cfa4260.tar.gz
Correct wording.
Submitted by: David A. Bright MFC after: 2 weeks
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/kqueue.22
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/kqueue.2 b/lib/libc/sys/kqueue.2
index 548aeb8..5cdd0c6 100644
--- a/lib/libc/sys/kqueue.2
+++ b/lib/libc/sys/kqueue.2
@@ -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.
OpenPOWER on IntegriCloud