From 51d61866baf8dba1568bf454d685dc6ee9d38719 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 11 Oct 2008 07:34:22 +0200 Subject: [PATCH] inotify_init.2: ffix 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 21f7c8fea..345cebfd1 100644 --- a/man2/inotify_init.2 +++ b/man2/inotify_init.2 @@ -61,7 +61,7 @@ to achieve the same result. .TP .B IN_CLOEXEC Set the close-on-exec -.RB ( FD_CLOEXEC) +.RB ( FD_CLOEXEC ) flag on the new file descriptor. See the description of the .B O_CLOEXEC