OSDN Git Service

Update releases for LDP 3.68
[linuxjm/LDP_man-pages.git] / release / man3 / getdate.3
index 28a5d3f..e67277c 100644 (file)
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH GETDATE 3 2013\-06\-21 "" "Linux Programmer's Manual"
+.\"
+.\" Japanese Version Copyright (c) 2002 NAKANO Takeo
+.\" and Copyright (c) 2008, Akihiro MOTOKI all rights reserved.
+.\"
+.TH GETDATE 3 2014\-01\-17 "" "Linux Programmer's Manual"
 .SH 名前
 getdate, getdate_r \- 日付と時刻の文字列を要素別の時刻に変換する
 .SH 書式
@@ -134,11 +138,11 @@ time) に変換する。 要素別の時刻は \fItm\fP 構造体に格納され
 .TP 
 \fBTZ\fP, \fBLC_TIME\fP
 \fBstrptime\fP(3)  が用いる変数。
-.SH ATTRIBUTES
-.SS "Multithreading (see pthreads(7))"
-The \fBgetdate\fP()  function is not thread\-safe.
+.SH 属性
+.SS "マルチスレッディング (pthreads(7) 参照)"
+\fBgetdate\fP() 関数はスレッドセーフではない。
 .LP
-The \fBgetdate_r\fP()  function is thread\-safe.
+\fBgetdate_r\fP() 関数はスレッドセーフである。
 .SH 準拠
 POSIX.1\-2001.
 .SH 注意
@@ -152,7 +156,7 @@ POSIX.1\-2001 仕様では、 \fBstrptime\fP(3)  については \fB%E\fP や \f
 .in +4n
 .nf
 $\fB TFILE=$PWD/tfile\fP
-$\fB echo \(aq%A\(aq > $TFILE \fP      # Full weekday name
+$\fB echo \(aq%A\(aq > $TFILE \fP      # Full name of the day of the week
 $\fB echo \(aq%T\(aq >> $TFILE\fP      # ISO date (YYYY\-MM\-DD)
 $\fB echo \(aq%F\(aq >> $TFILE\fP      # Time (HH:MM:SS)
 $\fB date\fP
@@ -232,6 +236,6 @@ main(int argc, char *argv[])
 .SH 関連項目
 \fBtime\fP(2), \fBlocaltime\fP(3), \fBsetlocale\fP(3), \fBstrftime\fP(3), \fBstrptime\fP(3)
 .SH この文書について
-この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.52 の一部
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.68 の一部
 である。プロジェクトの説明とバグ報告に関する情報は
 http://www.kernel.org/doc/man\-pages/ に書かれている。