From 7351ae87ea4c4bea3ae94513d6267c62879795aa Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 12 Sep 2016 07:19:47 +0100 Subject: [PATCH] open.2: ffix Signed-off-by: Michael Kerrisk --- man2/open.2 | 1 + 1 file changed, 1 insertion(+) diff --git a/man2/open.2 b/man2/open.2 index 777d10352..548dda0af 100644 --- a/man2/open.2 +++ b/man2/open.2 @@ -241,6 +241,7 @@ flag to deal with this problem.) .TP .B O_CREAT If the file does not exist, it will be created. + The owner (user ID) of the file is set to the effective user ID of the process. The group ownership (group ID) is set either to