From 8065732760bca62713c1037000599287539f2cf7 Mon Sep 17 00:00:00 2001 From: "D. Barbier" Date: Tue, 8 May 2012 22:37:01 +1200 Subject: [PATCH] inotify_init.2: tfix Signed-off-by: Michael Kerrisk --- man2/inotify_init.2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man2/inotify_init.2 b/man2/inotify_init.2 index 377254370..41fccb7d7 100644 --- a/man2/inotify_init.2 +++ b/man2/inotify_init.2 @@ -91,10 +91,10 @@ Insufficient kernel memory is available. .SH VERSIONS .BR inotify_init () first appeared in Linux 2.6.1; -lbrary support was added to glibc in version 2.4. +library support was added to glibc in version 2.4. .BR inotify_init1 () was added in Linux 2.6.27; -lbrary support was added to glibc in version 2.9. +library support was added to glibc in version 2.9. .SH "CONFORMING TO" These system calls are Linux-specific. .SH "SEE ALSO"