summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2020-06-22 13:42:06 +0000
committerjmc <jmc@openbsd.org>2020-06-22 13:42:06 +0000
commitbc0ee81f054f4f7d750f13eea3b7e67fa5aac56c (patch)
treec7de2042b697e49aab624334e72f2510eaf5dd3e
parentdon't try to decrement if completion flag is UINT_MAX (diff)
downloadwireguard-openbsd-bc0ee81f054f4f7d750f13eea3b7e67fa5aac56c.tar.xz
wireguard-openbsd-bc0ee81f054f4f7d750f13eea3b7e67fa5aac56c.zip
spelling fix;
-rw-r--r--lib/libc/sys/kqueue.24
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