statx.2: Minor edits

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-04-23 13:22:18 +02:00
parent 393c5b58c3
commit 790314d7ea
1 changed files with 6 additions and 4 deletions

View File

@ -74,13 +74,13 @@ struct statx {
struct statx_timestamp stx_ctime; /* Last status change */
struct statx_timestamp stx_mtime; /* Last modification */
/* If this file represents device, then the next two fields
/* If this file represents a device, then the next two fields
contain the ID of the device */
__u32 stx_rdev_major; /* Major ID */
__u32 stx_rdev_minor; /* Minor ID */
/* The next two fields contain the ID of the device
contain the filesystem where the file resides */
containing the filesystem where the file resides */
__u32 stx_dev_major; /* Major ID */
__u32 stx_dev_minor; /* Minor ID */
};
@ -98,7 +98,7 @@ struct statx_timestamp {
.fi
.in
.PP
(Note that reserved space and padding is omitted)
(Note that reserved space and padding is omitted.)
.SS
Invoking \fBstatx\fR():
.PP
@ -293,7 +293,9 @@ Included in this is
.I stx_mask
which indicates what other information has been returned.
.I stx_mask
has the same format as the mask argument and bits are set in it to indicate
has the same format as the
.I mask
argument and bits are set in it to indicate
which fields have been filled in.
.PP
It should be noted that the kernel may return fields that weren't