From fbb4aa0597133ffcdcae13052da6521b3d7ea116 Mon Sep 17 00:00:00 2001 From: jmc Date: Sat, 13 Jan 2018 17:13:12 +0000 Subject: [PATCH] tweak previous; --- lib/libc/sys/kqueue.2 | 11 ++++++----- 1 file 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, -- 2.20.1