OSDN Git Service

(split) LDP: Update original to LDP v3.38.
[linuxjm/LDP_man-pages.git] / original / man3 / pthread_cleanup_push_defer_np.3
index ca4cacb..4313268 100644 (file)
@@ -32,6 +32,7 @@ thread cancellation clean-up handlers while saving cancelability type
 .BI "void pthread_cleanup_push_defer_np(void (*" routine ")(void *),"
 .BI "                                   void *" arg );
 .BI "void pthread_cleanup_pop_restore_np(int " execute );
+.fi
 .sp
 Compile and link with \fI\-pthread\fP.
 .SH DESCRIPTION
@@ -52,7 +53,7 @@ and sets the cancelability type to "deferred" (see
 .BR pthread_setcanceltype (3));
 this ensures that cancellation clean-up will occur
 even if the thread's cancelability type was "asynchronous"
-before the the call.
+before the call.
 
 Like
 .BR pthread_cleanup_pop (3),