diff options
author | 2004-08-02 17:49:31 +0000 | |
---|---|---|
committer | 2004-08-02 17:49:31 +0000 | |
commit | 865a2f9b1124cdccaa3fb09dafef61bcb3dadefd (patch) | |
tree | 3e4e3930f699def7f39e4957c931e2403173c652 | |
parent | s/kqueue/kevent/ in correct place. (diff) | |
download | wireguard-openbsd-865a2f9b1124cdccaa3fb09dafef61bcb3dadefd.tar.xz wireguard-openbsd-865a2f9b1124cdccaa3fb09dafef61bcb3dadefd.zip |
Fix typo (SIGEV_EVENT -> SIGEV_KEVENT)
From FreeBSD
-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 |