diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2020-06-22 13:42:07 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2020-06-22 13:42:07 +0000 |
commit | e86d82447559bb0327ac251ace9e38495ee399b0 (patch) | |
tree | ec339ba78c2c2739f602c6c12c4932f8292643e3 | |
parent | a69588b7cc67a5488d3233f96d14e2abc571868b (diff) |
spelling fix;
-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 |