OSDN Git Service

(split) LDP: Update POT and ja.po to LDP v3.40.
[linuxjm/LDP_man-pages.git] / po4a / inotify / po / inotify.pot
index 393dce0..d4461cc 100644 (file)
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2012-04-25 05:36+0900\n"
+"POT-Creation-Date: 2012-05-01 04:38+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/man7/inotify.7:26
 #, no-wrap
-msgid "2011-12-07"
+msgid "2012-04-26"
 msgstr ""
 
 #. type: TH
@@ -177,27 +177,38 @@ msgstr ""
 #: build/C/man7/inotify.7:151
 msgid ""
 "The I<len> field counts all of the bytes in I<name>, including the null "
-"bytes; the length of each I<inotify_event> structure is thus "
-"I<sizeof(inotify_event)+len>."
+"bytes; the length of each I<inotify_event> structure is thus I<sizeof(struct "
+"inotify_event)+len>."
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:161
+#: build/C/man7/inotify.7:162
 msgid ""
 "The behavior when the buffer given to B<read>(2)  is too small to return "
 "information about the next event depends on the kernel version: in kernels "
 "before 2.6.21, B<read>(2)  returns 0; since kernel 2.6.21, B<read>(2)  fails "
-"with the error B<EINVAL>."
+"with the error B<EINVAL>.  Specifying a buffer of size"
+msgstr ""
+
+#. type: Plain text
+#: build/C/man7/inotify.7:164
+#, no-wrap
+msgid "    sizeof(struct inotify_event) + NAME_MAX + 1\n"
+msgstr ""
+
+#. type: Plain text
+#: build/C/man7/inotify.7:166
+msgid "will be sufficient to read at least one event."
 msgstr ""
 
 #. type: SS
-#: build/C/man7/inotify.7:161
+#: build/C/man7/inotify.7:167
 #, no-wrap
 msgid "inotify events"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:181
+#: build/C/man7/inotify.7:187
 msgid ""
 "The B<inotify_add_watch>(2)  I<mask> argument and the I<mask> field of the "
 "I<inotify_event> structure returned when B<read>(2)ing an inotify file "
@@ -207,141 +218,141 @@ msgid ""
 msgstr ""
 
 #. type: TP
-#: build/C/man7/inotify.7:184
+#: build/C/man7/inotify.7:190
 #, no-wrap
 msgid "B<IN_ACCESS>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:187
+#: build/C/man7/inotify.7:193
 msgid "File was accessed (read) (*)."
 msgstr ""
 
 #. type: TP
-#: build/C/man7/inotify.7:187
+#: build/C/man7/inotify.7:193
 #, no-wrap
 msgid "B<IN_ATTRIB>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:191
+#: build/C/man7/inotify.7:197
 msgid ""
 "Metadata changed, e.g., permissions, timestamps, extended attributes, link "
 "count (since Linux 2.6.25), UID, GID, etc. (*)."
 msgstr ""
 
 #. type: TP
-#: build/C/man7/inotify.7:191
+#: build/C/man7/inotify.7:197
 #, no-wrap
 msgid "B<IN_CLOSE_WRITE>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:194
+#: build/C/man7/inotify.7:200
 msgid "File opened for writing was closed (*)."
 msgstr ""
 
 #. type: TP
-#: build/C/man7/inotify.7:194
+#: build/C/man7/inotify.7:200
 #, no-wrap
 msgid "B<IN_CLOSE_NOWRITE>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:197
+#: build/C/man7/inotify.7:203
 msgid "File not opened for writing was closed (*)."
 msgstr ""
 
 #. type: TP
-#: build/C/man7/inotify.7:197
+#: build/C/man7/inotify.7:203
 #, no-wrap
 msgid "B<IN_CREATE>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:200
+#: build/C/man7/inotify.7:206
 msgid "File/directory created in watched directory (*)."
 msgstr ""
 
 #. type: TP
-#: build/C/man7/inotify.7:200
+#: build/C/man7/inotify.7:206
 #, no-wrap
 msgid "B<IN_DELETE>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:203
+#: build/C/man7/inotify.7:209
 msgid "File/directory deleted from watched directory (*)."
 msgstr ""
 
 #. type: TP
-#: build/C/man7/inotify.7:203
+#: build/C/man7/inotify.7:209
 #, no-wrap
 msgid "B<IN_DELETE_SELF>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:206
+#: build/C/man7/inotify.7:212
 msgid "Watched file/directory was itself deleted."
 msgstr ""
 
 #. type: TP
-#: build/C/man7/inotify.7:206
+#: build/C/man7/inotify.7:212
 #, no-wrap
 msgid "B<IN_MODIFY>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:209
+#: build/C/man7/inotify.7:215
 msgid "File was modified (*)."
 msgstr ""
 
 #. type: TP
-#: build/C/man7/inotify.7:209
+#: build/C/man7/inotify.7:215
 #, no-wrap
 msgid "B<IN_MOVE_SELF>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:212
+#: build/C/man7/inotify.7:218
 msgid "Watched file/directory was itself moved."
 msgstr ""
 
 #. type: TP
-#: build/C/man7/inotify.7:212
+#: build/C/man7/inotify.7:218
 #, no-wrap
 msgid "B<IN_MOVED_FROM>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:215
+#: build/C/man7/inotify.7:221
 msgid "File moved out of watched directory (*)."
 msgstr ""
 
 #. type: TP
-#: build/C/man7/inotify.7:215
+#: build/C/man7/inotify.7:221
 #, no-wrap
 msgid "B<IN_MOVED_TO>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:218
+#: build/C/man7/inotify.7:224
 msgid "File moved into watched directory (*)."
 msgstr ""
 
 #. type: TP
-#: build/C/man7/inotify.7:218
+#: build/C/man7/inotify.7:224
 #, no-wrap
 msgid "B<IN_OPEN>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:221
+#: build/C/man7/inotify.7:227
 msgid "File was opened (*)."
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:231
+#: build/C/man7/inotify.7:237
 msgid ""
 "When monitoring a directory, the events marked with an asterisk (*) above "
 "can occur for files in the directory, in which case the I<name> field in the "
@@ -350,7 +361,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:239
+#: build/C/man7/inotify.7:245
 msgid ""
 "The B<IN_ALL_EVENTS> macro is defined as a bit mask of all of the above "
 "events.  This macro can be used as the I<mask> argument when calling "
@@ -358,7 +369,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:248
+#: build/C/man7/inotify.7:254
 msgid ""
 "Two additional convenience macros are B<IN_MOVE>, which equates to "
 "IN_MOVED_FROM|IN_MOVED_TO, and B<IN_CLOSE>, which equates to "
@@ -366,32 +377,32 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:253
+#: build/C/man7/inotify.7:259
 msgid ""
 "The following further bits can be specified in I<mask> when calling "
 "B<inotify_add_watch>(2):"
 msgstr ""
 
 #. type: TP
-#: build/C/man7/inotify.7:256
+#: build/C/man7/inotify.7:262
 #, no-wrap
 msgid "B<IN_DONT_FOLLOW> (since Linux 2.6.15)"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:259
+#: build/C/man7/inotify.7:265
 msgid "Don't dereference I<pathname> if it is a symbolic link."
 msgstr ""
 
 #. type: TP
-#: build/C/man7/inotify.7:259
+#: build/C/man7/inotify.7:265
 #, no-wrap
 msgid "B<IN_EXCL_UNLINK> (since Linux 2.6.36)"
 msgstr ""
 
 #.  commit 8c1934c8d70b22ca8333b216aec6c7d09fdbd6a6
 #. type: Plain text
-#: build/C/man7/inotify.7:275
+#: build/C/man7/inotify.7:281
 msgid ""
 "By default, when watching events on the children of a directory, events are "
 "generated for children even after they have been unlinked from the "
@@ -404,112 +415,112 @@ msgid ""
 msgstr ""
 
 #. type: TP
-#: build/C/man7/inotify.7:275
+#: build/C/man7/inotify.7:281
 #, no-wrap
 msgid "B<IN_MASK_ADD>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:279
+#: build/C/man7/inotify.7:285
 msgid ""
 "Add (OR) events to watch mask for this pathname if it already exists "
 "(instead of replacing mask)."
 msgstr ""
 
 #. type: TP
-#: build/C/man7/inotify.7:279
+#: build/C/man7/inotify.7:285
 #, no-wrap
 msgid "B<IN_ONESHOT>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:283
+#: build/C/man7/inotify.7:289
 msgid "Monitor I<pathname> for one event, then remove from watch list."
 msgstr ""
 
 #. type: TP
-#: build/C/man7/inotify.7:283
+#: build/C/man7/inotify.7:289
 #, no-wrap
 msgid "B<IN_ONLYDIR> (since Linux 2.6.15)"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:286
+#: build/C/man7/inotify.7:292
 msgid "Only watch I<pathname> if it is a directory."
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:293
+#: build/C/man7/inotify.7:299
 msgid "The following bits may be set in the I<mask> field returned by B<read>(2):"
 msgstr ""
 
 #. type: TP
-#: build/C/man7/inotify.7:296
+#: build/C/man7/inotify.7:302
 #, no-wrap
 msgid "B<IN_IGNORED>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:300
+#: build/C/man7/inotify.7:306
 msgid ""
 "Watch was removed explicitly (B<inotify_rm_watch>(2))  or automatically "
 "(file was deleted, or file system was unmounted)."
 msgstr ""
 
 #. type: TP
-#: build/C/man7/inotify.7:300
+#: build/C/man7/inotify.7:306
 #, no-wrap
 msgid "B<IN_ISDIR>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:303
+#: build/C/man7/inotify.7:309
 msgid "Subject of this event is a directory."
 msgstr ""
 
 #. type: TP
-#: build/C/man7/inotify.7:303
+#: build/C/man7/inotify.7:309
 #, no-wrap
 msgid "B<IN_Q_OVERFLOW>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:306
+#: build/C/man7/inotify.7:312
 msgid "Event queue overflowed (I<wd> is -1 for this event)."
 msgstr ""
 
 #. type: TP
-#: build/C/man7/inotify.7:306
+#: build/C/man7/inotify.7:312
 #, no-wrap
 msgid "B<IN_UNMOUNT>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:309
+#: build/C/man7/inotify.7:315
 msgid "File system containing watched object was unmounted."
 msgstr ""
 
 #. type: SS
-#: build/C/man7/inotify.7:311
+#: build/C/man7/inotify.7:317
 #, no-wrap
 msgid "/proc interfaces"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:314
+#: build/C/man7/inotify.7:320
 msgid ""
 "The following interfaces can be used to limit the amount of kernel memory "
 "consumed by inotify:"
 msgstr ""
 
 #. type: TP
-#: build/C/man7/inotify.7:314
+#: build/C/man7/inotify.7:320
 #, no-wrap
 msgid "I</proc/sys/fs/inotify/max_queued_events>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:323
+#: build/C/man7/inotify.7:329
 msgid ""
 "The value in this file is used when an application calls B<inotify_init>(2)  "
 "to set an upper limit on the number of events that can be queued to the "
@@ -518,39 +529,39 @@ msgid ""
 msgstr ""
 
 #. type: TP
-#: build/C/man7/inotify.7:323
+#: build/C/man7/inotify.7:329
 #, no-wrap
 msgid "I</proc/sys/fs/inotify/max_user_instances>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:327
+#: build/C/man7/inotify.7:333
 msgid ""
 "This specifies an upper limit on the number of inotify instances that can be "
 "created per real user ID."
 msgstr ""
 
 #. type: TP
-#: build/C/man7/inotify.7:327
+#: build/C/man7/inotify.7:333
 #, no-wrap
 msgid "I</proc/sys/fs/inotify/max_user_watches>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:331
+#: build/C/man7/inotify.7:337
 msgid ""
 "This specifies an upper limit on the number of watches that can be created "
 "per real user ID."
 msgstr ""
 
 #. type: SH
-#: build/C/man7/inotify.7:331 build/C/man2/inotify_add_watch.2:115 build/C/man2/inotify_init.2:91 build/C/man2/inotify_rm_watch.2:67
+#: build/C/man7/inotify.7:337 build/C/man2/inotify_add_watch.2:115 build/C/man2/inotify_init.2:91 build/C/man2/inotify_rm_watch.2:67
 #, no-wrap
 msgid "VERSIONS"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:339
+#: build/C/man7/inotify.7:345
 msgid ""
 "Inotify was merged into the 2.6.13 Linux kernel.  The required library "
 "interfaces were added to glibc in version 2.4.  (B<IN_DONT_FOLLOW>, "
@@ -558,24 +569,24 @@ msgid ""
 msgstr ""
 
 #. type: SH
-#: build/C/man7/inotify.7:339 build/C/man2/inotify_add_watch.2:117 build/C/man2/inotify_init.2:96 build/C/man2/inotify_rm_watch.2:69
+#: build/C/man7/inotify.7:345 build/C/man2/inotify_add_watch.2:117 build/C/man2/inotify_init.2:96 build/C/man2/inotify_rm_watch.2:69
 #, no-wrap
 msgid "CONFORMING TO"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:341
+#: build/C/man7/inotify.7:347
 msgid "The inotify API is Linux-specific."
 msgstr ""
 
 #. type: SH
-#: build/C/man7/inotify.7:341
+#: build/C/man7/inotify.7:347
 #, no-wrap
 msgid "NOTES"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:348
+#: build/C/man7/inotify.7:354
 msgid ""
 "Inotify file descriptors can be monitored using B<select>(2), B<poll>(2), "
 "and B<epoll>(7).  When an event is available, the file descriptor indicates "
@@ -583,7 +594,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:377
+#: build/C/man7/inotify.7:383
 msgid ""
 "Since Linux 2.6.25, signal-driven I/O notification is available for inotify "
 "file descriptors; see the discussion of B<F_SETFL> (for setting the "
@@ -595,7 +606,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:387
+#: build/C/man7/inotify.7:393
 msgid ""
 "If successive output inotify events produced on the inotify file descriptor "
 "are identical (same I<wd>, I<mask>, I<cookie>, and I<name>)  then they are "
@@ -604,7 +615,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:393
+#: build/C/man7/inotify.7:399
 msgid ""
 "The events returned by reading from an inotify file descriptor form an "
 "ordered queue.  Thus, for example, it is guaranteed that when renaming from "
@@ -613,20 +624,20 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:399
+#: build/C/man7/inotify.7:405
 msgid ""
 "The B<FIONREAD> B<ioctl>(2)  returns the number of bytes available to read "
 "from an inotify file descriptor."
 msgstr ""
 
 #. type: SS
-#: build/C/man7/inotify.7:399
+#: build/C/man7/inotify.7:405
 #, no-wrap
 msgid "Limitations and caveats"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:404
+#: build/C/man7/inotify.7:410
 msgid ""
 "Inotify monitoring of directories is not recursive: to monitor "
 "subdirectories under a directory, additional watches must be created.  This "
@@ -634,21 +645,21 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:407
+#: build/C/man7/inotify.7:413
 msgid ""
 "The inotify API provides no information about the user or process that "
 "triggered the inotify event."
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:412
+#: build/C/man7/inotify.7:418
 msgid ""
 "Note that the event queue can overflow.  In this case, events are lost.  "
 "Robust applications should handle the possibility of lost events gracefully."
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:416
+#: build/C/man7/inotify.7:422
 msgid ""
 "The inotify API identifies affected files by filename.  However, by the time "
 "an application processes an inotify event, the filename may already have "
@@ -656,7 +667,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:423
+#: build/C/man7/inotify.7:429
 msgid ""
 "If monitoring an entire directory subtree, and a new subdirectory is created "
 "in that tree, be aware that by the time you create a watch for the new "
@@ -666,18 +677,18 @@ msgid ""
 msgstr ""
 
 #. type: SH
-#: build/C/man7/inotify.7:423
+#: build/C/man7/inotify.7:429
 #, no-wrap
 msgid "BUGS"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:428
+#: build/C/man7/inotify.7:434
 msgid "In kernels before 2.6.16, the B<IN_ONESHOT> I<mask> flag does not work."
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:436
+#: build/C/man7/inotify.7:442
 msgid ""
 "Before kernel 2.6.25, the kernel code that was intended to coalesce "
 "successive identical events (i.e., the two most recent events could "
@@ -687,19 +698,33 @@ msgid ""
 msgstr ""
 
 #. type: SH
-#: build/C/man7/inotify.7:436 build/C/man2/inotify_add_watch.2:119 build/C/man2/inotify_init.2:98 build/C/man2/inotify_rm_watch.2:71
+#: build/C/man7/inotify.7:442 build/C/man2/inotify_add_watch.2:119 build/C/man2/inotify_init.2:98 build/C/man2/inotify_rm_watch.2:71
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:443
+#: build/C/man7/inotify.7:450
 msgid ""
 "B<inotify_add_watch>(2), B<inotify_init>(2), B<inotify_init1>(2), "
 "B<inotify_rm_watch>(2), B<read>(2), B<stat>(2), "
 "I<Documentation/filesystems/inotify.txt>."
 msgstr ""
 
+#. type: SH
+#: build/C/man7/inotify.7:450 build/C/man2/inotify_add_watch.2:123 build/C/man2/inotify_init.2:102 build/C/man2/inotify_rm_watch.2:75
+#, no-wrap
+msgid "COLOPHON"
+msgstr ""
+
+#. type: Plain text
+#: build/C/man7/inotify.7:457 build/C/man2/inotify_add_watch.2:130 build/C/man2/inotify_init.2:109 build/C/man2/inotify_rm_watch.2:82
+msgid ""
+"This page is part of release 3.40 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 ""
+
 #. type: TH
 #: build/C/man2/inotify_add_watch.2:29
 #, no-wrap
@@ -879,7 +904,7 @@ msgid "This system call is Linux-specific."
 msgstr ""
 
 #. type: Plain text
-#: build/C/man2/inotify_add_watch.2:122
+#: build/C/man2/inotify_add_watch.2:123
 msgid "B<inotify_init>(2), B<inotify_rm_watch>(2), B<inotify>(7)"
 msgstr ""
 
@@ -1009,7 +1034,7 @@ msgid "These system calls are Linux-specific."
 msgstr ""
 
 #. type: Plain text
-#: build/C/man2/inotify_init.2:101
+#: build/C/man2/inotify_init.2:102
 msgid "B<inotify_add_watch>(2), B<inotify_rm_watch>(2), B<inotify>(7)"
 msgstr ""
 
@@ -1072,6 +1097,6 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man2/inotify_rm_watch.2:74
+#: build/C/man2/inotify_rm_watch.2:75
 msgid "B<inotify_add_watch>(2), B<inotify_init>(2), B<inotify>(7)"
 msgstr ""