diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2018-01-13 17:13:13 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2018-01-13 17:13:13 +0000 |
commit | 170fc150958ef742bd706d39e05787096de83807 (patch) | |
tree | 727394e64bd5dd96a0e1e46b34b2084dc76d1057 /lib/libc | |
parent | 34ebfcedf12ed24ebb43a16c1169a3561678fc0c (diff) |
tweak previous;
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/kqueue.2 | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/lib/libc/sys/kqueue.2 b/lib/libc/sys/kqueue.2 index 41fbc23db6f..81cdb6f89e3 100644 --- a/lib/libc/sys/kqueue.2 +++ b/lib/libc/sys/kqueue.2 @@ -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, |