OSDN Git Service

Update README
[linuxjm/LDP_man-pages.git] / original / man2 / clock_nanosleep.2
index 3f7b0a0..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
@@ -252,3 +258,12 @@ shall have no effect on a thread that is blocked on a relative
 .BR sleep (3),
 .BR usleep (3),
 .BR time (7)
+.SH COLOPHON
+This page is part of release 3.79 of the Linux
+.I man-pages
+project.
+A description of the project,
+information about reporting bugs,
+and the latest version of this page,
+can be found at
+\%http://www.kernel.org/doc/man\-pages/.