X-Git-Url: http://git.osdn.net/view?p=linuxjm%2FLDP_man-pages.git;a=blobdiff_plain;f=po4a%2Fmqueue%2Fpo%2Fmqueue.pot;h=36e9b8e033043e9b8aff68ea1e4db18c559f4f48;hp=c8826eba92af9d320232b4e01228d8e8a2eb716a;hb=961188f743039ee371ef9038ff1effd31b3d05c8;hpb=78d692a91a29bb279b5fc6a6294ff3e418a184c8 diff --git a/po4a/mqueue/po/mqueue.pot b/po4a/mqueue/po/mqueue.pot index c8826eba..36e9b8e0 100644 --- a/po4a/mqueue/po/mqueue.pot +++ b/po4a/mqueue/po/mqueue.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2014-04-13 10:27+0900\n" +"POT-Creation-Date: 2014-04-17 13:14+0900\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -169,7 +169,7 @@ msgstr "" #. type: Plain text #: build/C/man3/mq_close.3:80 build/C/man3/mq_getattr.3:162 build/C/man2/mq_getsetattr.2:66 build/C/man3/mq_notify.3:259 build/C/man3/mq_open.3:245 build/C/man7/mq_overview.7:301 build/C/man3/mq_receive.3:180 build/C/man3/mq_send.3:185 build/C/man3/mq_unlink.3:79 build/C/man2/msgctl.2:381 build/C/man2/msgget.2:245 build/C/man2/msgop.2:570 msgid "" -"This page is part of release 3.63 of the Linux I project. A " +"This page is part of release 3.64 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/." msgstr "" @@ -375,7 +375,7 @@ msgstr "" #. type: TH #: build/C/man3/mq_notify.3:26 #, no-wrap -msgid "2014-01-05" +msgid "2014-04-06" msgstr "" #. type: Plain text @@ -636,7 +636,7 @@ msgstr "" #: build/C/man3/mq_notify.3:217 #, no-wrap msgid "" -" printf(\"Read %ld bytes from MQ\\en\", (long) nr);\n" +" printf(\"Read %zd bytes from MQ\\en\", nr);\n" " free(buf);\n" " exit(EXIT_SUCCESS); /* Terminate the process */\n" "}\n" @@ -2637,14 +2637,14 @@ msgstr "" #. type: Plain text #: build/C/man2/msgop.2:298 msgid "" -"The message queue is removed from the system. In this case the system call " +"The message queue is removed from the system. In this case, the system call " "fails with I set to B." msgstr "" #. type: Plain text #: build/C/man2/msgop.2:309 msgid "" -"The calling process catches a signal. In this case the system call fails " +"The calling process catches a signal. In this case, the system call fails " "with I set to B. (B() is never automatically " "restarted after being interrupted by a signal handler, regardless of the " "setting of the B flag when establishing a signal handler.)"