OSDN Git Service

(split) LDP: Update POT and ja.po to LDP v3.50.
[linuxjm/LDP_man-pages.git] / po4a / inotify / po / inotify.pot
index a7c3ebf..3802ecd 100644 (file)
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2012-05-28 07:16+0900\n"
+"POT-Creation-Date: 2013-03-22 01:05+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,23 +25,23 @@ msgstr ""
 #. type: TH
 #: build/C/man7/inotify.7:26
 #, no-wrap
-msgid "2012-04-26"
+msgid "2013-02-25"
 msgstr ""
 
 #. type: TH
-#: build/C/man7/inotify.7:26 build/C/man2/inotify_add_watch.2:29 build/C/man2/inotify_init.2:29 build/C/man2/inotify_rm_watch.2:28
+#: build/C/man7/inotify.7:26 build/C/man2/inotify_add_watch.2:28 build/C/man2/inotify_init.2:28 build/C/man2/inotify_rm_watch.2:27
 #, no-wrap
 msgid "Linux"
 msgstr ""
 
 #. type: TH
-#: build/C/man7/inotify.7:26 build/C/man2/inotify_add_watch.2:29 build/C/man2/inotify_init.2:29 build/C/man2/inotify_rm_watch.2:28
+#: build/C/man7/inotify.7:26 build/C/man2/inotify_add_watch.2:28 build/C/man2/inotify_init.2:28 build/C/man2/inotify_rm_watch.2:27
 #, no-wrap
 msgid "Linux Programmer's Manual"
 msgstr ""
 
 #. type: SH
-#: build/C/man7/inotify.7:27 build/C/man2/inotify_add_watch.2:30 build/C/man2/inotify_init.2:30 build/C/man2/inotify_rm_watch.2:29
+#: build/C/man7/inotify.7:27 build/C/man2/inotify_add_watch.2:29 build/C/man2/inotify_init.2:29 build/C/man2/inotify_rm_watch.2:28
 #, no-wrap
 msgid "NAME"
 msgstr ""
@@ -52,7 +52,7 @@ msgid "inotify - monitoring file system events"
 msgstr ""
 
 #. type: SH
-#: build/C/man7/inotify.7:29 build/C/man2/inotify_add_watch.2:36 build/C/man2/inotify_init.2:39 build/C/man2/inotify_rm_watch.2:37
+#: build/C/man7/inotify.7:29 build/C/man2/inotify_add_watch.2:35 build/C/man2/inotify_init.2:38 build/C/man2/inotify_rm_watch.2:36
 #, no-wrap
 msgid "DESCRIPTION"
 msgstr ""
@@ -160,7 +160,7 @@ msgstr ""
 msgid ""
 "I<cookie> is a unique integer that connects related events.  Currently this "
 "is only used for rename events, and allows the resulting pair of "
-"B<IN_MOVE_FROM> and B<IN_MOVE_TO> events to be connected by the "
+"B<IN_MOVED_FROM> and B<IN_MOVED_TO> events to be connected by the "
 "application.  For all other event types, I<cookie> is set to 0."
 msgstr ""
 
@@ -202,13 +202,13 @@ msgid "will be sufficient to read at least one event."
 msgstr ""
 
 #. type: SS
-#: build/C/man7/inotify.7:167
+#: build/C/man7/inotify.7:166
 #, no-wrap
 msgid "inotify events"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:187
+#: build/C/man7/inotify.7:186
 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 "
@@ -218,141 +218,141 @@ msgid ""
 msgstr ""
 
 #. type: TP
-#: build/C/man7/inotify.7:190
+#: build/C/man7/inotify.7:189
 #, no-wrap
 msgid "B<IN_ACCESS>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:193
+#: build/C/man7/inotify.7:192
 msgid "File was accessed (read) (*)."
 msgstr ""
 
 #. type: TP
-#: build/C/man7/inotify.7:193
+#: build/C/man7/inotify.7:192
 #, no-wrap
 msgid "B<IN_ATTRIB>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:197
+#: build/C/man7/inotify.7:196
 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:197
+#: build/C/man7/inotify.7:196
 #, no-wrap
 msgid "B<IN_CLOSE_WRITE>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:200
+#: build/C/man7/inotify.7:199
 msgid "File opened for writing was closed (*)."
 msgstr ""
 
 #. type: TP
-#: build/C/man7/inotify.7:200
+#: build/C/man7/inotify.7:199
 #, no-wrap
 msgid "B<IN_CLOSE_NOWRITE>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:203
+#: build/C/man7/inotify.7:202
 msgid "File not opened for writing was closed (*)."
 msgstr ""
 
 #. type: TP
-#: build/C/man7/inotify.7:203
+#: build/C/man7/inotify.7:202
 #, no-wrap
 msgid "B<IN_CREATE>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:206
+#: build/C/man7/inotify.7:205
 msgid "File/directory created in watched directory (*)."
 msgstr ""
 
 #. type: TP
-#: build/C/man7/inotify.7:206
+#: build/C/man7/inotify.7:205
 #, no-wrap
 msgid "B<IN_DELETE>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:209
+#: build/C/man7/inotify.7:208
 msgid "File/directory deleted from watched directory (*)."
 msgstr ""
 
 #. type: TP
-#: build/C/man7/inotify.7:209
+#: build/C/man7/inotify.7:208
 #, no-wrap
 msgid "B<IN_DELETE_SELF>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:212
+#: build/C/man7/inotify.7:211
 msgid "Watched file/directory was itself deleted."
 msgstr ""
 
 #. type: TP
-#: build/C/man7/inotify.7:212
+#: build/C/man7/inotify.7:211
 #, no-wrap
 msgid "B<IN_MODIFY>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:215
+#: build/C/man7/inotify.7:214
 msgid "File was modified (*)."
 msgstr ""
 
 #. type: TP
-#: build/C/man7/inotify.7:215
+#: build/C/man7/inotify.7:214
 #, no-wrap
 msgid "B<IN_MOVE_SELF>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:218
+#: build/C/man7/inotify.7:217
 msgid "Watched file/directory was itself moved."
 msgstr ""
 
 #. type: TP
-#: build/C/man7/inotify.7:218
+#: build/C/man7/inotify.7:217
 #, no-wrap
 msgid "B<IN_MOVED_FROM>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:221
+#: build/C/man7/inotify.7:220
 msgid "File moved out of watched directory (*)."
 msgstr ""
 
 #. type: TP
-#: build/C/man7/inotify.7:221
+#: build/C/man7/inotify.7:220
 #, no-wrap
 msgid "B<IN_MOVED_TO>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:224
+#: build/C/man7/inotify.7:223
 msgid "File moved into watched directory (*)."
 msgstr ""
 
 #. type: TP
-#: build/C/man7/inotify.7:224
+#: build/C/man7/inotify.7:223
 #, no-wrap
 msgid "B<IN_OPEN>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:227
+#: build/C/man7/inotify.7:226
 msgid "File was opened (*)."
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:237
+#: build/C/man7/inotify.7:236
 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 "
@@ -361,7 +361,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:245
+#: build/C/man7/inotify.7:244
 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 "
@@ -369,7 +369,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:254
+#: build/C/man7/inotify.7:253
 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 "
@@ -377,32 +377,32 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:259
+#: build/C/man7/inotify.7:258
 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:262
+#: build/C/man7/inotify.7:261
 #, no-wrap
 msgid "B<IN_DONT_FOLLOW> (since Linux 2.6.15)"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:265
+#: build/C/man7/inotify.7:264
 msgid "Don't dereference I<pathname> if it is a symbolic link."
 msgstr ""
 
 #. type: TP
-#: build/C/man7/inotify.7:265
+#: build/C/man7/inotify.7:264
 #, no-wrap
 msgid "B<IN_EXCL_UNLINK> (since Linux 2.6.36)"
 msgstr ""
 
 #.  commit 8c1934c8d70b22ca8333b216aec6c7d09fdbd6a6
 #. type: Plain text
-#: build/C/man7/inotify.7:281
+#: build/C/man7/inotify.7:280
 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 "
@@ -415,112 +415,112 @@ msgid ""
 msgstr ""
 
 #. type: TP
-#: build/C/man7/inotify.7:281
+#: build/C/man7/inotify.7:280
 #, no-wrap
 msgid "B<IN_MASK_ADD>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:285
+#: build/C/man7/inotify.7:284
 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:285
+#: build/C/man7/inotify.7:284
 #, no-wrap
 msgid "B<IN_ONESHOT>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:289
+#: build/C/man7/inotify.7:288
 msgid "Monitor I<pathname> for one event, then remove from watch list."
 msgstr ""
 
 #. type: TP
-#: build/C/man7/inotify.7:289
+#: build/C/man7/inotify.7:288
 #, no-wrap
 msgid "B<IN_ONLYDIR> (since Linux 2.6.15)"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:292
+#: build/C/man7/inotify.7:291
 msgid "Only watch I<pathname> if it is a directory."
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:299
+#: build/C/man7/inotify.7:298
 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:302
+#: build/C/man7/inotify.7:301
 #, no-wrap
 msgid "B<IN_IGNORED>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:306
+#: build/C/man7/inotify.7:305
 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:306
+#: build/C/man7/inotify.7:305
 #, no-wrap
 msgid "B<IN_ISDIR>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:309
+#: build/C/man7/inotify.7:308
 msgid "Subject of this event is a directory."
 msgstr ""
 
 #. type: TP
-#: build/C/man7/inotify.7:309
+#: build/C/man7/inotify.7:308
 #, no-wrap
 msgid "B<IN_Q_OVERFLOW>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:312
+#: build/C/man7/inotify.7:311
 msgid "Event queue overflowed (I<wd> is -1 for this event)."
 msgstr ""
 
 #. type: TP
-#: build/C/man7/inotify.7:312
+#: build/C/man7/inotify.7:311
 #, no-wrap
 msgid "B<IN_UNMOUNT>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:315
+#: build/C/man7/inotify.7:314
 msgid "File system containing watched object was unmounted."
 msgstr ""
 
 #. type: SS
-#: build/C/man7/inotify.7:317
+#: build/C/man7/inotify.7:316
 #, no-wrap
 msgid "/proc interfaces"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:320
+#: build/C/man7/inotify.7:319
 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:320
+#: build/C/man7/inotify.7:319
 #, no-wrap
 msgid "I</proc/sys/fs/inotify/max_queued_events>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:329
+#: build/C/man7/inotify.7:328
 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 "
@@ -529,39 +529,39 @@ msgid ""
 msgstr ""
 
 #. type: TP
-#: build/C/man7/inotify.7:329
+#: build/C/man7/inotify.7:328
 #, no-wrap
 msgid "I</proc/sys/fs/inotify/max_user_instances>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:333
+#: build/C/man7/inotify.7:332
 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:333
+#: build/C/man7/inotify.7:332
 #, no-wrap
 msgid "I</proc/sys/fs/inotify/max_user_watches>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:337
+#: build/C/man7/inotify.7:336
 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:337 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:336 build/C/man2/inotify_add_watch.2:114 build/C/man2/inotify_init.2:90 build/C/man2/inotify_rm_watch.2:66
 #, no-wrap
 msgid "VERSIONS"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:345
+#: build/C/man7/inotify.7:344
 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>, "
@@ -569,24 +569,24 @@ msgid ""
 msgstr ""
 
 #. type: SH
-#: build/C/man7/inotify.7:345 build/C/man2/inotify_add_watch.2:117 build/C/man2/inotify_init.2:98 build/C/man2/inotify_rm_watch.2:69
+#: build/C/man7/inotify.7:344 build/C/man2/inotify_add_watch.2:116 build/C/man2/inotify_init.2:97 build/C/man2/inotify_rm_watch.2:68
 #, no-wrap
 msgid "CONFORMING TO"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:347
+#: build/C/man7/inotify.7:346
 msgid "The inotify API is Linux-specific."
 msgstr ""
 
 #. type: SH
-#: build/C/man7/inotify.7:347
+#: build/C/man7/inotify.7:346
 #, no-wrap
 msgid "NOTES"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:354
+#: build/C/man7/inotify.7:353
 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 "
@@ -594,7 +594,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:383
+#: build/C/man7/inotify.7:382
 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 "
@@ -606,7 +606,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:393
+#: build/C/man7/inotify.7:392
 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 "
@@ -615,7 +615,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:399
+#: build/C/man7/inotify.7:398
 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 "
@@ -624,20 +624,20 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:405
+#: build/C/man7/inotify.7:404
 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:405
+#: build/C/man7/inotify.7:404
 #, no-wrap
 msgid "Limitations and caveats"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:410
+#: build/C/man7/inotify.7:409
 msgid ""
 "Inotify monitoring of directories is not recursive: to monitor "
 "subdirectories under a directory, additional watches must be created.  This "
@@ -645,21 +645,23 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:413
+#: build/C/man7/inotify.7:416
 msgid ""
 "The inotify API provides no information about the user or process that "
-"triggered the inotify event."
+"triggered the inotify event.  In particular, there is no easy way for a "
+"process that is monitoring events via inotify to distinguish events that it "
+"triggers itself from those that are triggered by other processes."
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:418
+#: build/C/man7/inotify.7:421
 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:422
+#: build/C/man7/inotify.7:425
 msgid ""
 "The inotify API identifies affected files by filename.  However, by the time "
 "an application processes an inotify event, the filename may already have "
@@ -667,7 +669,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:429
+#: build/C/man7/inotify.7:432
 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 "
@@ -677,18 +679,18 @@ msgid ""
 msgstr ""
 
 #. type: SH
-#: build/C/man7/inotify.7:429
+#: build/C/man7/inotify.7:432
 #, no-wrap
 msgid "BUGS"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:434
+#: build/C/man7/inotify.7:437
 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:442
+#: build/C/man7/inotify.7:445
 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 "
@@ -698,70 +700,74 @@ msgid ""
 msgstr ""
 
 #. type: SH
-#: build/C/man7/inotify.7:442 build/C/man2/inotify_add_watch.2:119 build/C/man2/inotify_init.2:100 build/C/man2/inotify_rm_watch.2:71
+#: build/C/man7/inotify.7:445 build/C/man2/inotify_add_watch.2:118 build/C/man2/inotify_init.2:99 build/C/man2/inotify_rm_watch.2:70
 #, no-wrap
 msgid "SEE ALSO"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man7/inotify.7:450
+#: build/C/man7/inotify.7:452
 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>."
+"B<inotify_rm_watch>(2), B<read>(2), B<stat>(2)"
+msgstr ""
+
+#. type: Plain text
+#: build/C/man7/inotify.7:455
+msgid "I<Documentation/filesystems/inotify.txt> in the Linux kernel source tree"
 msgstr ""
 
 #. type: SH
-#: build/C/man7/inotify.7:450 build/C/man2/inotify_add_watch.2:123 build/C/man2/inotify_init.2:104 build/C/man2/inotify_rm_watch.2:75
+#: build/C/man7/inotify.7:455 build/C/man2/inotify_add_watch.2:122 build/C/man2/inotify_init.2:103 build/C/man2/inotify_rm_watch.2:74
 #, 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:111 build/C/man2/inotify_rm_watch.2:82
+#: build/C/man7/inotify.7:462 build/C/man2/inotify_add_watch.2:129 build/C/man2/inotify_init.2:110 build/C/man2/inotify_rm_watch.2:81
 msgid ""
-"This page is part of release 3.41 of the Linux I<man-pages> project.  A "
+"This page is part of release 3.50 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
+#: build/C/man2/inotify_add_watch.2:28
 #, no-wrap
 msgid "INOTIFY_ADD_WATCH"
 msgstr ""
 
 #. type: TH
-#: build/C/man2/inotify_add_watch.2:29
+#: build/C/man2/inotify_add_watch.2:28
 #, no-wrap
 msgid "2010-10-20"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man2/inotify_add_watch.2:32
+#: build/C/man2/inotify_add_watch.2:31
 msgid "inotify_add_watch - add a watch to an initialized inotify instance"
 msgstr ""
 
 #. type: SH
-#: build/C/man2/inotify_add_watch.2:32 build/C/man2/inotify_init.2:32 build/C/man2/inotify_rm_watch.2:31
+#: build/C/man2/inotify_add_watch.2:31 build/C/man2/inotify_init.2:31 build/C/man2/inotify_rm_watch.2:30
 #, no-wrap
 msgid "SYNOPSIS"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man2/inotify_add_watch.2:34 build/C/man2/inotify_rm_watch.2:33
+#: build/C/man2/inotify_add_watch.2:33 build/C/man2/inotify_rm_watch.2:32
 msgid "B<#include E<lt>sys/inotify.hE<gt>>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man2/inotify_add_watch.2:36
+#: build/C/man2/inotify_add_watch.2:35
 msgid ""
 "B<int inotify_add_watch(int >I<fd>B<, const char *>I<pathname>B<, uint32_t "
 ">I<mask>B<);>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man2/inotify_add_watch.2:55
+#: build/C/man2/inotify_add_watch.2:54
 msgid ""
 "B<inotify_add_watch>()  adds a new watch, or modifies an existing watch, for "
 "the file whose location is specified in I<pathname>; the caller must have "
@@ -773,7 +779,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man2/inotify_add_watch.2:69
+#: build/C/man2/inotify_add_watch.2:68
 msgid ""
 "A successful call to B<inotify_add_watch>()  returns the unique watch "
 "descriptor associated with I<pathname> for this inotify instance.  If "
@@ -783,7 +789,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man2/inotify_add_watch.2:80
+#: build/C/man2/inotify_add_watch.2:79
 msgid ""
 "The watch descriptor is returned by later B<read>(2)s from the inotify file "
 "descriptor.  These reads fetch I<inotify_event> structures (see "
@@ -792,147 +798,147 @@ msgid ""
 msgstr ""
 
 #. type: SH
-#: build/C/man2/inotify_add_watch.2:80 build/C/man2/inotify_init.2:71 build/C/man2/inotify_rm_watch.2:49
+#: build/C/man2/inotify_add_watch.2:79 build/C/man2/inotify_init.2:70 build/C/man2/inotify_rm_watch.2:48
 #, no-wrap
 msgid "RETURN VALUE"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man2/inotify_add_watch.2:87
+#: build/C/man2/inotify_add_watch.2:86
 msgid ""
 "On success, B<inotify_add_watch>()  returns a nonnegative watch descriptor.  "
 "On error -1 is returned and I<errno> is set appropriately."
 msgstr ""
 
 #. type: SH
-#: build/C/man2/inotify_add_watch.2:87 build/C/man2/inotify_init.2:76 build/C/man2/inotify_rm_watch.2:55
+#: build/C/man2/inotify_add_watch.2:86 build/C/man2/inotify_init.2:75 build/C/man2/inotify_rm_watch.2:54
 #, no-wrap
 msgid "ERRORS"
 msgstr ""
 
 #. type: TP
-#: build/C/man2/inotify_add_watch.2:88
+#: build/C/man2/inotify_add_watch.2:87
 #, no-wrap
 msgid "B<EACCES>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man2/inotify_add_watch.2:91
+#: build/C/man2/inotify_add_watch.2:90
 msgid "Read access to the given file is not permitted."
 msgstr ""
 
 #. type: TP
-#: build/C/man2/inotify_add_watch.2:91 build/C/man2/inotify_rm_watch.2:56
+#: build/C/man2/inotify_add_watch.2:90 build/C/man2/inotify_rm_watch.2:55
 #, no-wrap
 msgid "B<EBADF>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man2/inotify_add_watch.2:94
+#: build/C/man2/inotify_add_watch.2:93
 msgid "The given file descriptor is not valid."
 msgstr ""
 
 #. type: TP
-#: build/C/man2/inotify_add_watch.2:94
+#: build/C/man2/inotify_add_watch.2:93
 #, no-wrap
 msgid "B<EFAULT>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man2/inotify_add_watch.2:98
+#: build/C/man2/inotify_add_watch.2:97
 msgid "I<pathname> points outside of the process's accessible address space."
 msgstr ""
 
 #. type: TP
-#: build/C/man2/inotify_add_watch.2:98 build/C/man2/inotify_init.2:77 build/C/man2/inotify_rm_watch.2:60
+#: build/C/man2/inotify_add_watch.2:97 build/C/man2/inotify_init.2:76 build/C/man2/inotify_rm_watch.2:59
 #, no-wrap
 msgid "B<EINVAL>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man2/inotify_add_watch.2:103
+#: build/C/man2/inotify_add_watch.2:102
 msgid ""
 "The given event mask contains no valid events; or I<fd> is not an inotify "
 "file descriptor."
 msgstr ""
 
 #. type: TP
-#: build/C/man2/inotify_add_watch.2:103
+#: build/C/man2/inotify_add_watch.2:102
 #, no-wrap
 msgid "B<ENOENT>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man2/inotify_add_watch.2:108
+#: build/C/man2/inotify_add_watch.2:107
 msgid ""
 "A directory component in I<pathname> does not exist or is a dangling "
 "symbolic link."
 msgstr ""
 
 #. type: TP
-#: build/C/man2/inotify_add_watch.2:108 build/C/man2/inotify_init.2:88
+#: build/C/man2/inotify_add_watch.2:107 build/C/man2/inotify_init.2:87
 #, no-wrap
 msgid "B<ENOMEM>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man2/inotify_add_watch.2:111
+#: build/C/man2/inotify_add_watch.2:110
 msgid "Insufficient kernel memory was available."
 msgstr ""
 
 #. type: TP
-#: build/C/man2/inotify_add_watch.2:111
+#: build/C/man2/inotify_add_watch.2:110
 #, no-wrap
 msgid "B<ENOSPC>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man2/inotify_add_watch.2:115
+#: build/C/man2/inotify_add_watch.2:114
 msgid ""
 "The user limit on the total number of inotify watches was reached or the "
 "kernel failed to allocate a needed resource."
 msgstr ""
 
 #. type: Plain text
-#: build/C/man2/inotify_add_watch.2:117 build/C/man2/inotify_rm_watch.2:69
+#: build/C/man2/inotify_add_watch.2:116 build/C/man2/inotify_rm_watch.2:68
 msgid "Inotify was merged into the 2.6.13 Linux kernel."
 msgstr ""
 
 #. type: Plain text
-#: build/C/man2/inotify_add_watch.2:119 build/C/man2/inotify_rm_watch.2:71
+#: build/C/man2/inotify_add_watch.2:118 build/C/man2/inotify_rm_watch.2:70
 msgid "This system call is Linux-specific."
 msgstr ""
 
 #. type: Plain text
-#: build/C/man2/inotify_add_watch.2:123
+#: build/C/man2/inotify_add_watch.2:122
 msgid "B<inotify_init>(2), B<inotify_rm_watch>(2), B<inotify>(7)"
 msgstr ""
 
 #. type: TH
-#: build/C/man2/inotify_init.2:29
+#: build/C/man2/inotify_init.2:28
 #, no-wrap
 msgid "INOTIFY_INIT"
 msgstr ""
 
 #. type: TH
-#: build/C/man2/inotify_init.2:29
+#: build/C/man2/inotify_init.2:28
 #, no-wrap
 msgid "2012-05-04"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man2/inotify_init.2:32
+#: build/C/man2/inotify_init.2:31
 msgid "inotify_init, inotify_init1 - initialize an inotify instance"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man2/inotify_init.2:35
+#: build/C/man2/inotify_init.2:34
 #, no-wrap
 msgid "B<#include E<lt>sys/inotify.hE<gt>>\n"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man2/inotify_init.2:38
+#: build/C/man2/inotify_init.2:37
 #, no-wrap
 msgid ""
 "B<int inotify_init(void);>\n"
@@ -940,14 +946,14 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man2/inotify_init.2:43
+#: build/C/man2/inotify_init.2:42
 msgid ""
 "B<inotify_init>()  initializes a new inotify instance and returns a file "
 "descriptor associated with a new inotify event queue."
 msgstr ""
 
 #. type: Plain text
-#: build/C/man2/inotify_init.2:53
+#: build/C/man2/inotify_init.2:52
 msgid ""
 "If I<flags> is 0, then B<inotify_init1>()  is the same as "
 "B<inotify_init>().  The following values can be bitwise ORed in I<flags> to "
@@ -955,13 +961,13 @@ msgid ""
 msgstr ""
 
 #. type: TP
-#: build/C/man2/inotify_init.2:53
+#: build/C/man2/inotify_init.2:52
 #, no-wrap
 msgid "B<IN_NONBLOCK>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man2/inotify_init.2:61
+#: build/C/man2/inotify_init.2:60
 msgid ""
 "Set the B<O_NONBLOCK> file status flag on the new open file description.  "
 "Using this flag saves extra calls to B<fcntl>(2)  to achieve the same "
@@ -969,13 +975,13 @@ msgid ""
 msgstr ""
 
 #. type: TP
-#: build/C/man2/inotify_init.2:61
+#: build/C/man2/inotify_init.2:60
 #, no-wrap
 msgid "B<IN_CLOEXEC>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man2/inotify_init.2:71
+#: build/C/man2/inotify_init.2:70
 msgid ""
 "Set the close-on-exec (B<FD_CLOEXEC>)  flag on the new file descriptor.  See "
 "the description of the B<O_CLOEXEC> flag in B<open>(2)  for reasons why this "
@@ -983,88 +989,88 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man2/inotify_init.2:76
+#: build/C/man2/inotify_init.2:75
 msgid ""
 "On success, these system calls return a new file descriptor.  On error, -1 "
 "is returned, and I<errno> is set to indicate the error."
 msgstr ""
 
 #. type: Plain text
-#: build/C/man2/inotify_init.2:82
+#: build/C/man2/inotify_init.2:81
 msgid "(B<inotify_init1>())  An invalid value was specified in I<flags>."
 msgstr ""
 
 #. type: TP
-#: build/C/man2/inotify_init.2:82
+#: build/C/man2/inotify_init.2:81
 #, no-wrap
 msgid "B<EMFILE>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man2/inotify_init.2:85
+#: build/C/man2/inotify_init.2:84
 msgid "The user limit on the total number of inotify instances has been reached."
 msgstr ""
 
 #. type: TP
-#: build/C/man2/inotify_init.2:85
+#: build/C/man2/inotify_init.2:84
 #, no-wrap
 msgid "B<ENFILE>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man2/inotify_init.2:88
+#: build/C/man2/inotify_init.2:87
 msgid "The system limit on the total number of file descriptors has been reached."
 msgstr ""
 
 #. type: Plain text
-#: build/C/man2/inotify_init.2:91
+#: build/C/man2/inotify_init.2:90
 msgid "Insufficient kernel memory is available."
 msgstr ""
 
 #. type: Plain text
-#: build/C/man2/inotify_init.2:98
+#: build/C/man2/inotify_init.2:97
 msgid ""
-"B<inotify_init>()  first appeared in Linux 2.6.1; library support was added "
+"B<inotify_init>()  first appeared in Linux 2.6.13; library support was added "
 "to glibc in version 2.4.  B<inotify_init1>()  was added in Linux 2.6.27; "
 "library support was added to glibc in version 2.9."
 msgstr ""
 
 #. type: Plain text
-#: build/C/man2/inotify_init.2:100
+#: build/C/man2/inotify_init.2:99
 msgid "These system calls are Linux-specific."
 msgstr ""
 
 #. type: Plain text
-#: build/C/man2/inotify_init.2:104
+#: build/C/man2/inotify_init.2:103
 msgid "B<inotify_add_watch>(2), B<inotify_rm_watch>(2), B<inotify>(7)"
 msgstr ""
 
 #. type: TH
-#: build/C/man2/inotify_rm_watch.2:28
+#: build/C/man2/inotify_rm_watch.2:27
 #, no-wrap
 msgid "INOTIFY_RM_WATCH"
 msgstr ""
 
 #. type: TH
-#: build/C/man2/inotify_rm_watch.2:28
+#: build/C/man2/inotify_rm_watch.2:27
 #, no-wrap
 msgid "2010-10-15"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man2/inotify_rm_watch.2:31
+#: build/C/man2/inotify_rm_watch.2:30
 msgid "inotify_rm_watch - remove an existing watch from an inotify instance"
 msgstr ""
 
 #.  Before glibc 2.10, the second argument was types as uint32_t.
 #.  http://sources.redhat.com/bugzilla/show_bug.cgi?id=7040
 #. type: Plain text
-#: build/C/man2/inotify_rm_watch.2:37
+#: build/C/man2/inotify_rm_watch.2:36
 msgid "B<int inotify_rm_watch(int >I<fd>B<, int >I<wd>B<);>"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man2/inotify_rm_watch.2:43
+#: build/C/man2/inotify_rm_watch.2:42
 msgid ""
 "B<inotify_rm_watch>()  removes the watch associated with the watch "
 "descriptor I<wd> from the inotify instance associated with the file "
@@ -1072,32 +1078,32 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: build/C/man2/inotify_rm_watch.2:49
+#: build/C/man2/inotify_rm_watch.2:48
 msgid ""
 "Removing a watch causes an B<IN_IGNORED> event to be generated for this "
 "watch descriptor.  (See B<inotify>(7).)"
 msgstr ""
 
 #. type: Plain text
-#: build/C/man2/inotify_rm_watch.2:55
+#: build/C/man2/inotify_rm_watch.2:54
 msgid ""
 "On success, B<inotify_rm_watch>()  returns zero, or -1 if an error occurred "
 "(in which case, I<errno> is set appropriately)."
 msgstr ""
 
 #. type: Plain text
-#: build/C/man2/inotify_rm_watch.2:60
+#: build/C/man2/inotify_rm_watch.2:59
 msgid "I<fd> is not a valid file descriptor."
 msgstr ""
 
 #. type: Plain text
-#: build/C/man2/inotify_rm_watch.2:67
+#: build/C/man2/inotify_rm_watch.2:66
 msgid ""
 "The watch descriptor I<wd> is not valid; or I<fd> is not an inotify file "
 "descriptor."
 msgstr ""
 
 #. type: Plain text
-#: build/C/man2/inotify_rm_watch.2:75
+#: build/C/man2/inotify_rm_watch.2:74
 msgid "B<inotify_add_watch>(2), B<inotify_init>(2), B<inotify>(7)"
 msgstr ""