OSDN Git Service

LDP: Update POT and ja.po to LDP v3.79
[linuxjm/LDP_man-pages.git] / po4a / aio / po / aio.pot
index a7e84a5..dd3c499 100644 (file)
@@ -7,13 +7,13 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2013-09-28 04:06+0900\n"
+"POT-Creation-Date: 2015-02-04 23:32+0900\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
 "Language: \n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
 #. type: TH
@@ -25,7 +25,7 @@ msgstr ""
 #. type: TH
 #: build/C/man7/aio.7:26
 #, no-wrap
-msgid "2012-08-05"
+msgid "2014-04-06"
 msgstr ""
 
 #. type: TH
@@ -868,8 +868,8 @@ msgstr ""
 #, no-wrap
 msgid ""
 "        s = aio_return(ioList[j].aiocbp);\n"
-"        printf(\"    for request %d (descriptor %d): %ld\\en\",\n"
-"                j, ioList[j].aiocbp-E<gt>aio_fildes, (long) s);\n"
+"        printf(\"    for request %d (descriptor %d): %zd\\en\",\n"
+"                j, ioList[j].aiocbp-E<gt>aio_fildes, s);\n"
 "    }\n"
 msgstr ""
 
@@ -910,11 +910,12 @@ msgid "COLOPHON"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/aio.7:472 build/C/man3/aio_cancel.3:135 build/C/man3/aio_error.3:108 build/C/man3/aio_fsync.3:122 build/C/man3/aio_init.3:108 build/C/man3/aio_read.3:165 build/C/man3/aio_return.3:103 build/C/man3/aio_suspend.3:146 build/C/man3/aio_write.3:167 build/C/man2/io_cancel.2:109 build/C/man2/io_destroy.2:98 build/C/man2/io_getevents.2:117 build/C/man2/io_setup.2:111 build/C/man2/io_submit.2:113 build/C/man3/lio_listio.3:234
+#: build/C/man7/aio.7:473 build/C/man3/aio_cancel.3:136 build/C/man3/aio_error.3:109 build/C/man3/aio_fsync.3:123 build/C/man3/aio_init.3:109 build/C/man3/aio_read.3:166 build/C/man3/aio_return.3:104 build/C/man3/aio_suspend.3:147 build/C/man3/aio_write.3:168 build/C/man2/io_cancel.2:110 build/C/man2/io_destroy.2:99 build/C/man2/io_getevents.2:118 build/C/man2/io_setup.2:112 build/C/man2/io_submit.2:114 build/C/man3/lio_listio.3:235
 msgid ""
-"This page is part of release 3.54 of the Linux I<man-pages> project.  A "
-"description of the project, and information about reporting bugs, can be "
-"found at \\%http://www.kernel.org/doc/man-pages/."
+"This page is part of release 3.79 of the Linux I<man-pages> project.  A "
+"description of the project, information about reporting bugs, and the latest "
+"version of this page, can be found at "
+"\\%http://www.kernel.org/doc/man-pages/."
 msgstr ""
 
 #. type: TH
@@ -1253,7 +1254,7 @@ msgstr ""
 #: build/C/man3/aio_fsync.3:79
 msgid ""
 "On success (the sync request was successfully queued)  this function returns "
-"0.  On error -1 is returned, and I<errno> is set appropriately."
+"0.  On error, -1 is returned, and I<errno> is set appropriately."
 msgstr ""
 
 #. type: TP
@@ -1389,7 +1390,7 @@ msgstr ""
 msgid "I<aio_num>"
 msgstr ""
 
-#.  FIXME But, if aio_num > 32, the behavior looks strange. See
+#.  FIXME But, if aio_num > 32, the behavior looks strange. See
 #.  http://sourceware.org/bugzilla/show_bug.cgi?id=12083
 #. type: Plain text
 #: build/C/man3/aio_init.3:87
@@ -1506,7 +1507,7 @@ msgstr ""
 #. type: Plain text
 #: build/C/man3/aio_read.3:103 build/C/man3/aio_write.3:110
 msgid ""
-"On success, 0 is returned.  On error the request is not enqueued, -1 is "
+"On success, 0 is returned.  On error, the request is not enqueued, -1 is "
 "returned, and I<errno> is set appropriately.  If an error is detected only "
 "later, it will be reported via B<aio_return>(3)  (returns status -1) and "
 "B<aio_error>(3)  (error status\\(emwhatever one would have gotten in "
@@ -2181,7 +2182,7 @@ msgstr ""
 #. type: Plain text
 #: build/C/man2/io_getevents.2:100
 msgid ""
-"An invalid I<ctx_id> may cause a segmentation fault instead of genenerating "
+"An invalid I<ctx_id> may cause a segmentation fault instead of generating "
 "the error B<EINVAL>."
 msgstr ""
 
@@ -2462,7 +2463,7 @@ msgid ""
 "The I<aiocb_list> argument is an array of pointers to I<aiocb> structures "
 "that describe I/O operations.  These operations are executed in an "
 "unspecified order.  The I<nitems> argument specifies the size of the array "
-"I<aiocb_list>.  NULL pointers in I<aiocb_list> are ignored."
+"I<aiocb_list>.  null pointers in I<aiocb_list> are ignored."
 msgstr ""
 
 #. type: Plain text