OSDN Git Service

(split) LDP: Fix editorical error in nanosleep.2
authorAkihiro MOTOKI <amotoki@gmail.com>
Sun, 3 Mar 2013 16:49:14 +0000 (01:49 +0900)
committerAkihiro MOTOKI <amotoki@gmail.com>
Sun, 3 Mar 2013 16:49:14 +0000 (01:49 +0900)
reported in [JM:00786]

draft/man2/nanosleep.2
po4a/time/po/ja.po
release/man2/nanosleep.2

index af354ea..9aea0e6 100644 (file)
@@ -64,6 +64,7 @@ glibc 向けの機能検査マクロの要件 (\fBfeature_test_macros\fP(7)  参
 .sp
 .in +4n
 .nf
+struct timespec {
     time_t tv_sec;        /* 秒 */
     long   tv_nsec;       /* ナノ秒 */
 };
index 2ce9f54..7d12215 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "POT-Creation-Date: 2012-05-28 07:17+0900\n"
-"PO-Revision-Date: 2012-05-28 22:38+0900\n"
+"PO-Revision-Date: 2013-03-04 01:28+0900\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
 "Language: \n"
@@ -3476,6 +3476,7 @@ msgid ""
 "    long   tv_nsec;       /* nanoseconds */\n"
 "};\n"
 msgstr ""
+"struct timespec {\n"
 "    time_t tv_sec;        /* 秒 */\n"
 "    long   tv_nsec;       /* ナノ秒 */\n"
 "};\n"
index af354ea..9aea0e6 100644 (file)
@@ -64,6 +64,7 @@ glibc 向けの機能検査マクロの要件 (\fBfeature_test_macros\fP(7)  参
 .sp
 .in +4n
 .nf
+struct timespec {
     time_t tv_sec;        /* 秒 */
     long   tv_nsec;       /* ナノ秒 */
 };