diff options
author | Dima Dorfman <dd@FreeBSD.org> | 2001-06-24 01:34:38 +0000 |
---|---|---|
committer | Dima Dorfman <dd@FreeBSD.org> | 2001-06-24 01:34:38 +0000 |
commit | a910f192bb551fc462329acfa229776a715157ec (patch) | |
tree | 4cde8a6006483cd3dd5ab1f0ba953d0007bb8bb8 /lib/libc/sys/kqueue.2 | |
parent | bdd87f4f447a921426ecfedeee8abbb6e2ff1f34 (diff) |
Remove duplicate words.
Notes
Notes:
svn path=/head/; revision=78686
Diffstat (limited to 'lib/libc/sys/kqueue.2')
-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 22f533c7d2f1..d282a35a23c1 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 |