From 76028487eb39c5796d43b6878935f9192ed12798 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 12 Mar 2019 06:39:04 +0100 Subject: [PATCH] inode.7: wfix Signed-off-by: Michael Kerrisk --- man7/inode.7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man7/inode.7 b/man7/inode.7 index d18dc5a46..204a7ec95 100644 --- a/man7/inode.7 +++ b/man7/inode.7 @@ -393,7 +393,7 @@ S_IXOTH 00001 others have execute permission The set-group-ID bit .RB ( S_ISGID ) has several special uses. -For a directory, it indicates that BSD semantics is to be used +For a directory, it indicates that BSD semantics are to be used for that directory: files created there inherit their group ID from the directory, not from the effective group ID of the creating process, and directories created there will also get the -- 2.11.4.GIT