OSDN Git Service

(split) LDP: Update original to LDP v3.52.
[linuxjm/LDP_man-pages.git] / original / man3 / longjmp.3
index fcdf489..c85cb15 100644 (file)
@@ -52,14 +52,16 @@ and interrupts encountered in a low-level subroutine of a program.
 .BR longjmp ()
 restores the environment saved by the last call of
 .BR setjmp (3)
-with the corresponding \fIenv\fP argument.
+with the corresponding
+.I env
+argument.
 After
 .BR longjmp ()
 is completed, program execution continues as if the
 corresponding call of
 .BR setjmp (3)
 had just returned the value
-\fIval\fP.
+.IR val .
 .BR longjmp ()
 cannot cause 0 to be returned.
 If
@@ -70,11 +72,16 @@ is invoked with a second argument of 0, 1 will be returned instead.
 is similar to
 .BR longjmp ()
 except for the type of
-its \fIenv\fP argument.
+its
+.I env
+argument.
 If, and only if, the
 .BR sigsetjmp (3)
 call that set this
-\fIenv\fP used a nonzero \fIsavesigs\fP flag,
+.I env
+used a nonzero
+.I savesigs
+flag,
 .BR siglongjmp ()
 also restores the signal mask that was saved by
 .BR sigsetjmp (3).