OSDN Git Service

LDP: Update POT and ja.po to LDP v3.63
[linuxjm/jm.git] / manual / LDP_man-pages / po4a / search / po / ja.po
index 2a5d879..d60109b 100644 (file)
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2013-09-28 04:05+0900\n"
+"POT-Creation-Date: 2014-04-13 10:27+0900\n"
 "PO-Revision-Date: 2013-09-28 04:29+0900\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -291,8 +291,13 @@ msgstr "この文書について"
 #: build/C/man3/bsearch.3:141 build/C/man3/hsearch.3:355
 #: build/C/man3/insque.3:251 build/C/man3/lsearch.3:96
 #: build/C/man3/qsort.3:167 build/C/man3/tsearch.3:301
+#, fuzzy
+#| 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/."
 msgid ""
-"This page is part of release 3.54 of the Linux I<man-pages> project.  A "
+"This page is part of release 3.63 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/."
 msgstr ""
@@ -307,10 +312,10 @@ msgid "HSEARCH"
 msgstr "HSEARCH"
 
 #. type: TH
-#: build/C/man3/hsearch.3:35
+#: build/C/man3/hsearch.3:35 build/C/man3/tsearch.3:25
 #, no-wrap
-msgid "2013-07-22"
-msgstr "2013-07-22"
+msgid "2014-01-05"
+msgstr ""
 
 #. type: TH
 #: build/C/man3/hsearch.3:35 build/C/man3/lsearch.3:26
@@ -741,9 +746,16 @@ msgstr ""
 
 #. type: Plain text
 #: build/C/man3/hsearch.3:309
-#, no-wrap
-msgid ""
-"char *data[] = { \"alpha\", \"bravo\", \"charlie\", \"delta\",\n"
+#, fuzzy, no-wrap
+#| msgid ""
+#| "char *data[] = { \"alpha\", \"bravo\", \"charlie\", \"delta\",\n"
+#| "     \"echo\", \"foxtrot\", \"golf\", \"hotel\", \"india\", \"juliet\",\n"
+#| "     \"kilo\", \"lima\", \"mike\", \"november\", \"oscar\", \"papa\",\n"
+#| "     \"quebec\", \"romeo\", \"sierra\", \"tango\", \"uniform\",\n"
+#| "     \"victor\", \"whisky\", \"x-ray\", \"yankee\", \"zulu\"\n"
+#| "};\n"
+msgid ""
+"static char *data[] = { \"alpha\", \"bravo\", \"charlie\", \"delta\",\n"
 "     \"echo\", \"foxtrot\", \"golf\", \"hotel\", \"india\", \"juliet\",\n"
 "     \"kilo\", \"lima\", \"mike\", \"november\", \"oscar\", \"papa\",\n"
 "     \"quebec\", \"romeo\", \"sierra\", \"tango\", \"uniform\",\n"
@@ -1580,11 +1592,16 @@ msgstr ""
 
 #. type: Plain text
 #: build/C/man3/qsort.3:147
-#, no-wrap
+#, fuzzy, no-wrap
+#| msgid ""
+#| "    if (argc E<lt> 2) {\n"
+#| "\tfprintf(stderr, \"Usage: %s E<lt>stringE<gt>...\\en\", argv[0]);\n"
+#| "\texit(EXIT_FAILURE);\n"
+#| "    }\n"
 msgid ""
 "    if (argc E<lt> 2) {\n"
-"\tfprintf(stderr, \"Usage: %s E<lt>stringE<gt>...\\en\", argv[0]);\n"
-"\texit(EXIT_FAILURE);\n"
+"        fprintf(stderr, \"Usage: %s E<lt>stringE<gt>...\\en\", argv[0]);\n"
+"        exit(EXIT_FAILURE);\n"
 "    }\n"
 msgstr ""
 "    if (argc E<lt> 2) {\n"
@@ -1623,12 +1640,6 @@ msgstr "B<sort>(1), B<alphasort>(3), B<strcmp>(3), B<versionsort>(3)"
 msgid "TSEARCH"
 msgstr "TSEARCH"
 
-#. type: TH
-#: build/C/man3/tsearch.3:25
-#, no-wrap
-msgid "2012-08-03"
-msgstr "2012-08-03"
-
 #. type: Plain text
 #: build/C/man3/tsearch.3:28
 msgid "tsearch, tfind, tdelete, twalk, tdestroy - manage a binary tree"
@@ -1892,15 +1903,27 @@ msgstr ""
 
 #. type: Plain text
 #: build/C/man3/tsearch.3:225
-#, no-wrap
-msgid "void *root = NULL;\n"
+#, fuzzy, no-wrap
+#| msgid "void *root = NULL;\n"
+msgid "static void *root = NULL;\n"
 msgstr "void *root = NULL;\n"
 
 #. type: Plain text
 #: build/C/man3/tsearch.3:236
-#, no-wrap
-msgid ""
-"void *\n"
+#, fuzzy, no-wrap
+#| msgid ""
+#| "void *\n"
+#| "xmalloc(unsigned n)\n"
+#| "{\n"
+#| "    void *p;\n"
+#| "    p = malloc(n);\n"
+#| "    if (p)\n"
+#| "        return p;\n"
+#| "    fprintf(stderr, \"insufficient memory\\en\");\n"
+#| "    exit(EXIT_FAILURE);\n"
+#| "}\n"
+msgid ""
+"static void *\n"
 "xmalloc(unsigned n)\n"
 "{\n"
 "    void *p;\n"
@@ -1924,9 +1947,19 @@ msgstr ""
 
 #. type: Plain text
 #: build/C/man3/tsearch.3:246
-#, no-wrap
+#, fuzzy, no-wrap
+#| msgid ""
+#| "int\n"
+#| "compare(const void *pa, const void *pb)\n"
+#| "{\n"
+#| "    if (*(int *) pa E<lt> *(int *) pb)\n"
+#| "        return -1;\n"
+#| "    if (*(int *) pa E<gt> *(int *) pb)\n"
+#| "        return 1;\n"
+#| "    return 0;\n"
+#| "}\n"
 msgid ""
-"int\n"
+"static int\n"
 "compare(const void *pa, const void *pb)\n"
 "{\n"
 "    if (*(int *) pa E<lt> *(int *) pb)\n"
@@ -1948,9 +1981,14 @@ msgstr ""
 
 #. type: Plain text
 #: build/C/man3/tsearch.3:251
-#, no-wrap
-msgid ""
-"void\n"
+#, fuzzy, no-wrap
+#| msgid ""
+#| "void\n"
+#| "action(const void *nodep, const VISIT which, const int depth)\n"
+#| "{\n"
+#| "    int *datap;\n"
+msgid ""
+"static void\n"
 "action(const void *nodep, const VISIT which, const int depth)\n"
 "{\n"
 "    int *datap;\n"
@@ -2050,3 +2088,9 @@ msgstr ""
 #: build/C/man3/tsearch.3:294
 msgid "B<bsearch>(3), B<hsearch>(3), B<lsearch>(3), B<qsort>(3)"
 msgstr "B<bsearch>(3), B<hsearch>(3), B<lsearch>(3)  B<qsort>(3)"
+
+#~ msgid "2013-07-22"
+#~ msgstr "2013-07-22"
+
+#~ msgid "2012-08-03"
+#~ msgstr "2012-08-03"