OSDN Git Service

(split) LDP: Update draft and release (from the previous commit)
[linuxjm/LDP_man-pages.git] / release / man3 / strftime.3
index aa61ce3..dcc36cc 100644 (file)
 .\" This file was generated with po4a. Translate the source file.
 .\"
 .\"*******************************************************************
-.TH STRFTIME 3 2013\-06\-28 GNU "Linux Programmer's Manual"
+.\"
+.\" Japanese Version Copyright (c) 2000 HANATAKA Shinya
+.\"         all rights reserved.
+.\" Translated 2000-10-10, HANATAKA Shinya <hanataka@abyss.rim.or.jp>
+.\" Updated 2002-01-09, Kentaro Shirakata <argrath@ub32.org>
+.\" Updated 2002-01-14, Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>
+.\" Updated 2005-02-26, Akihiro MOTOKI
+.\" Updated 2005-04-17, Akihiro MOTOKI
+.\" Updated 2005-12-05, Akihiro MOTOKI, LDP v2.16
+.\" Updated 2010-04-18, Akihiro MOTOKI, LDP v3.24
+.\" Updated 2012-05-29, Akihiro MOTOKI <amotoki@gmail.com>
+.\" Updated 2013-03-26, Akihiro MOTOKI <amotoki@gmail.com>
+.\" Updated 2013-07-31, Akihiro MOTOKI <amotoki@gmail.com>
+.\"
+.TH STRFTIME 3 2014\-03\-18 GNU "Linux Programmer's Manual"
 .SH 名前
 strftime \- 日付および時刻の文字列への変換
 .SH 書式
@@ -314,10 +328,8 @@ $\fB ./a.out \(aq%_5m\(aq\fP
 Result string is "   11"
 .fi
 .in
-.PP
-プログラムのソースは以下の通り:
+.SS プログラムのソース
 .nf
-
 #include <time.h>
 #include <stdio.h>
 #include <stdlib.h>
@@ -349,6 +361,6 @@ main(int argc, char *argv[])
 \fBdate\fP(1), \fBtime\fP(2), \fBctime\fP(3), \fBsetlocale\fP(3), \fBsprintf\fP(3),
 \fBstrptime\fP(3)
 .SH この文書について
-この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.53 の一部
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.64 の一部
 である。プロジェクトの説明とバグ報告に関する情報は
 http://www.kernel.org/doc/man\-pages/ に書かれている。