From 4e8533b1b0f4b5307279d795c9bdee0fb018f20d Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Mon, 2 Aug 2004 17:42:07 +0000 Subject: s/kqueue/kevent/ in correct place. From FreeBSD --- lib/libc/sys/kqueue.2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libc') 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. -- cgit v1.2.3