]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Mon, 15 Feb 1999 09:25:37 +0000 (09:25 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 15 Feb 1999 09:25:37 +0000 (09:25 +0000)
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].

ChangeLog
manual/llio.texi
manual/setjmp.texi

index b14ac77be2eeb4e3589eae190cf6d7873ae6d1c2..70eb5a68aacd0a0c3b6f7777879d6d023663caf6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+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].
+
 1999-02-15  Ulrich Drepper  <drepper@cygnus.com>
 
        * string/Versions: Add __strverscmp to GLIBC_2.1.1.
index eb78153af5549492165cca3dc58a1144f6de438f..b7dbdefeb73084ca79b22086b530df6356708976 100644 (file)
@@ -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
index 6e3408c8c1d234f8b6cd60eb34c4fa5378d96480..f6799912eb31e8838eef5078ed764bbe33731675 100644 (file)
@@ -176,7 +176,7 @@ In BSD Unix systems, @code{setjmp} and @code{longjmp} also save and
 restore the set of blocked signals; see @ref{Blocking Signals}.  However,
 the POSIX.1 standard requires @code{setjmp} and @code{longjmp} not to
 change the set of blocked signals, and provides an additional pair of
-functions (@code{sigsetjmp} and @code{sigsetjmp}) to get the BSD
+functions (@code{sigsetjmp} and @code{siglongjmp}) to get the BSD
 behavior.
 
 The behavior of @code{setjmp} and @code{longjmp} in the GNU library is