X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=po4a%2Faio%2Fpo%2Faio.pot;h=dd3c499459a169660396a86866f45baff5ae5c87;hb=5618418a05886b550745e2bb4d21910858d500eb;hp=a7e84a5f429e47e3907d826d89bae3a4dceecde6;hpb=dd6314338ef10ff00e0c598821af4089599bb4b1;p=linuxjm%2FLDP_man-pages.git diff --git a/po4a/aio/po/aio.pot b/po4a/aio/po/aio.pot index a7e84a5f..dd3c4994 100644 --- a/po4a/aio/po/aio.pot +++ b/po4a/aio/po/aio.pot @@ -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 \n" "Language-Team: LANGUAGE \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-Eaio_fildes, (long) s);\n" +" printf(\" for request %d (descriptor %d): %zd\\en\",\n" +" j, ioList[j].aiocbp-Eaio_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 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 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 is set appropriately." +"0. On error, -1 is returned, and I is set appropriately." msgstr "" #. type: TP @@ -1389,7 +1390,7 @@ msgstr "" msgid "I" 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 is set appropriately. If an error is detected only " "later, it will be reported via B(3) (returns status -1) and " "B(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 may cause a segmentation fault instead of genenerating " +"An invalid I may cause a segmentation fault instead of generating " "the error B." msgstr "" @@ -2462,7 +2463,7 @@ msgid "" "The I argument is an array of pointers to I structures " "that describe I/O operations. These operations are executed in an " "unspecified order. The I argument specifies the size of the array " -"I. NULL pointers in I are ignored." +"I. null pointers in I are ignored." msgstr "" #. type: Plain text