]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
inode.7: tfix
authorJakub Wilk <jwilk@jwilk.net>
Thu, 27 Apr 2017 18:49:32 +0000 (20:49 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 28 Apr 2017 08:05:25 +0000 (10:05 +0200)
Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man7/inode.7

index 931dda9a4724be7b0411be22d5d6b667566e1715..d58391f9346bde4635b5ff58dc734e64a7799559 100644 (file)
@@ -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