'data' contains amount of space remaining in the write buffer also

for ttys
This commit is contained in:
jdolecek 2002-09-24 10:29:29 +00:00
parent 578b2b0e36
commit 77475e0bf4
1 changed files with 2 additions and 2 deletions

View File

@ -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