OSDN Git Service

(split) LDP: Update original to LDP v3.52.
[linuxjm/LDP_man-pages.git] / original / man2 / nanosleep.2
index d31d8a4..f869277 100644 (file)
@@ -57,7 +57,9 @@ that terminates the process.
 
 If the call is interrupted by a signal handler,
 .BR nanosleep ()
-returns \-1, sets \fIerrno\fP to
+returns \-1, sets
+.I errno
+to
 .BR EINTR ,
 and writes the remaining time into the structure pointed to by
 .I rem
@@ -114,7 +116,9 @@ Problem with copying information from user space.
 The pause has been interrupted by a signal that was
 delivered to the thread.
 The remaining sleep time has been written
-into \fI*rem\fP so that the thread can easily call
+into
+.I *rem
+so that the thread can easily call
 .BR nanosleep ()
 again and continue with the pause.
 .TP
@@ -201,7 +205,8 @@ after the thread is resumed by a
 signal.
 If the system call is subsequently restarted,
 then the time that the thread spent in the stopped state is
-\fInot\fP counted against the sleep interval.
+.I not
+counted against the sleep interval.
 .SH SEE ALSO
 .BR clock_nanosleep (2),
 .BR sched_setscheduler (2),