OSDN Git Service

(split) LDP: Update draft pages (with po4a --force)
[linuxjm/LDP_man-pages.git] / draft / man3 / strptime.3
index 194492e..742f252 100644 (file)
@@ -1,5 +1,6 @@
 .\" Copyright 1993 Mitchum DSouza <m.dsouza@mrc-apu.cam.ac.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
 .\"
 .\" Modified, jmv@lucifer.dorms.spbu.ru, 1999-11-08
 .\" Modified, aeb, 2000-04-07
@@ -233,8 +235,9 @@ libc 5.4.13 より前では、空白 (と \(aqn\(aq または \(aqt\(aq 指定)
 \(aqy\(aq (1 世紀中の年) の指定は、libc4 と libc5 では 20 世紀の年として解釈される。 glibc 2.0 では
 1950\-2049 の範囲として解釈される。 glibc 2.1 からは 1969\-2068 の範囲として解釈される。
 .SS "glibc での注意"
-対象性のために、glibc では \fBstrptime\fP()  に \fBstrftime\fP(3)  と同じフォーマット文字をサポートさせようとしている。
-多くの場合、対応するフィールドが解釈されるが、 \fItm\fP フィールドは変更されない。 使用可能なフォーマット文字を以下に示す。
+一貫性を持たせるため、glibc では \fBstrptime\fP() に \fBstrftime\fP(3)
+と同じフォーマット文字をサポートさせようとしている。多くの場合、対応するフィールドが解釈されるが、 \fItm\fP
+フィールドは変更されない。使用可能なフォーマット文字を以下に示す。
 .TP 
 \fB%F\fP
 \fB%Y\-%m\-%d\fP と同じ。ISO 8601 の日付形式。
@@ -293,6 +296,6 @@ main(void)
 .SH 関連項目
 \fBtime\fP(2), \fBgetdate\fP(3), \fBscanf\fP(3), \fBsetlocale\fP(3), \fBstrftime\fP(3)
 .SH この文書について
-この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.41 の一部
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.50 の一部
 である。プロジェクトの説明とバグ報告に関する情報は
 http://www.kernel.org/doc/man\-pages/ に書かれている。