diff options
author | dd <dd@FreeBSD.org> | 2001-06-24 01:34:38 +0000 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2001-06-24 01:34:38 +0000 |
commit | 04d1b1c8dd05e02be9bf1f04594d145acee47b4d (patch) | |
tree | 4cde8a6006483cd3dd5ab1f0ba953d0007bb8bb8 /lib/libc/sys | |
parent | 6e42c65278420d8e6e002d2e9f622153e26103a4 (diff) | |
download | FreeBSD-src-04d1b1c8dd05e02be9bf1f04594d145acee47b4d.zip FreeBSD-src-04d1b1c8dd05e02be9bf1f04594d145acee47b4d.tar.gz |
Remove duplicate words.
Diffstat (limited to 'lib/libc/sys')
-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 22f533c..d282a35 100644 --- a/lib/libc/sys/kqueue.2 +++ b/lib/libc/sys/kqueue.2 @@ -282,7 +282,7 @@ The filter returns under the same conditions as aio_error. .Pp Alternatively, a kevent structure may be initialized, with .Va ident -containing the descriptor of the the kqueue, and the +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 |