diff options
author | mp <mp@FreeBSD.org> | 2002-07-02 21:05:08 +0000 |
---|---|---|
committer | mp <mp@FreeBSD.org> | 2002-07-02 21:05:08 +0000 |
commit | 2b2c9827213e1cb7737fb9a581aa46c0fb64fb48 (patch) | |
tree | a81c7dbcde4a517e6602da5355014733edc81a87 /lib/libc | |
parent | e3ef87922507a9f7bd81bf2fb0ad4f74e4af308e (diff) | |
download | FreeBSD-src-2b2c9827213e1cb7737fb9a581aa46c0fb64fb48.zip FreeBSD-src-2b2c9827213e1cb7737fb9a581aa46c0fb64fb48.tar.gz |
Fix typo (SIGEV_EVENT -> SIGEV_KEVENT).
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/kqueue.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/kqueue.2 b/lib/libc/sys/kqueue.2 index 1227215..f878787 100644 --- a/lib/libc/sys/kqueue.2 +++ b/lib/libc/sys/kqueue.2 @@ -271,7 +271,7 @@ be attached to, .Va sigev_value containing the udata value, and .Va sigev_notify -set to SIGEV_EVENT. +set to SIGEV_KEVENT. When the aio_* function is called, the event will be registered with the specified kqueue, and the .Va ident |