diff options
Diffstat (limited to 'man3/setjmp.3')
-rw-r--r-- | man3/setjmp.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/setjmp.3 b/man3/setjmp.3 index f66c31f2..b81cc2e4 100644 --- a/man3/setjmp.3 +++ b/man3/setjmp.3 @@ -63,7 +63,7 @@ returns. .BR sigsetjmp () is similar to .BR setjmp (). -If, and only if, \fIsavesigs\fP is non-zero, +If, and only if, \fIsavesigs\fP is nonzero, the process's current signal mask is saved in \fIenv\fP and will be restored if a .BR siglongjmp (3) @@ -73,7 +73,7 @@ is later performed with this \fIenv\fP. and .BR sigsetjmp () return 0 if returning directly, and -non-zero when returning from +nonzero when returning from .BR longjmp (3) or .BR siglongjmp (3) |