diff options
-rw-r--r-- | lib/libc/sys/kqueue.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/kqueue.2 b/lib/libc/sys/kqueue.2 index 66c92b166c7..a7ca727fe4e 100644 --- a/lib/libc/sys/kqueue.2 +++ b/lib/libc/sys/kqueue.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: kqueue.2,v 1.41 2020/06/22 13:14:32 mpi Exp $ +.\" $OpenBSD: kqueue.2,v 1.42 2020/06/22 13:42:06 jmc Exp $ .\" .\" Copyright (c) 2000 Jonathan Lemon .\" All rights reserved. @@ -312,7 +312,7 @@ contains the number of bytes available. .El .It Dv EVFILT_EXCEPT Takes a descriptor as the identifier, and returns whenever one of the -specified exceptional conditions has occured on the descriptor. +specified exceptional conditions has occurred on the descriptor. Conditions are specified in .Fa fflags . Currently, a filter can monitor the reception of out-of-band data with |