diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2016-05-03 15:58:35 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2016-05-03 15:58:35 +0000 |
| commit | 6e745eeddd86c57aff79252c5cddd1601abcd84f (patch) | |
| tree | f48fa0d1e714170c63722a16344be4e645ab40a5 | |
| parent | 71733a504f5de7210fd318af218295e46698c4f4 (diff) | |
Notes
| -rw-r--r-- | lib/libc/sys/kqueue.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/kqueue.2 b/lib/libc/sys/kqueue.2 index 548aeb86ceed6..5cdd0c63d34f6 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. |
