summaryrefslogtreecommitdiff
path: root/manual/setjmp.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/setjmp.texi
parenta199ee5dcb74594227b99776ae70431e329a8836 (diff)
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/setjmp.texi')
-rw-r--r--manual/setjmp.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/setjmp.texi b/manual/setjmp.texi
index 6e3408c8c1..f6799912eb 100644
--- a/manual/setjmp.texi
+++ b/manual/setjmp.texi
@@ -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