longjmp.3: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Florentin Duneau 2009-04-21 14:44:29 +12:00 committed by Michael Kerrisk
parent 472e8c79c3
commit dbb433dc4f
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ POSIX does not specify whether
.BR longjmp ()
will restore the signal context (see
.BR setjmp (3)
for some more details.
for some more details).
If you want to portably save and restore signal masks, use
.BR sigsetjmp ()
and