-.\" $OpenBSD: kqueue.2,v 1.36 2018/01/13 12:58:40 robert Exp $
+.\" $OpenBSD: kqueue.2,v 1.37 2018/01/13 17:13:12 jmc Exp $
.\"
.\" Copyright (c) 2000 Jonathan Lemon
.\" All rights reserved.
.Dv EV_CLEAR
flag internally.
.It Dv EVFILT_DEVICE
-Takes a descriptor as the identifier, and the events to watch for in
+Takes a descriptor as the identifier and the events to watch for in
.Va fflags ,
-and returns when one or more of the reuqested events occur on the
-descriptor. The events to monitor are:
+and returns when one or more of the requested events occur on the
+descriptor.
+The events to monitor are:
.Bl -tag -width XXNOTE_CHANGE
.It Dv NOTE_CHANGE
-A device change event has occured, e.g. an HDMI cable has been plugged in to a port.
+A device change event has occurred, e.g. an HDMI cable has been plugged in to a port.
.El
.Pp
On return,