statx.2: Minor fixes

Reported-by: Silvan Jegen <s.jegen@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-04-25 21:39:56 +02:00
parent 44bd71e02c
commit 56a05af6df
1 changed files with 8 additions and 7 deletions

View File

@ -116,7 +116,7 @@ uses
.IR dirfd ,
and
.IR flags
identify the target file in one of the following ways:
to identify the target file in one of the following ways:
.TP
An absolute pathname
If
@ -228,7 +228,7 @@ This is done by ORing in one of the following values:
Do whatever
.BR stat (2)
does.
This is the default and is very much filesystem specific.
This is the default and is very much filesystem-specific.
.TP
.B AT_STATX_FORCE_SYNC
Force the attributes to be synchronized with the server.
@ -270,7 +270,7 @@ STATX_ALL [All currently available fields]
.TE
.in
.PP
Note the kernel does
Note that the kernel does
.I not
reject values in
.I mask
@ -382,10 +382,10 @@ smaller chunks may cause an inefficient read-modify-rewrite.)
The number of hard links on a file.
.TP
.I stx_uid
The user ID of the file's owner.
This field contains the user ID of the owner of the file.
.TP
.I stx_gid
The ID of the group that may access the file.
This field contains the ID of the group owner of the file.
.TP
.IR stx_dev_major " and " stx_dev_minor
The device on which this file (inode) resides.
@ -420,7 +420,8 @@ field contains a set of ORed flags that indicate additional attributes
of the file:
.TP
.B STATX_ATTR_COMPRESSED
The file is compressed by the fs and may take extra resources to access.
The file is compressed by the filesystem and may take extra resources
to access.
.TP
.B STATX_ATTR_IMMUTABLE
The file cannot be modified: it cannot be deleted or renamed,
@ -502,7 +503,7 @@ is a file descriptor referring to a file other than a directory.
was added to Linux in kernel 4.11.
.SH CONFORMING TO
.BR statx ()
is Linux specific.
is Linux-specific.
.SH NOTES
Glibc does not (yet) provide a wrapper for the
.BR statx ()