OSDN Git Service

(split) DP: release pages (catch up to 3.50).
[linuxjm/LDP_man-pages.git] / release / man3 / pthread_yield.3
index 28b0965..c69350e 100644 (file)
@@ -1,5 +1,6 @@
 .\" Copyright (c) 2009 Michael Kerrisk, <mtk.manpages@gmail.com>
 .\"
+.\" %%%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.
 .\"
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
+.\" %%%LICENSE_END
 .\"
 .\"*******************************************************************
 .\"
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH PTHREAD_YIELD 3 2009\-04\-10 Linux "Linux Programmer's Manual"
+.TH PTHREAD_YIELD 3 2013\-03\-05 Linux "Linux Programmer's Manual"
 .SH 名前
 pthread_yield \- プロセッサを明け渡す (yield)
 .SH 書式
 .nf
+\fB#define _GNU_SOURCE\fP             /* See feature_test_macros(7) */
 \fB#include <pthread.h>\fP
 
 \fBint pthread_yield(void);\fP
@@ -55,8 +58,8 @@ Linux では、この関数の呼び出しは常に成功する
 .SH 注意
 Linux では、この関数は \fBsched_yield\fP(2) を呼び出す形で実装されている。
 .SH 関連項目
-\fBsched_setscheduler\fP(2), \fBsched_yield\fP(2)  \fBpthreads\fP(7)
+\fBsched_setscheduler\fP(2), \fBsched_yield\fP(2), \fBpthreads\fP(7)
 .SH この文書について
-この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.41 の一部
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.50 の一部
 である。プロジェクトの説明とバグ報告に関する情報は
 http://www.kernel.org/doc/man\-pages/ に書かれている。