summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2004-08-02 17:42:07 +0000
committerBrad Smith <brad@cvs.openbsd.org>2004-08-02 17:42:07 +0000
commit4e8533b1b0f4b5307279d795c9bdee0fb018f20d (patch)
tree8b1c32ce83434ff5782cd93bc44d5ddf6532c24b
parentd3ab8d966c8daf959bb22be920aec3d166da0362 (diff)
s/kqueue/kevent/ in correct place.
From FreeBSD
-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 2fe19c5b44a..fcdcce842ef 100644
--- a/lib/libc/sys/kqueue.2
+++ b/lib/libc/sys/kqueue.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: kqueue.2,v 1.14 2004/07/22 21:31:21 jmc Exp $
+.\" $OpenBSD: kqueue.2,v 1.15 2004/08/02 17:42:06 brad Exp $
.\"
.\" Copyright (c) 2000 Jonathan Lemon
.\" All rights reserved.
@@ -401,7 +401,7 @@ even if the signal has been marked as
Event notification happens after normal signal delivery processing.
.Va data
returns the number of times the signal has occurred since the last call to
-.Fn kqueue .
+.Fn kevent .
This filter automatically sets the
.Dv EV_CLEAR
flag internally.