diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2004-09-23 03:32:17 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2004-09-23 03:32:17 +0000 |
commit | ba02f180a1ca13eaf2c36c86ec52666002661315 (patch) | |
tree | 3c602fcb5defcf352a3f39c5e18c7e0b513fb490 /lib/libc | |
parent | 8b607e16da904d34d0227b0d1760bab458f12a9f (diff) |
mention support for BPF.
From: FreeBSD
Diffstat (limited to 'lib/libc')
-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 |