Commit Graph

35 Commits

Author SHA1 Message Date
Michael Kerrisk c5571b613b Removed trailing white space at end of lines 2008-10-29 15:43:44 -05:00
Michael Kerrisk 43bb5fafb5 inotify.7: Mention inotify_init1() in overview of API
Discuss the new inotify_init1() system call in the overview of
the inotify API.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
2008-10-11 07:49:38 +02:00
Michael Kerrisk 6f0ab035e6 Explain bug that occurred in coalescing identical events in
kernels before 2.6.25.
(See commit 1c17d18e3775485bf1e0ce79575eb637a94494a2
"A potential bug in inotify_user.c" in the 2.6.25 Changelog.)
2008-08-27 04:21:29 +00:00
Michael Kerrisk 01538d0d51 ERRORS: Added reference to signal(7) in dicussion of EINTR. 2008-07-04 15:50:36 +00:00
Michael Kerrisk 84c517a450 Change use of quote characters to get better UTF-8 rendering. 2008-06-05 20:14:50 +00:00
Michael Kerrisk 3a5c365a01 Document IN_ATTRIB in a little more detail. 2008-05-09 13:24:51 +00:00
Michael Kerrisk 31daf529b7 Reformat kernel version information for flags. 2008-05-07 13:43:44 +00:00
Michael Kerrisk 0000daa58e Document SIGIO feature (new in 2.6.25) for inotify file descriptors.
Note that select()/poll()/epoll_wait() indicate a ready inotify
file descriptor as readable.
2008-03-25 10:10:15 +00:00
Michael Kerrisk 10d76543fe Modify the license on these pages to be the standard verbatim license. 2008-03-18 14:47:54 +00:00
Michael Kerrisk 3f174f7d71 ffix 2008-01-13 09:29:25 +00:00
Michael Kerrisk dda869a41d ffix 2008-01-13 09:15:10 +00:00
Michael Kerrisk 8382f16db1 grfix 2007-12-25 21:28:09 +00:00
Michael Kerrisk a08ea57c20 Make the standard indent for code samples, shell session
logs, etc. to be ".in +4n".
2007-12-19 05:53:30 +00:00
Michael Kerrisk 8a35999094 Minor heading changes and reformattings. 2007-12-19 05:17:51 +00:00
Michael Kerrisk 0daa9e92d0 Fix redundant formatting macros 2007-09-20 16:26:31 +00:00
Michael Kerrisk c11b1abf2e Change mtk's email address 2007-09-20 06:52:22 +00:00
Michael Kerrisk 25d63cde3c IN_DONT_FOLLOW and IN_ONLYDIR are only available from 2.6.15. 2007-06-24 17:13:50 +00:00
Michael Kerrisk 988db66164 strip trailing white space 2007-06-21 22:55:04 +00:00
Michael Kerrisk d9bfdb9c21 Convert to American spelling conventions 2007-06-08 09:56:56 +00:00
Michael Kerrisk c7e3ee6faa Added text describing what happens when the buffer given to read(2)
is too small to return information about the next event, and noting
the behaviour change in 2.6.21.
2007-05-27 14:21:25 +00:00
Michael Kerrisk 2b2581ee37 Fix inconsistencies in order of .SH sections 2007-05-19 04:30:20 +00:00
Michael Kerrisk 63f6a20a1a Add section numbers to page xrefs 2007-05-11 23:29:44 +00:00
Michael Kerrisk cd8a9ce442 Defintions for IN_DONT_FOLLOW, IN_MASK_ADD, and IN_ONLYDIR
were added to glibc in version 2.5.
2007-05-11 19:59:35 +00:00
Michael Kerrisk c13182efa3 Wrapped long lines, wrapped at sentence boundaries; stripped trailing
white space.
2007-04-12 22:42:49 +00:00
Michael Kerrisk ed7b0235b0 Added BUGS section. 2006-06-05 11:00:07 +00:00
Michael Kerrisk a2cc46ca3a A few minor rewordings. 2006-06-05 08:16:20 +00:00
Michael Kerrisk b41beb556a 'path' argument renamed to 'pathname'. 2006-06-05 04:44:59 +00:00
Michael Kerrisk 206cb86b90 Added comment about some definitions that are missing from
<sys/inotify.h>.
2006-06-02 19:59:49 +00:00
Michael Kerrisk 2315114c72 epoll.4 is now epoll.7 2006-04-21 00:29:37 +00:00
Michael Kerrisk d1cf051b61 Noted that glibc 2.4 is required to get glibc support for inotify. 2006-03-07 00:47:29 +00:00
Michael Kerrisk 11da88fb12 Fix thinko: s/assuming a non-blocking/assuming a blocking/ 2006-03-01 23:13:12 +00:00
Michael Kerrisk 3a065ac06d wfix 2006-02-10 05:25:30 +00:00
Michael Kerrisk 3a20b4cafe ffix 2006-02-10 05:20:27 +00:00
Michael Kerrisk ad31978e25 Minor changes after suggestions from Robert Love. 2006-02-08 19:16:12 +00:00
Michael Kerrisk 4d2b74dded New pages for inotify API 2006-02-08 04:13:22 +00:00