about summary refs log tree commit diff
path: root/manual/llio.texi
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-02-15 09:25:37 +0000
committerUlrich Drepper <drepper@redhat.com>1999-02-15 09:25:37 +0000
commitd07e37e2df789c2b1a707ff6fae3e7814bee60ab (patch)
tree306f65d250977903c8c46d06ec849c6096cfad46 /manual/llio.texi
parenta199ee5dcb74594227b99776ae70431e329a8836 (diff)
downloadglibc-d07e37e2df789c2b1a707ff6fae3e7814bee60ab.tar.gz
glibc-d07e37e2df789c2b1a707ff6fae3e7814bee60ab.tar.xz
glibc-d07e37e2df789c2b1a707ff6fae3e7814bee60ab.zip
Update.
1999-02-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

	* manual/llio.texi (Waiting for I/O): Correct meaning.  Patch by
	Jochen Voss <voss@mathematik.uni-kl.de> [PR libc/969].

	* manual/setjmp.texi (Non-Local Exits and Signals): Fix
	typo.  Patch by Jochen Voss <voss@mathematik.uni-kl.de> [PR libc/970].
Diffstat (limited to 'manual/llio.texi')
-rw-r--r--manual/llio.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/llio.texi b/manual/llio.texi
index eb78153af5..b7dbdefeb7 100644
--- a/manual/llio.texi
+++ b/manual/llio.texi
@@ -1559,7 +1559,7 @@ descriptors are checked to see if they are ready for writing; and the
 conditions.  You can pass a null pointer for any of these arguments if
 you are not interested in checking for that kind of condition.
 
-A file descriptor is considered ready for reading if it is at end of
+A file descriptor is considered ready for reading if it is not at end of
 file.  A server socket is considered ready for reading if there is a
 pending connection which can be accepted with @code{accept};
 @pxref{Accepting Connections}.  A client socket is ready for writing when