diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2017-06-16 23:17:31 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2017-06-16 23:17:31 +0000 |
| commit | 17c847c1ffcccf3276966e9ca1f984a279f373ba (patch) | |
| tree | 2aeb4f60eec02d1b65b1f5001ba342624c95d8ce | |
| parent | 74812c2ba4f088f4ab9ca903d8bfa56322101e3b (diff) | |
Notes
| -rw-r--r-- | lib/libc/sys/kqueue.2 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/sys/kqueue.2 b/lib/libc/sys/kqueue.2 index a8825daf3d96..2ad0b5bcb270 100644 --- a/lib/libc/sys/kqueue.2 +++ b/lib/libc/sys/kqueue.2 @@ -545,7 +545,8 @@ is in nanoseconds. .Pp If .Va fflags -is not set, the default is milliseconds. On return, +is not set, the default is milliseconds. +On return, .Va fflags contains the events which triggered the filter. .It Dv EVFILT_USER |
