OSDN Git Service

(split) LDP: Update POT and ja.po to LDP v3.37.
[linuxjm/LDP_man-pages.git] / po4a / boot / po / boot.pot
index 76107ae..171e997 100644 (file)
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2012-03-19 23:50+0900\n"
+"POT-Creation-Date: 2012-03-22 04:25+0900\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -25,7 +25,7 @@ msgstr ""
 #. type: TH
 #: build/C/man2/bdflush.2:28
 #, no-wrap
-msgid "2004-06-17"
+msgid "2012-03-05"
 msgstr ""
 
 #. type: TH
@@ -77,8 +77,18 @@ msgstr ""
 msgid "DESCRIPTION"
 msgstr ""
 
+#.  As noted in a changes in the 2.5.12 source
 #. type: Plain text
-#: build/C/man2/bdflush.2:45
+#: build/C/man2/bdflush.2:49
+msgid ""
+"I<Note>: Since Linux 2.6, this system call is deprecated and does nothing.  "
+"It is likely to disappear altogether in a future kernel release.  Nowadays, "
+"the task performed by B<bdflush>()  is handled by the kernel I<pdflush> "
+"thread."
+msgstr ""
+
+#. type: Plain text
+#: build/C/man2/bdflush.2:56
 msgid ""
 "B<bdflush>()  starts, flushes, or tunes the buffer-dirty-flush daemon.  Only "
 "a privileged process (one with the B<CAP_SYS_ADMIN> capability) may call "
@@ -86,19 +96,19 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man2/bdflush.2:51
+#: build/C/man2/bdflush.2:62
 msgid ""
 "If I<func> is negative or 0, and no daemon has been started, then "
 "B<bdflush>()  enters the daemon code and never returns."
 msgstr ""
 
 #. type: Plain text
-#: build/C/man2/bdflush.2:56
+#: build/C/man2/bdflush.2:67
 msgid "If I<func> is 1, some dirty buffers are written to disk."
 msgstr ""
 
 #. type: Plain text
-#: build/C/man2/bdflush.2:65
+#: build/C/man2/bdflush.2:76
 msgid ""
 "If I<func> is 2 or more and is even (low bit is 0), then I<address> is the "
 "address of a long word, and the tuning parameter numbered (I<func>-2)/2 is "
@@ -106,7 +116,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man2/bdflush.2:74
+#: build/C/man2/bdflush.2:85
 msgid ""
 "If I<func> is 3 or more and is odd (low bit is 1), then I<data> is a long "
 "word, and the kernel sets tuning parameter numbered (I<func>-3)/2 to that "
@@ -114,20 +124,20 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man2/bdflush.2:78
+#: build/C/man2/bdflush.2:89
 msgid ""
 "The set of parameters, their values, and their valid ranges are defined in "
 "the kernel source file I<fs/buffer.c>."
 msgstr ""
 
 #. type: SH
-#: build/C/man2/bdflush.2:78 build/C/man2/reboot.2:148 build/C/man2/sync.2:76
+#: build/C/man2/bdflush.2:89 build/C/man2/reboot.2:148 build/C/man2/sync.2:76
 #, no-wrap
 msgid "RETURN VALUE"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man2/bdflush.2:87
+#: build/C/man2/bdflush.2:98
 msgid ""
 "If I<func> is negative or 0 and the daemon successfully starts, B<bdflush>()  "
 "never returns.  Otherwise, the return value is 0 on success and -1 on "
@@ -135,95 +145,95 @@ msgid ""
 msgstr ""
 
 #. type: SH
-#: build/C/man2/bdflush.2:87 build/C/man2/reboot.2:161 build/C/man2/sync.2:82
+#: build/C/man2/bdflush.2:98 build/C/man2/reboot.2:161 build/C/man2/sync.2:82
 #, no-wrap
 msgid "ERRORS"
 msgstr ""
 
 #. type: TP
-#: build/C/man2/bdflush.2:88
+#: build/C/man2/bdflush.2:99
 #, no-wrap
 msgid "B<EBUSY>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man2/bdflush.2:92
+#: build/C/man2/bdflush.2:103
 msgid ""
 "An attempt was made to enter the daemon code after another process has "
 "already entered."
 msgstr ""
 
 #. type: TP
-#: build/C/man2/bdflush.2:92 build/C/man2/reboot.2:162
+#: build/C/man2/bdflush.2:103 build/C/man2/reboot.2:162
 #, no-wrap
 msgid "B<EFAULT>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man2/bdflush.2:96
+#: build/C/man2/bdflush.2:107
 msgid "I<address> points outside your accessible address space."
 msgstr ""
 
 #. type: TP
-#: build/C/man2/bdflush.2:96 build/C/man2/reboot.2:166
+#: build/C/man2/bdflush.2:107 build/C/man2/reboot.2:166
 #, no-wrap
 msgid "B<EINVAL>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man2/bdflush.2:100
+#: build/C/man2/bdflush.2:111
 msgid ""
 "An attempt was made to read or write an invalid parameter number, or to "
 "write an invalid value to a parameter."
 msgstr ""
 
 #. type: TP
-#: build/C/man2/bdflush.2:100 build/C/man2/reboot.2:169
+#: build/C/man2/bdflush.2:111 build/C/man2/reboot.2:169
 #, no-wrap
 msgid "B<EPERM>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man2/bdflush.2:105
+#: build/C/man2/bdflush.2:116
 msgid "Caller does not have the B<CAP_SYS_ADMIN> capability."
 msgstr ""
 
 #. type: SH
-#: build/C/man2/bdflush.2:105 build/C/man2/reboot.2:176 build/C/man2/sync.2:95 build/C/man8/sync.8:61
+#: build/C/man2/bdflush.2:116 build/C/man2/reboot.2:176 build/C/man2/sync.2:95 build/C/man8/sync.8:61
 #, no-wrap
 msgid "CONFORMING TO"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man2/bdflush.2:109
+#: build/C/man2/bdflush.2:120
 msgid ""
 "B<bdflush>()  is Linux-specific and should not be used in programs intended "
 "to be portable."
 msgstr ""
 
 #. type: SH
-#: build/C/man2/bdflush.2:109 build/C/man7/boot.7:200 build/C/man7/bootparam.7:1296 build/C/man2/reboot.2:180 build/C/man2/sync.2:118 build/C/man8/sync.8:80
+#: build/C/man2/bdflush.2:120 build/C/man7/boot.7:200 build/C/man7/bootparam.7:1296 build/C/man2/reboot.2:180 build/C/man2/sync.2:118 build/C/man8/sync.8:80
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man2/bdflush.2:114
+#: build/C/man2/bdflush.2:125
 msgid "B<fsync>(2), B<sync>(2), B<sync>(8), B<update>(8)"
 msgstr ""
 
 #. type: SH
-#: build/C/man2/bdflush.2:114 build/C/man7/boot.7:206 build/C/man7/bootparam.7:1308 build/C/man2/reboot.2:187 build/C/man2/sync.2:124 build/C/man8/sync.8:85
+#: build/C/man2/bdflush.2:125 build/C/man7/boot.7:206 build/C/man7/bootparam.7:1308 build/C/man2/reboot.2:187 build/C/man2/sync.2:124 build/C/man8/sync.8:85
 #, no-wrap
 msgid "COLOPHON"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man2/bdflush.2:121 build/C/man7/boot.7:213 build/C/man7/bootparam.7:1315 build/C/man2/reboot.2:194 build/C/man2/sync.2:131 build/C/man8/sync.8:92
+#: build/C/man2/bdflush.2:132 build/C/man7/boot.7:213 build/C/man7/bootparam.7:1315 build/C/man2/reboot.2:194 build/C/man2/sync.2:131 build/C/man8/sync.8:92
 msgid ""
-"This page is part of release 3.35 of the Linux I<man-pages> project.  A "
+"This page is part of release 3.37 of the Linux I<man-pages> project.  A "
 "description of the project, and information about reporting bugs, can be "
-"found at http://man7.org/linux/man-pages/."
+"found at http://www.kernel.org/doc/man-pages/."
 msgstr ""
 
 #. type: TH
@@ -3119,7 +3129,7 @@ msgstr ""
 #. type: TH
 #: build/C/man2/sync.2:36
 #, no-wrap
-msgid "2011-09-07"
+msgid "2012-02-12"
 msgstr ""
 
 #. type: Plain text
@@ -3134,7 +3144,7 @@ msgstr ""
 
 #. type: Plain text
 #: build/C/man2/sync.2:45
-msgid "B<void syncfs(int >I<fd>B<);>"
+msgid "B<int syncfs(int >I<fd>B<);>"
 msgstr ""
 
 #. type: Plain text