OSDN Git Service

Update README
[linuxjm/LDP_man-pages.git] / original / man2 / clock_nanosleep.2
index e2e64d8..e24c7ee 100644 (file)
@@ -23,7 +23,7 @@
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" %%%LICENSE_END
 .\"
-.TH CLOCK_NANOSLEEP 2 2013-07-30 "Linux" "Linux Programmer's Manual"
+.TH CLOCK_NANOSLEEP 2 2014-12-31 "Linux" "Linux Programmer's Manual"
 .SH NAME
 clock_nanosleep \- high-resolution sleep with specifiable clock
 .SH SYNOPSIS
@@ -96,6 +96,12 @@ by all threads in the process.
 See
 .BR clock_getres (2)
 for further details on these clocks.
+In addition, the CPU clock IDs returned by
+.BR clock_getcpuclockid (3)
+and
+.BR pthread_getcpuclockid (3)
+can also be passed in
+.IR clock_id .
 
 If
 .I flags
@@ -253,7 +259,7 @@ shall have no effect on a thread that is blocked on a relative
 .BR usleep (3),
 .BR time (7)
 .SH COLOPHON
-This page is part of release 3.75 of the Linux
+This page is part of release 3.79 of the Linux
 .I man-pages
 project.
 A description of the project,