diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-12-17 12:03:06 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-12-17 12:03:06 +0000 |
commit | f9f8a7dc788ebd35fb8515f8c80506869670cf56 (patch) | |
tree | 8bc3913f74c389b7c2e854cdf89870b1edec3266 /lib | |
parent | 4ab6dc16e7e5c4b75ab6ad7cd8628af319c2f073 (diff) |
- new sentence, new line
- kill whitespace at EOL
- remove unnecessary .Pp
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/kqueue.2 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/lib/libc/sys/kqueue.2 b/lib/libc/sys/kqueue.2 index 3c34b096f7f..bf33125f98b 100644 --- a/lib/libc/sys/kqueue.2 +++ b/lib/libc/sys/kqueue.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: kqueue.2,v 1.12 2003/12/17 02:43:58 tedu Exp $ +.\" $OpenBSD: kqueue.2,v 1.13 2003/12/17 12:03:05 jmc Exp $ .\" .\" Copyright (c) 2000 Jonathan Lemon .\" All rights reserved. @@ -213,7 +213,6 @@ Takes a descriptor as the identifier, and returns whenever there is data available to read. The behavior of the filter is slightly different depending on the descriptor type. -.Pp .Bl -tag -width 2n .It Sockets Sockets which have previously been passed to @@ -250,16 +249,17 @@ while there is still data pending in the socket buffer. Returns when the file pointer is not at the end of file. .Va data contains the offset from current position to end of file, -and may be negative. If +and may be negative. +If .Dv NOTE_EOF -is set in +is set in .Va fflags , .Fn kevent -will also return when the file pointer is at the end of file. The end -of file condition is indicated by the presence of +will also return when the file pointer is at the end of file. +The end of file condition is indicated by the presence of .Dv NOTE_EOF -in -.Va fflags +in +.Va fflags on return. .It "Fifos, Pipes" Returns when there is data to read; |