OSDN Git Service

LDP: Update drafts (based on PO updates)
[linuxjm/jm.git] / manual / LDP_man-pages / draft / man3 / usleep.3
index 0d04bc5..3081716 100644 (file)
@@ -1,5 +1,6 @@
 .\" Copyright 1993 David Metcalfe (david@prism.demon.co.uk)
 .\"
+.\" %%%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.
@@ -19,6 +20,7 @@
 .\"
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
+.\" %%%LICENSE_END
 .\"
 .\" References consulted:
 .\"     Linux libc source code
@@ -33,7 +35,7 @@
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH USLEEP 3 2010\-12\-03 "" "Linux Programmer's Manual"
+.TH USLEEP 3 2013\-04\-19 "" "Linux Programmer's Manual"
 .SH 名前
 usleep \- マイクロ秒単位で実行を延期する
 .SH 書式
@@ -68,7 +70,8 @@ glibc 2.12 より前: _BSD_SOURCE || _XOPEN_SOURCE\ >=\ 500 || _XOPEN_SOURCE\ &&
 \fBusleep\fP()  関数は (少なくとも) \fIusec\fPマイクロ秒の間、 呼び出し元スレッドの実行を延期する。
 システムの動作状況や呼び出しによる時間の消費やシステムタイマの粒度によって、 停止時間は設定した値よりも少し延ばされるかもしれない。
 .SH 返り値
-成功すると 0、エラーの場合 \-1 を返す。
+The \fBusleep\fP()  function returns 0 on success.  On error, \-1 is returned,
+with \fIerrno\fP set to indicate the cause of the error.
 .SH エラー
 .TP 
 \fBEINTR\fP
@@ -105,3 +108,7 @@ glibc 2.12 より前: _BSD_SOURCE || _XOPEN_SOURCE\ >=\ 500 || _XOPEN_SOURCE\ &&
 .SH 関連項目
 \fBalarm\fP(2), \fBgetitimer\fP(2), \fBnanosleep\fP(2), \fBselect\fP(2),
 \fBsetitimer\fP(2), \fBsleep\fP(3), \fBualarm\fP(3), \fBtime\fP(7)
+.SH この文書について
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.52 の一部
+である。プロジェクトの説明とバグ報告に関する情報は
+http://www.kernel.org/doc/man\-pages/ に書かれている。