From 982ff543cdccbfb21960cfca7bb13ec3dc805985 Mon Sep 17 00:00:00 2001 From: Akihiro MOTOKI Date: Sun, 29 Jul 2012 17:25:36 +0200 Subject: [PATCH] inotify_init.2: tfix Signed-off-by: Michael Kerrisk --- man2/inotify_init.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/inotify_init.2 b/man2/inotify_init.2 index 41fccb7d7..97c808d39 100644 --- a/man2/inotify_init.2 +++ b/man2/inotify_init.2 @@ -90,7 +90,7 @@ The system limit on the total number of file descriptors has been reached. Insufficient kernel memory is available. .SH VERSIONS .BR inotify_init () -first appeared in Linux 2.6.1; +first appeared in Linux 2.6.13; library support was added to glibc in version 2.4. .BR inotify_init1 () was added in Linux 2.6.27;