From 9009f8fc153f2fb034d9359451ab28bd3d7610bd Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 10 Oct 2008 11:31:15 +0200 Subject: [PATCH] inotify_init.2: tfix: s/O_CLOEXEC/FD_CLOEXEC/ 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 57e7da3dc..5885307c8 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 ( O_CLOEXEC) +.RB ( FD_CLOEXEC) flag on the new file descriptor. See the description of the .B O_CLOEXEC