summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys
diff options
context:
space:
mode:
authorbrad <brad@openbsd.org>2004-08-02 17:42:06 +0000
committerbrad <brad@openbsd.org>2004-08-02 17:42:06 +0000
commit7100094c3f1896d65f3db87b4a7011284d28799b (patch)
tree23598e3168ad3a9b7127e518c004393a85da3d11 /lib/libc/sys
parentGet a step closer to reality (diff)
downloadwireguard-openbsd-7100094c3f1896d65f3db87b4a7011284d28799b.tar.xz
wireguard-openbsd-7100094c3f1896d65f3db87b4a7011284d28799b.zip
s/kqueue/kevent/ in correct place.
From FreeBSD
Diffstat (limited to 'lib/libc/sys')
-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.