From 77475e0bf4d0b9abec9a8dde7f73b760d97b4059 Mon Sep 17 00:00:00 2001 From: jdolecek Date: Tue, 24 Sep 2002 10:29:29 +0000 Subject: [PATCH] 'data' contains amount of space remaining in the write buffer also for ttys --- lib/libc/sys/kqueue.2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libc/sys/kqueue.2 b/lib/libc/sys/kqueue.2 index 8d667ea3ef5c..e2bd4ee80a47 100644 --- a/lib/libc/sys/kqueue.2 +++ b/lib/libc/sys/kqueue.2 @@ -1,4 +1,4 @@ -.\" $NetBSD: kqueue.2,v 1.3 2002/09/22 13:11:47 jdolecek Exp $ +.\" $NetBSD: kqueue.2,v 1.4 2002/09/24 10:29:29 jdolecek Exp $ .\" .\" Copyright (c) 2000 Jonathan Lemon .\" All rights reserved. @@ -311,7 +311,7 @@ returning. .It EVFILT_WRITE Takes a descriptor as the identifier, and returns whenever it is possible to write to the descriptor. For sockets, pipes -and fifos, +fifos and ttys, .Va data will contain the amount of space remaining in the write buffer. The filter will set EV_EOF when the reader disconnects, and for