tweak previous;
authorjmc <jmc@openbsd.org>
Sat, 13 Jan 2018 17:13:12 +0000 (17:13 +0000)
committerjmc <jmc@openbsd.org>
Sat, 13 Jan 2018 17:13:12 +0000 (17:13 +0000)
lib/libc/sys/kqueue.2

index 41fbc23..81cdb6f 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $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.
@@ -452,13 +452,14 @@ This filter automatically sets the
 .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,