summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorJonathan Lemon <jlemon@FreeBSD.org>2001-06-11 18:15:31 +0000
committerJonathan Lemon <jlemon@FreeBSD.org>2001-06-11 18:15:31 +0000
commitadd0681213ac9872f434223ecc2793d62c1ca851 (patch)
tree612d49f9e82e8e1ceff485fb4a0c2e26cb1ba2b5 /lib/libc
parent8411c946f54a196ae82a921ba28e94d1e3939083 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/kqueue.22
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/kqueue.2 b/lib/libc/sys/kqueue.2
index b05833d1fdc9..22f533c7d2f1 100644
--- a/lib/libc/sys/kqueue.2
+++ b/lib/libc/sys/kqueue.2
@@ -362,7 +362,7 @@ been marked as SIG_IGN. 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 EV_CLEAR flag internally.
.El
.Sh RETURN VALUES