diff options
author | 2004-09-23 03:32:16 +0000 | |
---|---|---|
committer | 2004-09-23 03:32:16 +0000 | |
commit | 7f7b60f216a8947cd3375daba5811cc941ad63a1 (patch) | |
tree | 1912ddca5d36e486997c18212051a07a6f50ece8 /lib/libc/sys | |
parent | - remove EVFILT_WRITE in bpfkqfilter() switch case, handled (diff) | |
download | wireguard-openbsd-7f7b60f216a8947cd3375daba5811cc941ad63a1.tar.xz wireguard-openbsd-7f7b60f216a8947cd3375daba5811cc941ad63a1.zip |
mention support for BPF.
From: FreeBSD
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 92947e29e41..deec088e1a7 100644 --- a/lib/libc/sys/kqueue.2 +++ b/lib/libc/sys/kqueue.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: kqueue.2,v 1.17 2004/09/06 05:26:34 brad Exp $ +.\" $OpenBSD: kqueue.2,v 1.18 2004/09/23 03:32:16 brad Exp $ .\" .\" Copyright (c) 2000 Jonathan Lemon .\" All rights reserved. @@ -242,7 +242,7 @@ and specifying the new low water mark in .Va data . On return, .Va data -contains the number of bytes in the socket buffer. +contains the number of bytes of protocol data available to read. .Pp If the read direction of the socket has shutdown, then the filter also sets |