diff options
author | 2004-07-22 21:31:21 +0000 | |
---|---|---|
committer | 2004-07-22 21:31:21 +0000 | |
commit | 3f55b4654b80a429ac0629a1c0a63a31b3712767 (patch) | |
tree | 1d9ba7047ceea7944cfaa7f45e4d88da216919f4 /lib/libc/sys | |
parent | Make the inline bzero() of the U area much more readable. (diff) | |
download | wireguard-openbsd-3f55b4654b80a429ac0629a1c0a63a31b3712767.tar.xz wireguard-openbsd-3f55b4654b80a429ac0629a1c0a63a31b3712767.zip |
typo;
Diffstat (limited to 'lib/libc/sys')
-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 bf33125f98b..2fe19c5b44a 100644 --- a/lib/libc/sys/kqueue.2 +++ b/lib/libc/sys/kqueue.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: kqueue.2,v 1.13 2003/12/17 12:03:05 jmc Exp $ +.\" $OpenBSD: kqueue.2,v 1.14 2004/07/22 21:31:21 jmc Exp $ .\" .\" Copyright (c) 2000 Jonathan Lemon .\" All rights reserved. @@ -317,7 +317,7 @@ 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. +and should be considered deprecated. .It Dv EVFILT_VNODE Takes a file descriptor as the identifier and the events to watch for in .Va fflags , |