OSDN Git Service

(split) LDP: Update original to LDP v3.63
[linuxjm/LDP_man-pages.git] / original / man3 / pthread_cancel.3
index 12298c6..6317ede 100644 (file)
@@ -73,7 +73,7 @@ Deferred cancelability means that cancellation will be delayed until
 the thread next calls a function that is a
 .IR "cancellation point" .
 A list of functions that are or may be cancellation points is provided in
-.IR pthreads (7).
+.BR pthreads (7).
 
 When a cancellation requested is acted on, the following steps occur for
 .IR thread