diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2004-08-02 17:49:32 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2004-08-02 17:49:32 +0000 |
commit | 1fd98a6a45515c773bd7c12a1ad4fd04634dd5ae (patch) | |
tree | 7c113e2224e9160e4f61a0c3d62178299ca59b3c /lib/libc/sys | |
parent | 4e8533b1b0f4b5307279d795c9bdee0fb018f20d (diff) |
Fix typo (SIGEV_EVENT -> SIGEV_KEVENT)
From FreeBSD
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/kqueue.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/kqueue.2 b/lib/libc/sys/kqueue.2 index fcdcce842ef..2f4f21a256b 100644 --- a/lib/libc/sys/kqueue.2 +++ b/lib/libc/sys/kqueue.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: kqueue.2,v 1.15 2004/08/02 17:42:06 brad Exp $ +.\" $OpenBSD: kqueue.2,v 1.16 2004/08/02 17:49:31 brad Exp $ .\" .\" Copyright (c) 2000 Jonathan Lemon .\" All rights reserved. @@ -301,7 +301,7 @@ be attached to, containing the udata value, and .Va sigev_notify set to -.Dv SIGEV_EVENT . +.Dv SIGEV_KEVENT . When the aio_* function is called, the event will be registered with the specified kqueue, and the .Va ident |