inode.7: tfix

Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Jakub Wilk 2017-04-27 20:49:32 +02:00 committed by Michael Kerrisk
parent 9d224152f1
commit b132d423a1
1 changed files with 2 additions and 2 deletions

View 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