OSDN Git Service

(split) LDP: Addresses fuzzy strings in 3.53
[linuxjm/LDP_man-pages.git] / po4a / man3 / po / ja.po
index b0b833f..3f4a7b3 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "POT-Creation-Date: 2013-08-15 19:32+0900\n"
-"PO-Revision-Date: 2013-07-24 00:18+0900\n"
+"PO-Revision-Date: 2013-08-16 13:49+0900\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
 "Language: \n"
@@ -241,17 +241,12 @@ msgstr "この文書について"
 #: build/C/man3/offsetof.3:112 build/C/man3/program_invocation_name.3:72
 #: build/C/man3/queue.3:498 build/C/man3/realpath.3:239
 #: build/C/man3/setjmp.3:136 build/C/man3/xcrypt.3:81
-#, fuzzy
-#| msgid ""
-#| "This page is part of release 3.52 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.53 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 ""
-"この man ページは Linux I<man-pages> プロジェクトのリリース 3.52 の一部\n"
+"この man ページは Linux I<man-pages> プロジェクトのリリース 3.53 の一部\n"
 "である。プロジェクトの説明とバグ報告に関する情報は\n"
 "http://www.kernel.org/doc/man-pages/ に書かれている。"
 
@@ -560,11 +555,6 @@ msgstr ""
 
 #. type: Plain text
 #: build/C/man3/argz_add.3:99
-#, fuzzy
-#| msgid ""
-#| "B<argz_append>()  appends the argz vector (I<buf>,\\ buf_lenI<)> after "
-#| "(I<*argz>,\\ *argz_lenI<)> and updates I<*argz> and I<*argz_len>.  (Thus, "
-#| "I<*argz_len> will be increased by I<buf_len>.)"
 msgid ""
 "B<argz_append>()  appends the argz vector (I<buf>,\\ I<buf_len>)  after "
 "(I<*argz>,\\ I<*argz_len>)  and updates I<*argz> and I<*argz_len>.  (Thus, "
@@ -576,10 +566,6 @@ msgstr ""
 
 #. type: Plain text
 #: build/C/man3/argz_add.3:104
-#, fuzzy
-#| msgid ""
-#| "B<argz_count>()  counts the number of strings, that is, the number of "
-#| "null bytes (\\(aq\\e0\\(aq), in (I<argz>,\\ argz_lenI<).>"
 msgid ""
 "B<argz_count>()  counts the number of strings, that is, the number of null "
 "bytes (\\(aq\\e0\\(aq), in (I<argz>,\\ I<argz_len>)."
@@ -589,25 +575,13 @@ msgstr ""
 
 #. type: Plain text
 #: build/C/man3/argz_add.3:112
-#, fuzzy
-#| msgid ""
-#| "B<argz_create>()  converts a UNIX-style argument vector I<argv>, "
-#| "terminated by I<(char\\ *)\\ 0>, into an argz vector (I<*argz>,\\ "
-#| "*argz_lenI<).>"
 msgid ""
 "B<argz_create>()  converts a UNIX-style argument vector I<argv>, terminated "
 "by I<(char\\ *)\\ 0>, into an argz vector (I<*argz>,\\ I<*argz_len>)."
-msgstr ""
-"B<argz_create>() は、UNIX 流の引き数ベクトルである (I<(char\\ *) 0> で終端さ"
-"れる) I<argv> を、argz vector (I<*argz>,\\ I<*argz_len>)  に変換する。"
+msgstr "B<argz_create>() は、UNIX 流の引き数ベクトルである (I<(char\\ *)\\ 0> で終端される) I<argv> を、argz vector (I<*argz>,\\ I<*argz_len>)  に変換する。"
 
 #. type: Plain text
 #: build/C/man3/argz_add.3:120
-#, fuzzy
-#| msgid ""
-#| "B<argz_create_sep>()  converts the null-terminated string I<str> into an "
-#| "argz vector (I<*argz>,\\ *argz_lenI<)> by breaking it up at every "
-#| "occurrence of the separator I<sep>."
 msgid ""
 "B<argz_create_sep>()  converts the null-terminated string I<str> into an "
 "argz vector (I<*argz>,\\ I<*argz_len>)  by breaking it up at every "
@@ -618,11 +592,6 @@ msgstr ""
 
 #. type: Plain text
 #: build/C/man3/argz_add.3:130
-#, fuzzy
-#| msgid ""
-#| "B<argz_delete>()  removes the substring pointed to by I<entry> from the "
-#| "argz vector (I<*argz>,\\ *argz_lenI<)> and updates I<*argz> and "
-#| "I<*argz_len>."
 msgid ""
 "B<argz_delete>()  removes the substring pointed to by I<entry> from the argz "
 "vector (I<*argz>,\\ I<*argz_len>)  and updates I<*argz> and I<*argz_len>."
@@ -632,13 +601,6 @@ msgstr ""
 
 #. type: Plain text
 #: build/C/man3/argz_add.3:145
-#, fuzzy
-#| msgid ""
-#| "B<argz_extract>()  is the opposite of B<argz_create>().  It takes the "
-#| "argz vector (I<argz>,\\ argz_lenI<)> and fills the array starting at "
-#| "I<argv> with pointers to the substrings, and a final NULL, making a UNIX-"
-#| "style argv vector.  The array I<argv> must have room for I<argz_count>"
-#| "(I<argz>,I<argz_len>) + 1 pointers."
 msgid ""
 "B<argz_extract>()  is the opposite of B<argz_create>().  It takes the argz "
 "vector (I<argz>,\\ I<argz_len>)  and fills the array starting at I<argv> "
@@ -654,12 +616,6 @@ msgstr ""
 
 #. type: Plain text
 #: build/C/man3/argz_add.3:164
-#, fuzzy
-#| msgid ""
-#| "B<argz_insert>()  is the opposite of B<argz_delete>().  It inserts the "
-#| "argument I<entry> at position I<before> into the argz vector (I<*argz>,\\ "
-#| "*argz_lenI<)> and updates I<*argz> and I<*argz_len>.  If I<before> is "
-#| "NULL, then I<entry> will inserted at the end."
 msgid ""
 "B<argz_insert>()  is the opposite of B<argz_delete>().  It inserts the "
 "argument I<entry> at position I<before> into the argz vector (I<*argz>,\\ "
@@ -3492,62 +3448,3 @@ msgstr "上記のインクルードファイルにプロトタイプがない。
 #: build/C/man3/xcrypt.3:74
 msgid "B<cbc_crypt>(3)"
 msgstr "B<cbc_crypt>(3)"
-
-#~ msgid "B<error_t argz_add_sep(char **>I<argz>B<, size_t *>I<argz_len>B<,>\n"
-#~ msgstr ""
-#~ "B<error_t argz_add_sep(char **>I<argz>B<, size_t *>I<argz_len>B<,>\n"
-
-#~ msgid "B<const char *>I<str>B<, int >I<delim>B<);>\n"
-#~ msgstr "B<const char *>I<str>B<, int >I<delim>B<);>\n"
-
-#~ msgid "B<error_t argz_append(char **>I<argz>B<, size_t *>I<argz_len>B<,>\n"
-#~ msgstr "B<error_t argz_append(char **>I<argz>B<, size_t *>I<argz_len>B<,>\n"
-
-#~ msgid "B<const char *>I<buf>B<, size_t >I<buf_len>B<);>\n"
-#~ msgstr "B<const char *>I<buf>B<, size_t >I<buf_len>B<);>\n"
-
-#~ msgid "B<size_t *>I<argz_len>B<);>\n"
-#~ msgstr "B<size_t *>I<argz_len>B<);>\n"
-
-#~ msgid "B<const char *>I<entry>B<);>\n"
-#~ msgstr "B<const char *>I<entry>B<);>\n"
-
-#~ msgid "B<const char *>I<with>B<, unsigned int *>I<replace_count>B<);>\n"
-#~ msgstr "B<const char *>I<with>B<, unsigned int *>I<replace_count>B<);>\n"
-
-#~ msgid ""
-#~ "B<path         dirname    basename>\n"
-#~ "\"/usr/lib\"    \"/usr\"    \"lib\"\n"
-#~ "\"/usr/\"       \"/\"       \"usr\"\n"
-#~ "\"usr\"         \".\"       \"usr\"\n"
-#~ "\"/\"           \"/\"       \"/\"\n"
-#~ "\".\"           \".\"       \".\"\n"
-#~ "\"..\"          \".\"       \"..\"\n"
-#~ msgstr ""
-#~ "B<path         dirname    basename>\n"
-#~ "\"/usr/lib\"    \"/usr\"    \"lib\"\n"
-#~ "\"/usr/\"       \"/\"       \"usr\"\n"
-#~ "\"usr\"         \".\"       \"usr\"\n"
-#~ "\"/\"           \"/\"       \"/\"\n"
-#~ "\".\"           \".\"       \".\"\n"
-#~ "\"..\"          \".\"       \"..\"\n"
-
-#~ msgid "B<error_t envz_add(char **>I<envz>B<, size_t *>I<envz_len>B<,>\n"
-#~ msgstr "B<error_t envz_add(char **>I<envz>B<, size_t *>I<envz_len>B<,>\n"
-
-#~ msgid "B<const char *>I<name>B<, const char *>I<value>B<);>\n"
-#~ msgstr "B<const char *>I<name>B<, const char *>I<value>B<);>\n"
-
-#~ msgid "B<error_t envz_merge(char **>I<envz>B<, size_t *>I<envz_len>B<,>\n"
-#~ msgstr "B<error_t envz_merge(char **>I<envz>B<, size_t *>I<envz_len>B<,>\n"
-
-#~ msgid ""
-#~ "B<const char *>I<envz2>B<, size_t >I<envz2_len>B<, int >I<override>B<);>\n"
-#~ msgstr ""
-#~ "B<const char *>I<envz2>B<, size_t >I<envz2_len>B<, int >I<override>B<);>\n"
-
-#~ msgid "1997-03-08"
-#~ msgstr "1997-03-08"
-
-#~ msgid "2011-09-10"
-#~ msgstr "2011-09-10"