OSDN Git Service

(split) LDP: Translation snapshots for LDP 3.63
[linuxjm/LDP_man-pages.git] / po4a / aio / po / ja.po
index 0cde859..02fdbc4 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: man-pages-ja\n"
 "POT-Creation-Date: 2014-04-13 10:26+0900\n"
-"PO-Revision-Date: 2014-04-13 10:31+0900\n"
+"PO-Revision-Date: 2014-04-13 10:47+0900\n"
 "Last-Translator: Akihiro MOTOKI <amotoki@gmail.com>\n"
 "Language-Team: Japanese (http://www.transifex.net/projects/p/man-pages-ja/"
 "language/ja/)\n"
@@ -1651,10 +1651,6 @@ msgstr ""
 
 #. type: Plain text
 #: build/C/man3/aio_fsync.3:79
-#, fuzzy
-#| msgid ""
-#| "On success (the sync request was successfully queued)  this function "
-#| "returns 0.  On error -1 is returned, and I<errno> is set appropriately."
 msgid ""
 "On success (the sync request was successfully queued)  this function returns "
 "0.  On error, -1 is returned, and I<errno> is set appropriately."
@@ -1983,13 +1979,6 @@ msgstr ""
 
 #. type: Plain text
 #: build/C/man3/aio_read.3:103 build/C/man3/aio_write.3:110
-#, fuzzy
-#| msgid ""
-#| "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 "
-#| "I<errno>, such as B<EBADF>)."
 msgid ""
 "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 "
@@ -2830,10 +2819,6 @@ msgstr "バグ"
 
 #. type: Plain text
 #: build/C/man2/io_getevents.2:100
-#, fuzzy
-#| msgid ""
-#| "An invalid I<ctx_id> may cause a segmentation fault instead of "
-#| "genenerating the error B<EINVAL>."
 msgid ""
 "An invalid I<ctx_id> may cause a segmentation fault instead of generating "
 "the error B<EINVAL>."
@@ -3174,12 +3159,6 @@ msgstr ""
 
 #. type: Plain text
 #: build/C/man3/lio_listio.3:77
-#, fuzzy
-#| 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."
 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 "
@@ -3189,7 +3168,7 @@ msgstr ""
 "I<aiocb_list> 引き数は、I/O 操作を指定する I<aiocb> 構造体へのポインタ\n"
 "の配列である。指定された操作の実行順序は規定されていない。\n"
 "I<nitems> 引き数は、配列 I<aiocb_list> の大きさを指定する。\n"
-"I<aiocb_list> 内の NULL ポインタは無視される。"
+"I<aiocb_list> 内の null ポインタは無視される。"
 
 #. type: Plain text
 #: build/C/man3/lio_listio.3:83