X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=original%2Fman3%2Fpthread_getcpuclockid.3;h=6258436fc66f1ae0b4a603239c0af44d1289f585;hb=361fd72f831aabd8a0aa6fe7bc4ef66ef4f89a1b;hp=76552ae437968a4c39a4d902e7038ab210914372;hpb=781fb70b02c5d368a8ccd67d3c074c7aa8eb0c1a;p=linuxjm%2FLDP_man-pages.git diff --git a/original/man3/pthread_getcpuclockid.3 b/original/man3/pthread_getcpuclockid.3 index 76552ae4..6258436f 100644 --- a/original/man3/pthread_getcpuclockid.3 +++ b/original/man3/pthread_getcpuclockid.3 @@ -1,6 +1,7 @@ .\" Copyright (c) 2009 Linux Foundation, written by Michael Kerrisk .\" .\" +.\" %%%LICENSE_START(VERBATIM) .\" Permission is granted to make and distribute verbatim copies of this .\" manual provided the copyright notice and this permission notice are .\" preserved on all copies. @@ -20,6 +21,7 @@ .\" .\" Formatted or processed versions of this manual, if unaccompanied by .\" the source, must acknowledge the copyright and authors of this work. +.\" %%%LICENSE_END .\" .TH PTHREAD_GETCPUCLOCKID 3 2009-02-08 "Linux" "Linux Programmer's Manual" .SH NAME @@ -79,6 +81,7 @@ The program below creates a thread and then uses to retrieve the total process CPU time, and the per-thread CPU time consumed by the two threads. The following shell session shows an example run: + .in +4n .nf $ \fB./a.out\fP @@ -172,3 +175,11 @@ main(int argc, char *argv[]) .BR pthread_self (3), .BR pthreads (7), .BR time (7) +.SH COLOPHON +This page is part of release 3.65 of the Linux +.I man-pages +project. +A description of the project, +and information about reporting bugs, +can be found at +\%http://www.kernel.org/doc/man\-pages/.