From b132d423a1f2790f2f53e41f76d961826aca49db Mon Sep 17 00:00:00 2001 From: Jakub Wilk Date: Thu, 27 Apr 2017 20:49:32 +0200 Subject: [PATCH] inode.7: tfix Signed-off-by: Jakub Wilk Signed-off-by: Michael Kerrisk --- man7/inode.7 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man7/inode.7 b/man7/inode.7 index 931dda9a4..d58391f93 100644 --- a/man7/inode.7 +++ b/man7/inode.7 @@ -92,7 +92,7 @@ The inode records the ID of the group owner of the file. For newly created files, the file group ID is either the group ID of the parent directory or the effective group ID of the creating process, -dependeng on whether or not the set-group-ID bit +depending on whether or not the set-group-ID bit is set on the parent directory (see below). The group ID of a file can be changed using .BR chown (2). @@ -177,7 +177,7 @@ File creation (birth) timestamp (btime) The file's creation timestamp. This is set on file creation and not changed subsequently. -The btime timestamp was not historically present on UNIX syystems +The btime timestamp was not historically present on UNIX systems and is not currently supported by most Linux filesystems. .\" FIXME Is it supported on ext4 and XFS? .TP