diff options
author | rwatson <rwatson@FreeBSD.org> | 2002-10-29 20:53:46 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2002-10-29 20:53:46 +0000 |
commit | 33b9bd2d6c48f39635d69912bfe418db5e23b394 (patch) | |
tree | 8efe599db228f7ce891f25e8359935f63d703c5a /lib | |
parent | 82864018629377956a14b2d8094501518f233c80 (diff) | |
download | FreeBSD-src-33b9bd2d6c48f39635d69912bfe418db5e23b394.zip FreeBSD-src-33b9bd2d6c48f39635d69912bfe418db5e23b394.tar.gz |
While an interface can be depreciated, we prefer deprecated.
Submitted by: Wayne Morrison <tewok@tislabs.com>
Diffstat (limited to 'lib')
-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 f878787..e7cde20 100644 --- a/lib/libc/sys/kqueue.2 +++ b/lib/libc/sys/kqueue.2 @@ -286,7 +286,7 @@ containing the descriptor of the kqueue, and the address of the kevent structure placed in the .Va aio_lio_opcode field of the AIO request. However, this approach will not work on -architectures with 64-bit pointers, and should be considered depreciated. +architectures with 64-bit pointers, and should be considered deprecated. .It EVFILT_VNODE Takes a file descriptor as the identifier and the events to watch for in .Va fflags , |