diff options
Diffstat (limited to 'man2/inotify_init.2')
| -rw-r--r-- | man2/inotify_init.2 | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/man2/inotify_init.2 b/man2/inotify_init.2 index 4f24543efe..cce298f6a5 100644 --- a/man2/inotify_init.2 +++ b/man2/inotify_init.2 @@ -80,15 +80,17 @@ The system-wide limit on the total number of open files has been reached. .TP .B ENOMEM Insufficient kernel memory is available. -.SH VERSIONS +.SH STANDARDS +Linux. +.SH HISTORY +.TP .BR inotify_init () -first appeared in Linux 2.6.13; -library support was added in glibc 2.4. +Linux 2.6.13, +glibc 2.4. +.TP .BR inotify_init1 () -was added in Linux 2.6.27; -library support was added in glibc 2.9. -.SH STANDARDS -These system calls are Linux-specific. +Linux 2.6.27, +glibc 2.9. .SH SEE ALSO .BR inotify_add_watch (2), .BR inotify_rm_watch (2), |
