diff options
Diffstat (limited to 'lib/libc/gen/setjmp.3')
-rw-r--r-- | lib/libc/gen/setjmp.3 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libc/gen/setjmp.3 b/lib/libc/gen/setjmp.3 index 47cdfa5..3b5d89e 100644 --- a/lib/libc/gen/setjmp.3 +++ b/lib/libc/gen/setjmp.3 @@ -44,7 +44,8 @@ .Nm setjmp , .Nm longjmp , .Nm _setjmp , -.Nm _longjmp longjmperror +.Nm _longjmp , +.Nm longjmperror .Nd non-local jumps .Sh SYNOPSIS .Fd #include <setjmp.h> @@ -125,7 +126,7 @@ pairs save and restore the signal mask while .Fn _setjmp Ns / Ns Fn _longjmp pairs save and restore only the register set and the stack. (See -.Fn sigmask 2 . ) +.Fn sigprocmask 2 . ) .Pp The .Fn sigsetjmp Ns / Ns Fn siglongjmp @@ -144,7 +145,7 @@ routine calls the routine If .Fn longjmperror returns the program is aborted (see -.Xr abort 2 ) . +.Xr abort 3 ) . The default version of .Fn longjmperror prints the message |