OSDN Git Service

LDP: Update draft and release (from the previous commit)
[linuxjm/jm.git] / manual / LDP_man-pages / release / man3 / difftime.3
index 693c643..b4eca6a 100644 (file)
@@ -39,7 +39,7 @@
 .\" Updated & Modified Sat Mar 23 23:57:43 JST 2002
 .\"          by Yuichi SATO <ysato@h4.dion.ne.jp>
 .\"
-.TH DIFFTIME 3 2012\-12\-22 GNU "Linux Programmer's Manual"
+.TH DIFFTIME 3 2013\-10\-28 GNU "Linux Programmer's Manual"
 .SH 名前
 difftime \- 時刻の間隔の計算
 .SH 書式
@@ -52,6 +52,9 @@ difftime \- 時刻の間隔の計算
 関数 \fBdifftime\fP()  は時刻 \fItime0\fP から 時刻 \fItime1\fP までの経過時間を \fIdouble\fP
 型で返す。各々の時刻はカレンダー時間で指定する。 つまり、紀元 (Epoch; 1970\-01\-01 00:00:00 +0000 (UTC)) からの
 経過時間を秒単位で指定する。
+.SH 属性
+.SS "マルチスレッディング (pthreads(7) 参照)"
+The \fBdifftime\fP()  function is thread\-safe.
 .SH 準拠
 SVr4, 4.3BSD, C89, C99.
 .SH 注意
@@ -68,6 +71,6 @@ POSIX システムでは \fItime_t\fP は数値型なので、引き算の際に
 \fBdate\fP(1), \fBgettimeofday\fP(2), \fBtime\fP(2), \fBctime\fP(3), \fBgmtime\fP(3),
 \fBlocaltime\fP(3)
 .SH この文書について
-この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.54 の一部
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.63 の一部
 である。プロジェクトの説明とバグ報告に関する情報は
 http://www.kernel.org/doc/man\-pages/ に書かれている。